diff --git a/doc/html/man5/3proxy.cfg.5.html b/doc/html/man5/3proxy.cfg.5.html index 6df0905..c54d99f 100644 --- a/doc/html/man5/3proxy.cfg.5.html +++ b/doc/html/man5/3proxy.cfg.5.html @@ -1348,7 +1348,7 @@ Apply a rule for matching regular expression.
pcre_rewrite
TYPE FILTER_ACTION REGEXP REWRITE_EXPRESSION [ACE]
Match and replace with rewrite expression.
-pcre_extend
FILTER_ACTION [ACE]
+pcre_extend ACE
Extend the ACL of the last pcre or pcre_rewrite command by adding an additional ACE.
pcre_options
OPTION1 [OPTION2 ...]
@@ -1407,7 +1407,14 @@ required.

- substitution string. May contain Perl-style substrings $1, $2, etc. $0 means the whole matched string. \r and \n may be used to insert new lines; the string may be empty -("").

+("").
+A rewritten request is what the server receives. The +destination is chosen, and the access rules are applied to +it, before the filters run, so a rewrite that names another +host or changes the method is logged but not acted on: the +request is still sent where the access rules allowed. +Rewriting the path or the query works on a direct connection +and through a parent alike.

ACE - access control entry (user names, source IPs, destination IPs,