summaryrefslogtreecommitdiff
path: root/apache/cron.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-06-08 02:41:19 +0000
committerJonas Smedegaard <dr@jones.dk>2004-06-08 02:41:19 +0000
commit1da2ad34520a633daed5a782204d1f14b8b5136a (patch)
treeec973ca364b12542e632cf64210f23d124dcbd88 /apache/cron.conf
parentf8e45d09c6ee15fd79623f15238ef3864b9d8ea2 (diff)
Delete no longer used files.
Diffstat (limited to 'apache/cron.conf')
-rw-r--r--apache/cron.conf23
1 files changed, 0 insertions, 23 deletions
diff --git a/apache/cron.conf b/apache/cron.conf
deleted file mode 100644
index 5f10f39..0000000
--- a/apache/cron.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-# Debian Apache cron.daily config file
-
-# Number of logs to keep.
-APACHE_OLD_LOGS=52
-
-# Which day of the week to run log rotation stuff on, case insensitive.
-# Allowed values are one or more of: Mon,Tue,Wed,Thu,Fri,Sat,Sun,All
-APACHE_DAYS_TO_RUN=Sun
-
-# Which exact day to run log rotation stuff, if not "any" this
-# supercedes the above. Allowed values are a day of month between 01
-# and 32, or a day of year between 001 and 366. Set to "01" for
-# Webalyzer and analog, but note logfiles can get huge.
-APACHE_DAY_TO_RUN=01
-
-# Pre-rotation script to run (leave blank if none).
-# APACHE_PRE_SCRIPT=/usr/local/sbin/run_analog
-
-# Post-rotation script to run (leave blank if none).
-APACHE_POST_SCRIPT=/usr/local/sbin/apache.cron
-
-# Whether to chown logfiles to the user/group Apache runs as.
-APACHE_CHOWN_LOGFILES=1