summaryrefslogtreecommitdiff
path: root/apache/cron.conf
blob: 5f10f393486b07c503161dbb608890e12757ba93 (plain)
  1. # Debian Apache cron.daily config file
  2. # Number of logs to keep.
  3. APACHE_OLD_LOGS=52
  4. # Which day of the week to run log rotation stuff on, case insensitive.
  5. # Allowed values are one or more of: Mon,Tue,Wed,Thu,Fri,Sat,Sun,All
  6. APACHE_DAYS_TO_RUN=Sun
  7. # Which exact day to run log rotation stuff, if not "any" this
  8. # supercedes the above. Allowed values are a day of month between 01
  9. # and 32, or a day of year between 001 and 366. Set to "01" for
  10. # Webalyzer and analog, but note logfiles can get huge.
  11. APACHE_DAY_TO_RUN=01
  12. # Pre-rotation script to run (leave blank if none).
  13. # APACHE_PRE_SCRIPT=/usr/local/sbin/run_analog
  14. # Post-rotation script to run (leave blank if none).
  15. APACHE_POST_SCRIPT=/usr/local/sbin/apache.cron
  16. # Whether to chown logfiles to the user/group Apache runs as.
  17. APACHE_CHOWN_LOGFILES=1