
Originally Posted by
Shekhar
I haven't had faced such an issue before but just give it a try.
Login to server and try the following :-
cd /usr/local/apache/conf/
mv httpd.conf httpd.conf.bak
and then update apache with the steps given in the previous post.
If you face any major problems with this solution, do the following and you will be back to your current state and will have to search for another solution :-
cd /usr/local/apache/conf/
rm -f httpd.conf
mv httpd.conf.bak httpd.conf
IMP :- Do remember to take the backup of your current httpd.conf file.