summaryrefslogtreecommitdiff
path: root/2.2
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2006-08-09 21:00:13 +0000
committerMichael Stewart <vericgar@gentoo.org>2006-08-09 21:00:13 +0000
commitf35cb0a4141dbd391314283ed308aeb042622a13 (patch)
tree1b9b4904142dfb21bf40c27795b212b575a81eec /2.2
parentPatches for CVE-2006-3747 (diff)
downloadapache-f35cb0a4141dbd391314283ed308aeb042622a13.tar.gz
apache-f35cb0a4141dbd391314283ed308aeb042622a13.tar.bz2
apache-f35cb0a4141dbd391314283ed308aeb042622a13.zip
Fix the default location for suexec_log
Diffstat (limited to '2.2')
-rwxr-xr-x2.2/scripts/suexec2-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.2/scripts/suexec2-config b/2.2/scripts/suexec2-config
index 8a5caba..5f7fe1a 100755
--- a/2.2/scripts/suexec2-config
+++ b/2.2/scripts/suexec2-config
@@ -13,7 +13,7 @@ BINARY=/usr/sbin/suexec2
DEF_CALLER=apache
DEF_DOCROOT=/var/www
DEF_GIDMIN=100
-DEF_LOGFILE=/var/log/suexec_log
+DEF_LOGFILE=/var/log/apache2/suexec_log
DEF_SAFEPATH=/usr/local/bin:/usr/bin:/bin
DEF_USERDIR=public_html
DEF_UIDMIN=1000