From 4e7fa07b58f60f9294d0c8279d6a91b2cd4124df Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 18 Feb 2002 15:50:05 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_suexec.xml | 2 +- docs/manual/mod/mod_userdir.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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. -
    + -- 2.40.0