Site gets automatically disabled every night??

Discussion in 'General' started by Spawnsworth, Apr 23, 2014.

  1. Spawnsworth

    Spawnsworth Member

    Hi Guys,

    I've had an issue with once of our servers. It hosts 2 sites, 1 is live and 1 is for monitoring purposes. The client reported that the site was down and upon further investigation, it appears the site was set to inactive in ISP Config. We have checked and this was not done manually by anyone.

    Now, this is an Older version of ISP Config as you can see below:

    There is a new Version of ISPConfig 3 available!
    This Version: 3.0.4.6
    New Version : 3.0.5.3

    There were no details in the logs as to why the site was being disabled and when so I increased ISP Config logging to DEBUG level and checked ot the next day. I found that the site had gone down again and according to the debug logs it was disabled at 23:31 (copied below):

    17.04.2014-23:31 - DEBUG - Found 1 changes, starting update process.
    17.04.2014-23:31 - DEBUG - Calling function 'ssl' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
    17.04.2014-23:31 - DEBUG - Calling function 'update' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
    17.04.2014-23:31 - DEBUG - exec: chmod 751 /var/www/clients/client2/web8
    17.04.2014-23:31 - DEBUG - exec: chmod 751 /var/www/clients/client2/web8/*
    17.04.2014-23:31 - DEBUG - exec: chmod 710 /var/www/clients/client2/web8/web
    17.04.2014-23:31 - DEBUG - exec: chmod 777 /var/www/clients/client2/web8/tmp
    17.04.2014-23:31 - DEBUG - exec: chmod 755 /var/www/clients/client2/web8/log
    17.04.2014-23:31 - DEBUG - exec: usermod --groups sshusers web8
    17.04.2014-23:31 - DEBUG - exec: chown web8:client2 /var/www/clients/client2/web8
    17.04.2014-23:31 - DEBUG - exec: chown web8:client2 /var/www/clients/client2/web8/cgi-bin
    17.04.2014-23:31 - DEBUG - exec: chown web8:client2 /var/www/clients/client2/web8/log
    17.04.2014-23:31 - DEBUG - exec: chown web8:client2 /var/www/clients/client2/web8/ssl
    17.04.2014-23:31 - DEBUG - exec: chown web8:client2 /var/www/clients/client2/web8/tmp
    17.04.2014-23:31 - DEBUG - exec: chown -R web8:client2 /var/www/clients/client2/web8/web
    17.04.2014-23:31 - DEBUG - exec: chown web8:client2 /var/www/clients/client2/web8/log/error.log
    17.04.2014-23:31 - DEBUG - Creating fastcgi starter script: /var/www/php-fcgi-scripts/web8/.php-fcgi-starter
    17.04.2014-23:31 - DEBUG - Writing the vhost file: /etc/apache2/sites-available/mysite.com.vhost
    17.04.2014-23:31 - DEBUG - Removing symlink: /etc/apache2/sites-enabled/100-mysite.com.vhost->/etc/apache2/sites-available/mysite.com.vhost
    17.04.2014-23:31 - DEBUG - Apache status is: 1
    17.04.2014-23:31 - DEBUG - Calling function 'restartHttpd' from module 'web_module'.
    17.04.2014-23:31 - DEBUG - Apache online status after restart is: 1
    17.04.2014-23:31 - DEBUG - Processed datalog_id 96
    17.04.2014-23:31 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    17.04.2014-23:32 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock


    Any idea what is happening here? I've disabled the standard ISP Config crons (the daily cron and the once a minute cron) and they site hasn't gone down since.

    Thanks!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You must have set a traffic limit in your sites and this traffic limit is too low.set the traffic limit to -1 to disable it or to a value that is higher then the already used tryffic for that site.
     
  3. Spawnsworth

    Spawnsworth Member

    Hi,

    Thanks for that! I found th traffic quota was set to 5000 MB (for some reason). Now I have disabled this by entring '-1' as the value but it still says '(Traffic quota exceeded)' Beside it?

    Many Thanks
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The status and traffic quota gets updated once every night. so check the status again tomorrow.
     

Share This Page