SSL integration with apache_no_ssl

Windows I wouldn’t have wrote this post if my software team was open to install latest version of apache_openssl. One of our apache server is running on windows. During installation admin got apache-2.2.10_no_ssl installed. For some reason we chose to host web over SSL & not willing to update Apache version. Latest version with ssl [...]

Full Story »

RespoStyle for SVN

In the earlier posts we have covered Installation & Backup / Proxy of SVN. By default with native repos.xsl you’ll not get better look, to make your SVN repo look better you can use Rsposstyle. e.g Download latest version of ResposStyle. unzip it & copy repos-web to apache_web folder (/var/www/html) add / replace following line [...]

Full Story »

SVN Proxy

Once you have successfully configured SVN you surely need to configure backup, mirror of running repositories. Mirror can be used as read only repo, thus reducing load from the primary SVN server. Backup. svnadmin dump /home/svnroot/Project1/ > /tmp/project1.dump Restore svnadmin load /home/svnroot/Project1/ < /tmp/project1.dump Mirror / Proxy SVN. Assuming you have configured primary server. On [...]

Full Story »

Install & Configure SVN

Subversion (SVN) is a version control system initiated in 2000 by CollabNet Inc. It is used to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS). Read More Installation You can download Source [...]

Full Story »

Postfix- Relay Emails to Gmail

I prefer to use corporate mail server for mail relay mails from Linux box. While settingup Nagios for my friend and as he insisted using Gmail to send Nagios alters I found interesting post. Install dependencies. yum -y install openssl-perl If /etc/pki/CA/private/cakey.pem does not exists /etc/pki/tls/misc/CA.pl -newca That will create the cakey.pem file in /etc/pki/CA/private [...]

Full Story »
Page 2 of 2«12

Trending Posts