cronjob disables vhost

Discussion in 'General' started by pbrille, Sep 4, 2011.

  1. pbrille

    pbrille New Member

    Hi,

    after some searching I figured out that this minutely running cronjob keeps disabling a specific apache vhost:
    Code:
    /usr/local/ispconfig/server/server.php
    which fires up:
    Code:
    /usr/local/ispconfig/server/server.php
    Anyway I have no clue so far why or how that script keeps disabling the vhost.

    This is the output of /var/log/ispconfig/cron.log
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    A vhost is disabled if the changes would cause apache to fail. The wrong config is saved as vhost.err file so that you can check the file to find the error.

    Beside that, some foldrs on your server seem to have been deleted.
     
  3. pbrille

    pbrille New Member

    Thanks for the help!
    I can't find any vhost.err files in the whole system.

    If you mean this log entries with the deleted folders...

    the folders are actually there. I can cd into them... Maybe there's something else wrong?!

    Edit:
    I figured it out. The traffic quota was exceeded....... Gosh
     
    Last edited: Sep 4, 2011

Share This Page