Commit 5a2b133a authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent e21671f5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -137,7 +137,8 @@
    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>

+2 −2
Original line number Diff line number Diff line
@@ -147,8 +147,8 @@
    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>