diff options
author | Lucien Gentis <lgentis@apache.org> | 2021-05-22 18:11:08 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2021-05-22 18:11:08 +0200 |
commit | 175d9e45b5926cdf443ea8048dabb300080a1b23 (patch) | |
tree | 965b53a14a9d15e829f59373d327b9c4f022f261 /docs/manual/mod/mod_proxy_wstunnel.xml | |
parent | fix build with LibreSSL [Yann Ylavic] (diff) | |
download | apache2-175d9e45b5926cdf443ea8048dabb300080a1b23.tar.xz apache2-175d9e45b5926cdf443ea8048dabb300080a1b23.zip |
<contextlist> and <compatibility> bad ordering.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890110 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_proxy_wstunnel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy_wstunnel.xml b/docs/manual/mod/mod_proxy_wstunnel.xml index 2c1c2748e6..e638ae0330 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.xml +++ b/docs/manual/mod/mod_proxy_wstunnel.xml @@ -76,10 +76,10 @@ in the response <code>Upgrade</code></p> <description>Instructs this module to let <module>mod_proxy_http</module> handle the request</description> <syntax>ProxyWebsocketFallbackToProxyHttp On|Off</syntax> <default>ProxyWebsocketFallbackToProxyHttp On</default> -<compatibility>Available in httpd 2.4.48 and later</compatibility> <contextlist><context>server config</context> <context>virtual host</context> </contextlist> +<compatibility>Available in httpd 2.4.48 and later</compatibility> <usage> <p>Since httpd 2.4.47, <module>mod_proxy_http</module> can handle WebSocket |