From: Tony Stevenson Date: Fri, 8 Feb 2008 02:07:06 +0000 (+0000) Subject: As per PR 33892 backporing to 2.2 docs X-Git-Tag: 2.2.9~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f332a17919432ff96b7028113bf1aa1574fcfda3;p=thirdparty%2Fapache%2Fhttpd.git As per PR 33892 backporing to 2.2 docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@619737 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 62675e1b2fe..333223cfa84 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -635,6 +635,11 @@ parsed expression tokenizer information, the parse tree and how it is evaluated into the output sent to the client.

+ +

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

SSIEnableAccess Directive

diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 851db2eb409..01ecee7df30 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -628,6 +628,11 @@ parsed expression tokenizer information, the parse tree and how it is evaluated into the output sent to the client.

+ + 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.

+