DirectAdmin : Downgrade from apache 2 back to apache 1.3
|
||
If you need to go back to apache 1.3 after installing apache 2, you’ll need to do the following:
1) Restore the old httpd.conf file:
2) Get DirectAdmin to use the old httpd.conf files for the users. Edit the /usr/local/directadmin/conf/directadmin.conf file and change apache_ver=2.0 to apache_ver=1.3. Also, if you were using custombuild, and are going back to customapache, the apache_conf value needs to be reset to:
Then type
3) Now you can recompile apache 1.3
4) Fix the modules link:
5) Restore the old boot script:
RedHat:
|