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
Try this: Code: 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
falco! Your my hero!! It apache starts now thank you so much!!! Is there a way of telling what i did wrong?
Maybe you rebootet your server while ispconfig was removing the site and this caused the configuration to be in a inconsistent state.