From: Nilgun Belma Buguner
Date: Wed, 24 Sep 2008 09:43:56 +0000 (+0000)
Subject: pre-translation improvements
X-Git-Tag: 2.0.64~122
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a894f258abb93609cf4b44ff193194de3c0c54;p=thirdparty%2Fapache%2Fhttpd.git
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@698485 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_suexec.xml b/docs/manual/mod/mod_suexec.xml
index f6517a7d28a..75e9d07c542 100644
--- a/docs/manual/mod/mod_suexec.xml
+++ b/docs/manual/mod/mod_suexec.xml
@@ -42,7 +42,7 @@ and Group
SuexecUserGroup
-User and group permissions for CGI programs
+User and group for CGI programs to run as
SuexecUserGroup User Group
server config
virtual host
@@ -52,9 +52,10 @@ later.
The SuexecUserGroup 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.
+ 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.
Example