]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
pre-translation improvements
authorNilgun Belma Buguner <nilgun@apache.org>
Wed, 24 Sep 2008 09:43:56 +0000 (09:43 +0000)
committerNilgun Belma Buguner <nilgun@apache.org>
Wed, 24 Sep 2008 09:43:56 +0000 (09:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@698485 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_suexec.xml

index f6517a7d28afc5c0e27f8f3859c64eb589cd9559..75e9d07c542d7452f17d711604715ebee80fb27f 100644 (file)
@@ -42,7 +42,7 @@ and Group</description>
 <directivesynopsis>
 
 <name>SuexecUserGroup</name>
-<description>User and group permissions for CGI programs</description>
+<description>User and group for CGI programs to run as</description>
 <syntax>SuexecUserGroup <em>User Group</em></syntax>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
@@ -52,9 +52,10 @@ later.</compatibility>
 <usage>
     <p>The <directive>SuexecUserGroup</directive> directive allows you
     to specify a user and group for CGI programs to run as. Non-CGI
-    requests are still processes with the user specified in the User
-    directive. This directive replaces the Apache 1.3 configuration of
-    using the User and Group directives inside of VirtualHosts.</p>
+    requests are still processes with the user specified in the <directive
+    module="mpm_common">User</directive> directive. This directive replaces
+    the Apache 1.3 configuration of using the <code>User</code> and
+    <code>Group</code> directives inside of VirtualHosts.</p>
 
     <example>
     <title>Example</title>