summaryrefslogtreecommitdiff
path: root/make-suexec-for-home
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-11-19 02:07:29 +0000
committerJonas Smedegaard <dr@jones.dk>2002-11-19 02:07:29 +0000
commit55ee8ef66ef77cded227d56eef36eae6d7a69113 (patch)
tree49507fee8a762b737442c9ca8ff18f4669108017 /make-suexec-for-home
parent24038d5a0f906cb2bf0f6a502d39940aa2830fa3 (diff)
Add dpkg-divert command to make-suexec-for-home.
Diffstat (limited to 'make-suexec-for-home')
-rwxr-xr-xmake-suexec-for-home4
1 files changed, 4 insertions, 0 deletions
diff --git a/make-suexec-for-home b/make-suexec-for-home
index 5cffab4..1dfe975 100755
--- a/make-suexec-for-home
+++ b/make-suexec-for-home
@@ -9,6 +9,10 @@
# --enable-module=log_referer --enable-module=log_agent \
# --enable-module=auth_db \
# --activate-module=src/modules/extra/mod_macro.c
+#
+# Use this command (before installing) to keep the local suexec across updates:
+# dpkg-divert --local --rename --divert /usr/lib/apache/suexec.debian --add /usr/lib/apache/suexec
+#
HTTPD_USER="www-data"
LOG_EXEC="/var/log/apache/suexec.log"