I installed ispconfig following one of the tutorials here for "The Perfect Server" on ubuntu 10.10. Everything worked fine. Now, I am having issues with creating sites.When I add a new website, the folders aren't created and the website is on the "It works" page rather than the index for ispconfig. I don't believe I did any changes but I can't be sure. Any advice on debugging the issue would be awesome.
Do you see any pending jobs in the jobqueue of the ispconfig monitor? Are there any errors in the ispconfig system log in the monitor?
I used /usr/local/ispconfig/server/server.sh to get it to run. That cleared my queue. Apparently my cron is broken somewhere. After the queue cleared the domain is pointing to a 403 error that looks like its through ispconfig. I am getting this in the domains error log [Tue Aug 16 06:16:56 2011] [error] [client xx.xxx.xx.xx] client denied by server configuration: /var/www/domain.com/web
I figured it out. It was being caused by the fact that I deleted and added the site back before the cron could run. So, once I deleted the site, ran the cron, added the site, ran the cron. Everything is working. Now I just have to fix the cron. Thanks for the help.