]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix User/Group bug reported on the mailing list by Vincent Deffontaines
authorRich Bowen <rbowen@apache.org>
Mon, 9 May 2005 15:30:54 +0000 (15:30 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 9 May 2005 15:30:54 +0000 (15:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@169328 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/ip-based.html.en
docs/manual/vhosts/ip-based.xml

index ab7a2e22c989d8033c9cf07c7bf34891403b7442..5e0a1c5d153a01a6f160e2545945937df0ff7211 100644 (file)
     VirtualHost directive, check the <a href="../mod/directive-dict.html#Context">Context</a> using the
     <a href="../mod/directives.html">directive index</a>.</p>
 
-    <p><code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> and <code class="directive"><a href="../mod/mpm_common.html#group">Group</a></code> may be used inside a
+    <p><code class="directive"><a href="../mod/mod_suexec.html#suexecusergroup">SuexecUserGroup</a></code>
+    may be used inside a
     VirtualHost directive if the <a href="../suexec.html">suEXEC
     wrapper</a> is used.</p>
 
index d0359f89c91c494c3aad7e557bcf0dac62f7f619..36d6f0a5e0b768123a37181f17f0b31f48356c83 100644 (file)
     href="../mod/directive-dict.html#Context">Context</a> using the
     <a href="../mod/directives.html">directive index</a>.</p>
 
-    <p><directive module="mpm_common">User</directive> and <directive
-    module="mpm_common">Group</directive> may be used inside a
+    <p><directive module="mod_suexec">SuexecUserGroup</directive>
+    may be used inside a
     VirtualHost directive if the <a href="../suexec.html">suEXEC
     wrapper</a> is used.</p>