PDA

View Full Version : apache2 fails to load


Joe325i
8th November 2009, 01:07
Hi, ive been using ISPconfig 3 for a while now and really like it.
I however just came to a serious problem, and am not sure what i did wrong to cause it or how to correct it so i appreciate any help.

I deleted a website i was no longer using, i removed it via the ispconfig admin web site, under sites and deleting it. I ended up needed to reboot my server for something else, and apache2 now fails to load.
The site was gatesoft.gotdns.com referened at the end of the log file.
I have uploaded the apache2 log file and greatly apprecaite any and all help.
thanks,
Joe

falko
8th November 2009, 15:52
Try this:
mkdir -p /var/log/ispconfig/httpd/gatesoft.gotdns.com/
touch /var/log/ispconfig/httpd/gatesoft.gotdns.com/error.log
chown -R www-data:www-data /var/log/ispconfig/httpd/gatesoft.gotdns.com/
/etc/init.d/apache2 restart

Joe325i
8th November 2009, 16:09
falco!
Your my hero!!
It apache starts now thank you so much!!!
Is there a way of telling what i did wrong?

till
9th November 2009, 12:06
Maybe you rebootet your server while ispconfig was removing the site and this caused the configuration to be in a inconsistent state.