]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix <glossay> validity
authorAndré Malo <nd@apache.org>
Wed, 21 Sep 2005 17:17:09 +0000 (17:17 +0000)
committerAndré Malo <nd@apache.org>
Wed, 21 Sep 2005 17:17:09 +0000 (17:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@290748 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_filter.xml
docs/manual/sections.xml
docs/manual/urlmapping.xml

index ad15c8c26e0f82f36174b2d47f38f631c8439d60..d39a3ba58375094b3bb0864ef95c99c9daf014f4 100644 (file)
 
     <p>The <var>match</var> argument specifies a match that will be applied to
     the filter's <var>dispatch</var> criterion.  The <var>match</var> may be
-    a string match (exact match or substring), a <glossary>regex</glossary>, 
-    an integer (greater,
+    a string match (exact match or substring), a <glossary ref="regex"
+    >regex</glossary>, an integer (greater,
     lessthan or equals), or unconditional.  The first characters of the
     <var>match</var> argument determines this:</p>
 
index 10c8e70fa2d034be3fca230fd0ef4441147a8c1b..dbdcc5c42470b4e38b6830b50811a747a25ee5e3 100644 (file)
@@ -129,7 +129,8 @@ from databases or other locations.</p>
 
 <p>The <directive type="section" module="core">Directory</directive>
 and <directive type="section" module="core">Files</directive>
-directives, along with their <glossary>regex</glossary> counterparts, apply directives to
+directives, along with their <glossary ref="regex">regex</glossary>
+counterparts, apply directives to
 parts of the filesystem.  Directives enclosed in a <directive
 type="section" module="core">Directory</directive> section apply to
 the named filesystem directory and all subdirectories of that
@@ -182,7 +183,8 @@ Deny from all<br />
 <section id="webspace"><title>Webspace Containers</title>
 
 <p>The <directive type="section" module="core">Location</directive>
-directive and its <glossary>regex</glossary> counterpart, on the other hand, change the
+directive and its <glossary ref="regex">regex</glossary> counterpart, on the
+other hand, change the
 configuration for content in the webspace.  For example, the following
 configuration prevents access to any URL-path that begins in /private.
 In particular, it will apply to requests for
index b760fc49aedefe061a9ab3eb9eee145f80c61757..1bfa3481aa79387731e52a3dbfe28d6021f05dd5 100644 (file)
     will be served from <code>/var/web/dir/file.html</code>. The
     <directive module="mod_alias">ScriptAlias</directive> directive
     works the same way, with the additional effect that all content
-    located at the target path is treated as <glossary>CGI</glossary> scripts.</p>
+    located at the target path is treated as <glossary ref="cgi"
+    >CGI</glossary> scripts.</p>
 
     <p>For situations where you require additional flexibility, you
     can use the <directive module="mod_alias">AliasMatch</directive>