Centos + Cpanel + Subversion + Apache 2 + Proxy works
My mission was install subversion on our server withour breaking cpanel. After so much googling I was able to do it. It took me like a week to figure out a method which will work without any issues on cpanel. The main issue was cpanel still doesn’t support apache 2 series. They do have support on edge version but it is highly unstable and doesn’t compile all the needed modules for php. In apache 1.3 the support for mod_dav is not very good. The only alternative for subversion was to use apache 2 series. So I started digging for articles.
I found there is a method to install both apache 1.3 and apache 2 together. Only thing is we have to use another port than 80 for apache 2. Let me go step by step like how I installed subversion.
1. Install subversion : This was really easy on centos. I just have to use yum and it does it all.
yum install subversion
This will install all libraries... ... read more >>> sabarish4u.wordpress.com