Can not start apache

ExtendedStatus On

<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from YOUR-IP-ADDRESS-HERE
</Location>
 
ExtendedStatus is not enabled.

I did remove the DA additions to httpd.conf file and now Apache starts.

So I added one by one back to the conf file and these 3 are causing the problem:

Include conf/extra/httpd-vhosts.conf
Include conf/extra/httpd-ssl.conf
Include conf/extra/directadmin-vhosts.conf

If these are enable, Apache will not start.

Robert
 
I had started adding an SSL to the server but forgot to change the crt to match the key :p
 
Back
Top