diff options
author | jlam <jlam> | 2001-05-08 17:28:08 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-08 17:28:08 +0000 |
commit | 3952f9581eb424e26a555c6ab019982b89498d2d (patch) | |
tree | 9a0eeedb90aaa2f45138568632c7493b16313ea9 /mk | |
parent | 6781ba22ff18aa96a4d2f7b3ba3d454c47362895 (diff) | |
download | pkgsrc-3952f9581eb424e26a555c6ab019982b89498d2d.tar.gz |
Allow changing document root for suexec through ${APACHE_SUEXEC_DOCROOT}.
Closes pkg/12852 by Eric Schnoebelen <eric@milo.cirr.com>.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index ea8facc17ca..a9bde891068 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.206 2001/05/07 12:30:25 hubertf Exp $ +# $NetBSD: mk.conf.example,v 1.207 2001/05/08 17:28:08 jlam Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -314,6 +314,11 @@ # Possible: not defined, YES # Default: not defined +#APACHE_SUEXEC_DOCROOT= ${LOCALBASE}/share/httpd/htdocs +# Specifies the document space in which suexec will be allowed to work. +# Possible: Any valid directory +# Default: ${LOCALBASE}/share/httpd/htdocs + #APACHE_SYSCONFDIR= /etc/httpd # Specifies the location for Apache configuration files. # If your ${LOCALBASE} is shared between machines use /etc/httpd |