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

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

index 347d03f53b1d922c7963ebc4a7157c8a971b8deb..6cb44fc85e29b3f1e517f9f390c67f529beb60de 100644 (file)
@@ -586,6 +586,13 @@ Server Error Messages</a></li>
       and<br />
       <br />
       <code>'<var>string1</var>&nbsp;&nbsp;&nbsp;&nbsp;<var>string2</var>'</code> results in <code><var>string1</var>&nbsp;&nbsp;&nbsp;&nbsp;<var>string2</var></code>.</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="SSIEndTag" id="SSIEndTag">SSIEndTag</a> <a name="ssiendtag" id="ssiendtag">Directive</a></h2>
index 60ccf47130cdf354631bbbf70198458a93b8b161..f03dc2ac8d93b2b9e133f7a0137034c359060da4 100644 (file)
@@ -579,6 +579,13 @@ Server Error Messages</a></seealso>
       >string2</var>'</code> results in <code><var
       >string1</var>&nbsp;&nbsp;&nbsp;&nbsp;<var>string2</var></code>.</p>
     </example>
+
+    <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>