]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Addresses remaining comments in bz54269
authorRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 19:17:42 +0000 (19:17 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 19:17:42 +0000 (19:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932817 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_html.xml

index 9d33112bf2341d581880d58c446bc8afcb726713..57e60e202676b956bc6489fbc1c70c9b58c26f5c 100644 (file)
@@ -28,8 +28,7 @@ from Clients' networks in a proxy context.</description>
 <status>Base</status>
 <sourcefile>mod_proxy_html.c</sourcefile>
 <identifier>proxy_html_module</identifier>
-<compatibility>Version 2.4 and later.  Available as a third-party module
-for earlier 2.x versions</compatibility>
+<compatibility>Version 2.4 and later</compatibility>
 
 <summary>
 <p>This module provides an output filter to rewrite HTML links in a
@@ -329,6 +328,7 @@ module="core">LogLevel</directive> Debug.</p>
 <name>ProxyHTMLFixups</name>
 <description>Fixes for simple HTML errors.</description>
 <syntax>ProxyHTMLFixups [lowercase] [dospath] [reset]</syntax>
+<default>ProxyHTMLFixups none</default>
 <contextlist><context>server config</context>
 <context>virtual host</context><context>directory</context>
 </contextlist>
@@ -437,6 +437,12 @@ module for earlier 2.x versions</compatibility>
 apply <directive module="mod_proxy_html">ProxyHTMLURLMap</directive>s to where enabled.
 You can specify any number of attributes in one or more
 <directive>ProxyHTMLEvents</directive> directives.</p>
+<note><title>Requires ProxyHTMLExtended</title>
+<p>Scripting events are only processed when
+<directive module="mod_proxy_html">ProxyHTMLExtended</directive> is set to
+<var>On</var>.  Without it, event attributes are passed through unmodified
+even if listed in <directive>ProxyHTMLEvents</directive>.</p>
+</note>
 <p>Normally you'll set this globally.  If you set <directive>ProxyHTMLEvents</directive> in more than
 one scope so that one overrides the other, you'll need to specify a complete
 set in each of those scopes.</p>
@@ -493,6 +499,7 @@ ProxyHTMLLinks  script     src for
 <name>ProxyHTMLCharsetOut</name>
 <description>Specify a charset for mod_proxy_html output.</description>
 <syntax>ProxyHTMLCharsetOut <var>Charset | *</var></syntax>
+<default>ProxyHTMLCharsetOut UTF-8</default>
 <contextlist><context>server config</context>
 <context>virtual host</context><context>directory</context>
 </contextlist>