From: Tony Stevenson Date: Fri, 8 Feb 2008 02:07:49 +0000 (+0000) Subject: As per PR 33892 backporting to 2.0 X-Git-Tag: 2.0.64~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b3b2788ab8e68d1c52f679087d11d735e36e81;p=thirdparty%2Fapache%2Fhttpd.git As per PR 33892 backporting to 2.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@619738 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 347d03f53b1..6cb44fc85e2 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -586,6 +586,13 @@ Server Error Messages and

'string1    string2' results in string1    string2.

+ +

Escaping slashes in regex strings

+

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.

+
+ +
top

SSIEndTag Directive

diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 60ccf47130c..f03dc2ac8d9 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -579,6 +579,13 @@ Server Error Messages >string2' results in string1    string2.

+ + Escaping slashes in regex strings +

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.

+
+ +