From: Rich Bowen
Date: Mon, 9 May 2005 15:30:54 +0000 (+0000)
Subject: Fix User/Group bug reported on the mailing list by Vincent Deffontaines
X-Git-Tag: 2.0.55~217
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab6ac4c3ea80bb91877d7b8c5a83687ecfca82e;p=thirdparty%2Fapache%2Fhttpd.git
Fix User/Group bug reported on the mailing list by Vincent Deffontaines
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@169328 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/vhosts/ip-based.html.en b/docs/manual/vhosts/ip-based.html.en
index ab7a2e22c98..5e0a1c5d153 100644
--- a/docs/manual/vhosts/ip-based.html.en
+++ b/docs/manual/vhosts/ip-based.html.en
@@ -137,7 +137,8 @@
VirtualHost directive, check the Context using the
directive index.
- User
and Group
may be used inside a
+
SuexecUserGroup
+ may be used inside a
VirtualHost directive if the suEXEC
wrapper is used.
diff --git a/docs/manual/vhosts/ip-based.xml b/docs/manual/vhosts/ip-based.xml
index d0359f89c91..36d6f0a5e0b 100644
--- a/docs/manual/vhosts/ip-based.xml
+++ b/docs/manual/vhosts/ip-based.xml
@@ -147,8 +147,8 @@
href="../mod/directive-dict.html#Context">Context using the
directive index.
- User and Group may be used inside a
+
SuexecUserGroup
+ may be used inside a
VirtualHost directive if the suEXEC
wrapper is used.