summaryrefslogtreecommitdiff
path: root/mk/defaults/mk.conf
diff options
context:
space:
mode:
authorjoerg <joerg>2014-06-10 15:22:13 +0000
committerjoerg <joerg>2014-06-10 15:22:13 +0000
commit830845c005d66606421fc43bbd41ded8b0d63051 (patch)
tree2feb1f410c493c9e7cc492d5a0165cd0c95d68b8 /mk/defaults/mk.conf
parentb7b2a78deaa2d4b93d5a359ae1cdfd1a2b3b6473 (diff)
downloadpkgsrc-830845c005d66606421fc43bbd41ded8b0d63051.tar.gz
Retire Apache 1.3 and 2.0.
Diffstat (limited to 'mk/defaults/mk.conf')
-rw-r--r--mk/defaults/mk.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 899cd224e35..fcd37905a06 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.240 2014/06/01 16:56:47 wiz Exp $
+# $NetBSD: mk.conf,v 1.241 2014/06/10 15:22:13 joerg Exp $
#
# This file provides default values for variables that may be overridden
@@ -654,27 +654,27 @@ AMANDA_VAR?= ${VARBASE}/amanda
# Default: not defined
APACHE_USER?= www
-# Used in apache, apache2, isap, and smb2www to specify the user
+# Used in apache22, apache24, isap, and smb2www to specify the user
# allowed to execute the `suexec' wrapper. Expected to be the user the
# httpd server normally runs as.
# Possible: any user name
# Default: www
APACHE_GROUP?= www
-# Used in apache, apache2, squirrelmail, and iasp to specify
+# Used in apache22, apache24, squirrelmail, and iasp to specify
# the default group of the user allowed to execute the `suexec' wrapper.
# Expected to be the group the httpd server normally runs as.
# Possible: any group name
# Default: www
#APACHE_SUEXEC_CONFIGURE_ARGS= --suexec-uidmin=1000
-# Used in apache and apache2 to specify additional suexec options
+# Used in apache22 and apache24 to specify additional suexec options
# to be passed to the configure script.
# Possible: any --suexec-* options recognized by the Apache configure script.
# Default: not defined
APACHE_SUEXEC_DOCROOT?= ${LOCALBASE}/share/httpd/htdocs
-# Used in apache and apache2 to specify the document space in
+# Used in apache22 and apache24 to specify the document space in
# which suexec will be allowed to work.
# Possible: Any valid directory
# Default: ${LOCALBASE}/share/httpd/htdocs