From f332a17919432ff96b7028113bf1aa1574fcfda3 Mon Sep 17 00:00:00 2001 From: Tony Stevenson Date: Fri, 8 Feb 2008 02:07:06 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_include.html.en | 5 +++++ docs/manual/mod/mod_include.xml | 5 +++++ 2 files changed, 10 insertions(+) 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.

+
-- 2.47.2