aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-03-02 09:54:53 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-03-02 09:54:53 +0100
commit03266401c31ccbb791270e8dd6e40e2a39a2bc6b (patch)
tree2346089228a25009376745317ff1cb6fa99e5638 /config_sample.rb
parent6f20189806c9a0060a4973d810c7e8b7dbfd42c7 (diff)
more specific advice in README
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb11
1 files changed, 8 insertions, 3 deletions
diff --git a/config_sample.rb b/config_sample.rb
index 3fae2cd..470b53c 100644
--- a/config_sample.rb
+++ b/config_sample.rb
@@ -56,9 +56,14 @@ BREADCRUMBS = [
# ERRORLOG variable unset!
# Make sure, that your apache can read this file
# (which usually is not the case for /var/log/apache2/*)
-# DO NOT FORGET TO ADD THE ERROR LOG TO LOGROTATE IF YOU CHANGE THE PATH TO
-# OTHER THAN /var/log/apache2/* !
-# If you do not know what to do what I am speaking about, leave it as it is!
+# You have 2 Options:
+# 1. change logrotate to allow /var/log/apache2/* to be read by apache
+# (=> change the line »create 640 root adm«)
+# 2. change ERRORLOG to another file and creat a new rule for logrotate.
+# DO NOT FORGET TO ADD THE ERROR LOG TO LOGROTATE IF YOU CHANGE THE PATH
+# TO OTHER THAN /var/log/apache2/* !
+# If you do not know what to do what I am speaking about, just do not uncomment
+# the next line
#ERRORLOG = "/var/log/dudle_error.log"
BUGREPORTMAIL = "Benjamin.Kellermann@tu-dresden.de"