diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2009-12-14 19:50:30 +0100 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2009-12-14 19:50:30 +0100 |
commit | 8cd7ce41fc82194368182efe2bcfea122c8a03ab (patch) | |
tree | d6bbd1a512e6558f2bad5810c6a7bc6461304ad3 /docs/manual/glossary.xml | |
parent | Don't capture matches if you're going to discard them - replaces ^(.+) (diff) | |
download | apache2-8cd7ce41fc82194368182efe2bcfea122c8a03ab.tar.xz apache2-8cd7ce41fc82194368182efe2bcfea122c8a03ab.zip |
Expand on mod_alias documentation.
Add a link from the glossary entry on regular expressions to the wikipedia
page that seems to be a good reference for the syntax of PCRE's flavor of
regular expressions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@890436 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/glossary.xml')
-rw-r--r-- | docs/manual/glossary.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index c85d817483..d6d842a84f 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -382,7 +382,9 @@ - for example, all .gif and .jpg files under any "images" directory could be written as "<code>/images/.*(jpg|gif)$</code>". Apache uses Perl Compatible Regular Expressions provided by the <a - href="http://www.pcre.org/">PCRE</a> library. + href="http://www.pcre.org/">PCRE</a> library. You can find more documentation + about PCRE's regular expression syntax at that site, or at + <a href="http://en.wikipedia.org/wiki/PCRE">Wikipedia</a>. </dd> <dt><a name="reverseproxy" id="reverseproxy">Reverse Proxy</a></dt> |