summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/manual/mod/mod_access.xml14
-rw-r--r--docs/manual/mod/mod_actions.xml2
-rw-r--r--docs/manual/mod/mod_alias.xml1
-rw-r--r--docs/manual/mod/mod_dav.xml2
-rw-r--r--docs/manual/mod/mod_dir.xml6
-rw-r--r--docs/manual/mod/mod_setenvif.xml11
6 files changed, 17 insertions, 19 deletions
diff --git a/docs/manual/mod/mod_access.xml b/docs/manual/mod/mod_access.xml
index 6426c23c75..44cfb8ecce 100644
--- a/docs/manual/mod/mod_access.xml
+++ b/docs/manual/mod/mod_access.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!DOCTYPE xml:manual [ <!ENTITY nbsp "&#160;"> ]>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
@@ -14,9 +14,9 @@ address, or other characteristics of the client request.</description>
<summary>
<p>The directives provided by mod_access are used in <directive
- module="core">&lt;Directory&gt;</directive>, <directive
- module="core">&lt;Files&gt;</directive>, and <directive
- module="core">&lt;Location&gt;</directive> sections as well as
+ module="core" type="section">Directory</directive>, <directive
+ module="core" type="section">Files</directive>, and <directive
+ module="core" type="section">Location</directive> sections as well as
<code><a href="core.html#accessfilename">.htaccess</a></code>
files to control access to particular parts of the server. Access
can be controlled based on the client hostname, IP address, or
@@ -41,7 +41,7 @@ address, or other characteristics of the client request.</description>
<code>POST</code>, etc). This is the desired behavior in most
cases. However, it is possible to restrict some methods, while
leaving other methods unrestricted, by enclosing the directives
- in a <directive module="core">&lt;Limit&gt;</directive> section.</p>
+ in a <directive module="core" type="section">Limit</directive> section.</p>
</summary>
<seealso><directive module="core">Satisfy</directive></seealso>
@@ -291,11 +291,11 @@ evaluated.</description>
configuration processing. This implies, for example, that an
<directive module="mod_access">Allow</directive> or <directive
module="mod_access">Deny</directive> directive occurring in a
- <directive module="core">&lt;Location&gt;</directive> section will
+ <directive module="core" type="section">Location</directive> section will
always be evaluated after an <directive
module="mod_access">Allow</directive> or <directive
module="mod_access">Deny</directive> directive occurring in a
- <directive module="core">&lt;Directory&gt;</directive> section or
+ <directive module="core" type="section">Directory</directive> section or
<code>.htaccess</code> file, regardless of the setting of the
<directive>Order</directive> directive. For details on the merging
of configuration sections, see the documentation on <a
diff --git a/docs/manual/mod/mod_actions.xml b/docs/manual/mod/mod_actions.xml
index e702dbe134..5cc21cfc0d 100644
--- a/docs/manual/mod/mod_actions.xml
+++ b/docs/manual/mod/mod_actions.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!DOCTYPE xml:manual [ <!ENTITY nbsp "&#160;"> ]>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml
index 84db11dc1c..bd80377b7c 100644
--- a/docs/manual/mod/mod_alias.xml
+++ b/docs/manual/mod/mod_alias.xml
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml
index c7b8f3f5b5..59a4283561 100644
--- a/docs/manual/mod/mod_dav.xml
+++ b/docs/manual/mod/mod_dav.xml
@@ -5,7 +5,7 @@
<name>mod_dav</name>
<description>Distributed Authoring and Versioning
-(<a href="http://www.webdav.org/">WebDAV</a>) functionality.</description>
+(<a href="http://www.webdav.org/">WebDAV</a>) functionality</description>
<status>Extension</status>
<sourcefile>mod_dav.c</sourcefile>
<identifier>dav_module</identifier>
diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml
index 850aa63872..0d7ed94a86 100644
--- a/docs/manual/mod/mod_dir.xml
+++ b/docs/manual/mod/mod_dir.xml
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
-
<name>mod_dir</name>
<description>Provides for "trailing slash" redirects and
- serving directory index files.</description>
+ serving directory index files</description>
<status>Base</status>
<sourcefile>mod_dir.c</sourcefile>
<identifier>dir_module</identifier>
@@ -35,9 +35,9 @@
</summary>
<directivesynopsis>
+<name>DirectoryIndex</name>
<description>List of resources to look for when the client requests
a directory</description>
-<name>DirectoryIndex</name>
<syntax>DirectoryIndex
<em>local-url</em> [<em>local-url</em>] ...</syntax>
<default>DirectoryIndex index.html</default>
diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml
index 4d4a85d743..865bae0153 100644
--- a/docs/manual/mod/mod_setenvif.xml
+++ b/docs/manual/mod/mod_setenvif.xml
@@ -1,15 +1,16 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
<name>mod_setenvif</name>
+<description>Allows the setting of environment variables based
+on characteristics of the request</description>
<status>Base</status>
-<identifier>setenvif_module</identifier>
<sourcefile>mod_setenvif.c</sourcefile>
+<identifier>setenvif_module</identifier>
<compatibility>Available in Apache 1.3 and later</compatibility>
-<description>Allows the setting of environment variables based
-on characteristics of the request</description>
<summary>
@@ -38,7 +39,6 @@ on characteristics of the request</description>
</description>
<syntax>BrowserMatch <em>regex env-variable</em>[=<em>value</em>]
[<em>env-variable</em>[=<em>value</em>]] ...</syntax>
-<default><i>none</i></default>
<contextlist><context>server config</context>
<context>virtual host</context><context>directory</context>
<context>.htaccess</context></contextlist>
@@ -103,7 +103,6 @@ on characteristics of the request</description>
respect to case</description>
<syntax>BrowserMatchNoCase <em>regex env-variable</em>[=<em>value</em>]
[<em>env-variable</em>[=<em>value</em>]] ...</syntax>
-<default><em>none</em></default>
<contextlist><context>server config</context>
<context>virtual host</context><context>directory</context>
<context>.htaccess</context></contextlist>
@@ -143,7 +142,6 @@ respect to case</description>
<syntax>SetEnvIf <em>attribute
regex env-variable</em>[=<em>value</em>]
[<em>env-variable</em>[=<em>value</em>]] ...</syntax>
-<default><em>none</em></default>
<contextlist><context>server config</context>
<context>virtual host</context><context>directory</context>
<context>.htaccess</context></contextlist>
@@ -239,7 +237,6 @@ respect to case</description>
without respect to case</description>
<syntax>SetEnvIfNoCase <em>attribute regex env-variable</em>[=<em>value</em>]
[<em>env-variable</em>[=<em>value</em>]] ...</syntax>
-<default><em>none</em></default>
<contextlist><context>server config</context>
<context>virtual host</context><context>directory</context>
<context>.htaccess</context></contextlist>