diff options
author | Joshua Slive <slive@apache.org> | 2005-09-21 17:21:09 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2005-09-21 17:21:09 +0200 |
commit | 2b1d0579cb67a1b90dd986aa8673440cdc679b38 (patch) | |
tree | 9702ce3dc94a898d623b9dbb85a3acbac7c18578 /docs/manual/mod/mod_alias.xml | |
parent | Omit reference to pre-2.0.48 versions. (diff) | |
download | apache2-2b1d0579cb67a1b90dd986aa8673440cdc679b38.tar.xz apache2-2b1d0579cb67a1b90dd986aa8673440cdc679b38.zip |
Add some <glossary> markup for regular expression and regex.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290723 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_alias.xml')
-rw-r--r-- | docs/manual/mod/mod_alias.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 2bcb910282..2b40b8bc08 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -159,8 +159,9 @@ expressions</description> <usage> <p>This directive is equivalent to <directive - module="mod_alias">Alias</directive>, but makes use of standard - regular expressions, instead of simple prefix matching. The + module="mod_alias">Alias</directive>, but makes use of + <glossary ref="regex">regular expressions</glossary>, + instead of simple prefix matching. The supplied regular expression is matched against the URL-path, and if it matches, the server will substitute any parenthesized matches into the given string and use it as a filename. For @@ -266,8 +267,9 @@ of the current URL</description> <usage> <p>This directive is equivalent to <directive - module="mod_alias">Redirect</directive>, but makes use of standard - regular expressions, instead of simple prefix matching. The + module="mod_alias">Redirect</directive>, but makes use of + <glossary ref="regex">regular expressions</glossary>, + instead of simple prefix matching. The supplied regular expression is matched against the URL-path, and if it matches, the server will substitute any parenthesized matches into the given string and use it as a filename. For @@ -351,8 +353,9 @@ and designates the target as a CGI script</description> <usage> <p>This directive is equivalent to <directive module="mod_alias" - >ScriptAlias</directive>, but makes use of standard - regular expressions, instead of simple prefix matching. The + >ScriptAlias</directive>, but makes use of + <glossary ref="regex">regular expressions</glossary>, + instead of simple prefix matching. The supplied regular expression is matched against the URL-path, and if it matches, the server will substitute any parenthesized matches into the given string and use it as a filename. For |