This is a discussion on Implement SVN in APACHE within the Server Management forums, part of the Servers and Hosting category; How to implement SVN in APACHE ? -V.Vadivelan...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Guys, I have given below the installation details Subversion Installation: Ruby-Installation: Download ruby-1.8.4.tar.gz Untar/zip the package, cd into the directory, and execute tar xzf ruby-1.8.4.tar.gz ./configure make make install Swig -Installation: Download swig-1.3.25 (the version here is crucial, do not get the latest version) Untar/zip the package, cd into the directory, and execute tar xzf swig-1.3.25.tar.gz ./configure --prefix=/usr --with-ruby=/usr/local/bin/ruby --with-python=/usr/local/bin/python --with-perl5=/usr/bin/perl make make install Apache Installation Download httpd-2.0.58.tar.gz from Download - The Apache HTTP Server Project cd /var tar xvzf httpd-2.0.58.tar.gz Installing Apache: ./configure --enable-dav --enable-so --enable-maintainer-mode --prefix=/home/www --enable-cgi --enable-ssl --enable-rewrite --enable-setenvif --enable-mime --enable-mime-magic --enable-dir --enable-auth --enable-alias --enable-userdir --enable-vhost_alias --enable-env --enable-log_referer --enable-log_config --enable-log_agent --enable-headers --enable-access --enable-suexec --enable-static-rotatelogs --enable-spelin --with-mpm=prefork --enable-userdir --with-mpm=prefork --enable-deflate cd /var/httpd-2.0.58 make make install Regards sivaraman |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Secure your Apache Configuration | senraj | PHP Programming | 20 | 03-04-2008 05:36 AM |
| Using .htaccess files in apache | venkatesan.N | Server Management | 6 | 08-31-2007 12:09 AM |
| Info on Apache Tomcat 6.0 | vadivelanvaidyanathan | Server Management | 0 | 05-21-2007 01:53 AM |
| What is Apache? | nhoj | Server Management | 3 | 05-11-2007 02:56 AM |
| Apache web server monitoring | deerhunter | Server Management | 0 | 02-25-2007 01:35 PM |