Uninstalling ISPConfig 2.2.23 Causes Apache To Fail

Published in

After uninstalling ISPConfig 2.2.23, your httpd services may fail during startup.

To resolve this issue:

vi /etc/httpd/httpd.conf

/ispconfig_log

Comment out the two lines below ispconfig_log by putting a # symbol in front:

#LogFormat
#CustomLog

Then write quit the file:

:wq!

Attempt to restart your httpd services:

service httpd restart

The httpd service should start correctly :

Starting httpd: [ OK ]

Verify that your websites are up and running.


© 2008-2010 Red Audit LLC.
Page generated in: 0.000150 seconds.