From 5754bd4f98e0370bf48e9685003a1bf9616971e1 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 27 Apr 2012 05:45:21 +0000 Subject: [PATCH] Syntax updates for mod_u*.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331229 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_unixd.xml | 2 ++ docs/manual/mod/mod_userdir.xml | 18 +++++++++--------- docs/manual/mod/mod_usertrack.xml | 28 ++++++++++++++-------------- 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/docs/manual/mod/mod_unixd.xml b/docs/manual/mod/mod_unixd.xml index f16541f892..2e8377193e 100644 --- a/docs/manual/mod/mod_unixd.xml +++ b/docs/manual/mod/mod_unixd.xml @@ -55,7 +55,9 @@ requests Example + Group www-group +

It is recommended that you set up a new group specifically for diff --git a/docs/manual/mod/mod_userdir.xml b/docs/manual/mod/mod_userdir.xml index 4937aa9733..5e883c8a3a 100644 --- a/docs/manual/mod/mod_userdir.xml +++ b/docs/manual/mod/mod_userdir.xml @@ -124,24 +124,24 @@ host

To allow a few users to have UserDir directories, but not anyone else, use the following:

- - UserDir disabled
- UserDir enabled user1 user2 user3 -
+ +UserDir disabled +UserDir enabled user1 user2 user3 +

To allow most users to have UserDir directories, but deny this to a few, use the following:

- + UserDir disabled user4 user5 user6 - +

It is also possible to specify alternative user directories. If you use a command like:

- - Userdir public_html /usr/web http://www.example.com/ - + + UserDir public_html /usr/web http://www.example.com/ +

With a request for http://www.example.com/~bob/one/two.html, will try to diff --git a/docs/manual/mod/mod_usertrack.xml b/docs/manual/mod/mod_usertrack.xml index 173fd1ba75..acaf6b3be8 100644 --- a/docs/manual/mod/mod_usertrack.xml +++ b/docs/manual/mod/mod_usertrack.xml @@ -41,10 +41,10 @@

mod_usertrack sets a cookie which can be logged via mod_log_config configurable logging formats:

- - LogFormat "%{Apache}n %r %t" usertrack
- CustomLog logs/clickstream.log usertrack -
+ +LogFormat "%{Apache}n %r %t" usertrack +CustomLog logs/clickstream.log usertrack + @@ -83,9 +83,9 @@ level domain (for example .example.co.uk). - + CookieDomain .example.com - + @@ -114,9 +114,9 @@

If this directive is not used, cookies last only for the current browser session.

- + CookieExpires "3 weeks" - + @@ -142,9 +142,9 @@ unpredictable if you use a name containing unusual characters. Valid characters include A-Z, a-z, 0-9, "_", and "-".

- + CookieName clicktrack - + @@ -185,9 +185,9 @@ three of these formats, with Cookie2 being the preferred format.

- + CookieStyle Cookie2 - + @@ -215,9 +215,9 @@ mod_usertrack will not activate cookies.

- + CookieTracking on - + -- 2.40.0