Trouble with Apache

El Love

Verified User
Joined
Jan 22, 2005
Messages
10
Location
USA
Hello,

I recently rented out a new server that came with problems, Apache problems. HTTPD doesn't want to start, restart, or reload. I've tried to install the latest version of Apache (the server came with 2.2.6) but got lost in the process. I've searched and tried everything. I tried things in /custombuild and in /customapache. I'd just like a fresh clean start at installing Apache/PHP/etc, preferrably in with /custombuild. Any assistance on a fresh easy install would be much appreciated.

Thanks!
 
I've deleted customapache and custombuild and reinstalled custombuild, I don't know how to completely uninstall Apache, which is what I am trying to do and then reinstall a fresh copy. I'm so lost. :(
 
Try:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build all d

If you will still have any problems - feel free to contact me.
 
After doing the './build all d' command, I get the following message:

'*** There was an error while trying to configure Apache 2. Check the configure/ap2/configure.apache file'

I have seen this before when trying to configure.
 
Back
Top