From 46c22f4e0162d586f5d3ad37af83dfbc2a7ebe5a Mon Sep 17 00:00:00 2001
From: Joshua Slive
Date: Sun, 26 May 2002 22:08:58 +0000
Subject: [PATCH] Small mod doc updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95291 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_suexec.xml | 18 ++++++++--------
docs/manual/mod/mod_userdir.xml | 32 ++++++++++++-----------------
docs/manual/mod/mod_usertrack.xml | 32 +++++++++++++++--------------
docs/manual/mod/mod_vhost_alias.xml | 19 ++++-------------
4 files changed, 44 insertions(+), 57 deletions(-)
diff --git a/docs/manual/mod/mod_suexec.xml b/docs/manual/mod/mod_suexec.xml
index 53b221e74e..c46b990b87 100644
--- a/docs/manual/mod/mod_suexec.xml
+++ b/docs/manual/mod/mod_suexec.xml
@@ -13,27 +13,29 @@ and Group
- This module allows CGI scripts to run as a specified user
- and Group.
+ This module, in combination with the suexec support program allows
+ CGI scripts to run as a specified user and Group.
+SuEXEC support
SuexecUserGroup
+User and group permissions for CGI programs
SuexecUserGroup User Group
-None
server config
virtual host
SuexecUserGroup is only available in 2.0 and
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 using the User and
- Group directives inside of VirtualHosts.
+ 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.
diff --git a/docs/manual/mod/mod_userdir.xml b/docs/manual/mod/mod_userdir.xml
index 070ab33d19..1ee195d4eb 100755
--- a/docs/manual/mod/mod_userdir.xml
+++ b/docs/manual/mod/mod_userdir.xml
@@ -4,32 +4,27 @@
mod_userdir
-Provides for user-specific
-directories
+User-specific directories
Base
mod_userdir.c
userdir_module
+This module allows user-specific directories to be accessed using the
+http://example.com/~user/
syntax.
+Mapping URLs to the
+Filesystem
UserDir
-Sets the directory from which to serve files when requests
-for a particular user are received, denoted by requests containing
-~username, such as
-http://server.example.com/~bob/
+Location of the user-specific directories
UserDir directory-filename
UserDir public_html
server config virtual
host
-All forms except the UserDir public_html
-form are only available in Apache 1.1 or above. Use of the
-enabled
keyword, or disabled
with a
-list of usernames, is only available in Apache 1.3 and
-above.
@@ -90,14 +85,13 @@ http://www.foo.com/~*/http://www.foo.com/~bob/one/two.html |
Be careful when using this directive; for instance,
- "UserDir ./"
would map
- "/~root"
to "/"
- which is probably
- undesirable. If you are running Apache 1.3 or above, it is
- strongly recommended that your configuration include a
- "UserDir disabled root
" declaration.
- See also the Directory
- directive and the Security
- Tips page for more information.
+ "UserDir ./"
would map "/~root"
to
+ "/"
- which is probably undesirable. It is strongly
+ recommended that your configuration include a "UserDir
+ disabled root
" declaration. See also the Directory directive and the Security Tips page for
+ more information.
Additional examples:
diff --git a/docs/manual/mod/mod_usertrack.xml b/docs/manual/mod/mod_usertrack.xml
index cc87a44e9b..ee610386c0 100755
--- a/docs/manual/mod/mod_usertrack.xml
+++ b/docs/manual/mod/mod_usertrack.xml
@@ -5,13 +5,11 @@
mod_usertrack
- This module uses cookies to provide for a
- clickstream log of user activity on a site.
+Clickstream logging of user activity on a site
Extension
mod_usertrack.c
usertrack_module
-Known as mod_cookies prior to Apache 1.3.
Previous releases of Apache have included a module which
@@ -39,8 +37,10 @@ CustomLog logs/clickstream "%{cookie}n %r %t"
For backward compatibility the configurable log module
- implements the old CookieLog directive, but this
- should be upgraded to the above CustomLog directive.
+ implements the old CookieLog directive, but this
+ should be upgraded to the above CustomLog directive.
@@ -86,15 +86,15 @@ time late in the year "37".
CookieDomain
-controls the setting of the domain to which the tracking cookie applies.
+The domain to which the tracking cookie applies
CookieDomain domain
-None
server config
virtual host
directory
.htaccess
+FileInfo
@@ -111,17 +111,15 @@ time late in the year "37".
CookieExpires
+Expiry time for the tracking cookie
CookieExpires expiry-period
-
server config
virtual host
directory
.htaccess
-
-In 1.3.20 and earlier, not usable in directory and
-.htaccess
+FileInfo
When used, this directive sets an expiry time on the cookie
@@ -139,14 +137,16 @@ time late in the year "37".
CookieName
+Name of the tracking cookie
CookieName token
-Apache
+CookieName Apache
server config
virtual host
directory
.htaccess
+FileInfo
This directive allows you to change the name of the cookie
@@ -161,16 +161,17 @@ time late in the year "37".
CookieStyle
-Controls the format of the cookie header field
+Format of the cookie header field
CookieStyle
Netscape|Cookie|Cookie2|RFC2109|RFC2965
-
+CookieStyle Netscape
server config
virtual host
directory
.htaccess
+FileInfo
This directive controls the format of the cookie header
@@ -198,8 +199,9 @@ time late in the year "37".
CookieTracking
+Enables tracking cookie
CookieTracking on|off
-
+CookieTracking off
server config
virtual host
diff --git a/docs/manual/mod/mod_vhost_alias.xml b/docs/manual/mod/mod_vhost_alias.xml
index 1eac909e65..2b623f791b 100644
--- a/docs/manual/mod/mod_vhost_alias.xml
+++ b/docs/manual/mod/mod_vhost_alias.xml
@@ -4,9 +4,8 @@
mod_vhost_alias
-Provides for dynamically configured mass virtual
-hosting
+Provides for dynamically configured mass virtual
+hosting
Extension
mod_vhost_alias.c
vhost_alias_module
@@ -23,6 +22,8 @@ hosting
UseCanonicalName.
+ Dynamically configured mass
+virtual hosting
Directory Name Interpolation
@@ -187,9 +188,6 @@ for a given virtual host
server config
virtual host
-
-VirtualDocumentRoot is only available in 1.3.7 and
-later.
@@ -217,9 +215,6 @@ for a given virtual host
server config
virtual host
-
-VirtualDocumentRootIP is only available in 1.3.7
-and later.
@@ -240,9 +235,6 @@ a given virtual host
server config
virtual host
-
-VirtualScriptAlias is only available in 1.3.7
-and later.
@@ -267,9 +259,6 @@ a given virtual host
server config
virtual host
-
-VirtualScriptAliasIP is only available in 1.3.7
-and later.
--
2.50.1