BF: apache-* jails -- authentication failures are recorded in *error.log files, thus paths were adjusted

pull/3/head
Yaroslav Halchenko 2008-03-05 23:14:22 -05:00
parent e574f0190e
commit 15ce210cd0
1 changed files with 2 additions and 2 deletions

4
debian/jail.conf vendored
View File

@ -127,7 +127,7 @@ maxretry = 6
enabled = false
port = http,https
filter = apache-auth
logpath = /var/log/apache*/*access.log
logpath = /var/log/apache*/*error.log
maxretry = 6
# default action is now multiport, so apache-multiport jail was left
@ -137,7 +137,7 @@ maxretry = 6
enabled = false
port = http,https
filter = apache-auth
logpath = /var/log/apache*/*access.log
logpath = /var/log/apache*/*error.log
maxretry = 6
[apache-noscript]