]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
As per PR 33892 backporing to 2.2 docs
authorTony Stevenson <pctony@apache.org>
Fri, 8 Feb 2008 02:07:06 +0000 (02:07 +0000)
committerTony Stevenson <pctony@apache.org>
Fri, 8 Feb 2008 02:07:06 +0000 (02:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@619737 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.html.en
docs/manual/mod/mod_include.xml

index 62675e1b2fe692cc60ec6e368dd631ebe18b2ef7..333223cfa848bb0cdc95d4e8cc798ac2b0989aa5 100644 (file)
       parsed expression tokenizer information, the parse tree and how it is
       evaluated into the output sent to the client.</p>
     </div>
+
+    <div class="note"><h3>Escaping slashes in regex strings</h3>
+     <p>All slashes which are not intended to act as delimiters in your regex must
+     be escaped.  This is regardless of their meaning to the regex engine.</p>
+    </div>
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="SSIEnableAccess" id="SSIEnableAccess">SSIEnableAccess</a> <a name="ssienableaccess" id="ssienableaccess">Directive</a></h2>
index 851db2eb40942a9f9744d2322b5d44d01ce92d7b..01ecee7df30d66342241ca49e673c009c9e924b3 100644 (file)
       parsed expression tokenizer information, the parse tree and how it is
       evaluated into the output sent to the client.</p>
     </note>
+
+    <note><title>Escaping slashes in regex strings</title>
+     <p>All slashes which are not intended to act as delimiters in your regex must
+     be escaped.  This is regardless of their meaning to the regex engine.</p>
+    </note>
 </section>
 
 <directivesynopsis>