You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2008/09/24 11:43:56 UTC

svn commit: r698485 - /httpd/httpd/branches/2.0.x/docs/manual/mod/mod_suexec.xml

Author: nilgun
Date: Wed Sep 24 02:43:56 2008
New Revision: 698485

URL: http://svn.apache.org/viewvc?rev=698485&view=rev
Log:
pre-translation improvements

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_suexec.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_suexec.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_suexec.xml?rev=698485&r1=698484&r2=698485&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_suexec.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_suexec.xml Wed Sep 24 02:43:56 2008
@@ -42,7 +42,7 @@
 <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 @@
 <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>