Default crontab for ISPConfig 3.0.4.3 on Debian squeeze

Discussion in 'Installation/Configuration' started by Gherc, Mar 18, 2012.

  1. Gherc

    Gherc New Member

    Hello all!
    I accidentally deleted crontab records:D. Could you please give me the look of default crontab entries for ISPConfig 3.0.4.3 on Debian squeeze?

    Thank you!
     
    Last edited: Mar 18, 2012
  2. falko

    falko Super Moderator Howtoforge Staff

    If you use Apache:

    Code:
    * * * * * /usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log
    30 00 * * * /usr/local/ispconfig/server/cron_daily.sh > /dev/null 2>> /var/log/ispconfig/cron.log
    If you use nginx:

    Code:
    * * * * * /usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log
    30 00 * * * /usr/local/ispconfig/server/cron_daily.sh > /dev/null 2>> /var/log/ispconfig/cron.log
    0 0 * * * /usr/local/ispconfig/server/scripts/create_daily_nginx_access_logs.sh &> /dev/null
     

Share This Page