diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-11 00:03:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-11 00:03:07 +0000 |
commit | b8de91e2612f81eaaac1a9071aa83e5788d0852e (patch) | |
tree | 2671d5cb398e693bbab17873faeddb374170b5aa /mk | |
parent | 7e0d5e868bfad979bff63f840dc220efc76593c6 (diff) | |
download | pkgsrc-b8de91e2612f81eaaac1a9071aa83e5788d0852e.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.example | 8 |
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 |