URGENT: Killed Apache, PHP and SSL

cth3

Verified User
Joined
Jun 19, 2004
Messages
35
URGENT: Killed Apache, PHP and SSL

I was trying to compile php + IMAP and failed, bad.
I then (not thinking) went into my webmin control panel and enabled all apache mods.

I restarted, got an error that httpd couldnt start due to SSL engine not known.

I ./build clean & updated apache and php (build all)

Now apache starts, but any PHP pages try to download (like file download) and no SSL pages work.

I am in urgent need of any form of help.

THANKS!!
 
No need to post more than once and in more than one forum ;)

Try ./build clean
rm -rf configure*
./build update
./build all

and be sure to say yes if it asks to rebuild everything.

After that if its still not working you will need to go through the httpd.conf file which webmin modified and correct the changes it made. It might help to compare the original httpd.conf file located in /usr/local/directadmin/data/templates/httpd.conf
 
Thanks for your reply. I have tried that (was emailed that by John) Did no good.

John was very nice and took at look at my server. Finds out a really messed up the httpd.conf file.

Thanks everyone for your fast reply and John thanks again for all your extra help - really above what I expected.
 
Back
Top