From 25fad973b0f673e9d9cb77bd4635e49dd2954a48 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 5 Dec 2014 13:41:31 +0000 Subject: [PATCH] Merge r1643277 from trunk: add some hints about using expressions in mod_headers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1643278 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_headers.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 2729a412b4..7979bab95c 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -503,6 +503,25 @@ available in 2.4.10 and later more efficient than %s.

+ Note on expression values +

When the value parameter uses the ap_expr + parser, some expression syntax will differ from examples that evaluate + boolean expressions such as <If>: +

+

+

For edit there is both a value argument which is a regular expression, and an additional replacement string. As of version 2.4.7 -- 2.50.1