Ispconfig stopped working

Discussion in 'Installation/Configuration' started by xalu, Aug 16, 2011.

  1. xalu

    xalu New Member

    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.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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?
     
  3. xalu

    xalu New Member

    I have 5 pages of Jobqueue. I am guessing this is the issue.

    Nothing abnormal in the system log.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Which ISPConfig version do you have installed?
     
  5. xalu

    xalu New Member

    I have 3.0.3.3
     
  6. xalu

    xalu New Member

    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
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    ls -la /var/www/domain.com/web
     
  8. xalu

    xalu New Member

    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.
     

Share This Page