]> granicus.if.org Git - apache/commitdiff
Answer the "what flavor of regex" question.
authorRich Bowen <rbowen@apache.org>
Fri, 16 Mar 2012 15:03:48 +0000 (15:03 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 16 Mar 2012 15:03:48 +0000 (15:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1301574 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 5d72fdea7e6f86b1f49eb11ec12dbb7bb706539b..6dc853f500c274d94a369d3857deb1c7e13109ab 100644 (file)
@@ -33,7 +33,7 @@ URLs on the fly</description>
 
 <summary>
        <p>The <module>mod_rewrite</module> module uses a rule-based rewriting
-      engine, based on a regular-expression parser, to rewrite requested URLs on
+      engine, based on a PCRE regular-expression parser, to rewrite requested URLs on
       the fly. By default, <module>mod_rewrite</module> maps a URL to a filesystem
       path. However, it can also be used to redirect one URL to another URL, or
       to invoke an internal proxy fetch.</p>