From cfc3c2bd7d887cb2ac3c8199f033c7d357f14905 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 07:28:44 +0000 Subject: [PATCH] Update HTML documentation from man pages --- doc/html/man5/3proxy.cfg.5.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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,