From: Joshua Slive Date: Mon, 18 Feb 2002 15:50:05 +0000 (+0000) Subject: A couple tiny updates to use and . X-Git-Tag: 2.0.33~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87fc842d7c2295a0dbc485e4345140dd4bc6f8ae;p=apache A couple tiny updates to use and . git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93477 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_suexec.xml b/docs/manual/mod/mod_suexec.xml index 0d575e4913..896a81dd7b 100644 --- a/docs/manual/mod/mod_suexec.xml +++ b/docs/manual/mod/mod_suexec.xml @@ -28,7 +28,7 @@ and Group. later. -

The SuexecUserGroup directive allows you to +

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 using the User and diff --git a/docs/manual/mod/mod_userdir.xml b/docs/manual/mod/mod_userdir.xml index 65777a7e45..9af7793a91 100755 --- a/docs/manual/mod/mod_userdir.xml +++ b/docs/manual/mod/mod_userdir.xml @@ -32,10 +32,10 @@ above. -

The UserDir directive sets the real directory in a user's - home directory to use when a request for a document for a user - is received. Directory-filename is one of the - following:

+

The UserDir directive sets the real + directory in a user's home directory to use when a request for a + document for a user is received. Directory-filename is + one of the following:

  • The name of a directory or a pattern such as those shown @@ -87,7 +87,7 @@ http://www.foo.com/*/usrhttp://www.foo.com/bob/usr/one/two.htmlhttp://www.foo.com/~bob/one/two.html -
    + Be careful when using this directive; for instance, "UserDir ./" would map "/~root" to "/" - which is probably @@ -97,7 +97,7 @@ http://www.foo.com/~*/http://www.foo.com/~bob/one/two.html See also the Directory directive and the Security Tips page for more information. -
    +