summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2000-12-11 00:03:07 +0000
committerjlam <jlam>2000-12-11 00:03:07 +0000
commit46c23dd81a4abcc18259ebd4a8578ddf522d521c (patch)
tree2671d5cb398e693bbab17873faeddb374170b5aa /mk
parentc42130d35843ecac6d24999b93d34cf92edeefa9 (diff)
downloadpkgsrc-46c23dd81a4abcc18259ebd4a8578ddf522d521c.tar.gz
Introduce APACHE_USER: the user allowed to execute the suexec wrapper
if apache was build with APACHE_SUEXEC == YES.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index ac6d3421d87..93a6636153c 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.165 2000/12/07 20:31:41 jlam Exp $
+# $NetBSD: mk.conf.example,v 1.166 2000/12/11 00:03:07 jlam Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -276,6 +276,12 @@
# Possible: not defined, YES
# Default: not defined
+#APACHE_USER= www
+# Used in the apache package to specify the user allowed to execute
+# the `suexec' wrapper.
+# Possible: any user name
+# Default: www
+
#ARLA_CACHE= /var/cache
# Specifies the location of the cache used by arla. Should be on a local disk.
# Default: ${LOCALBASE}/cache