From 64a17319f9dbdd0f20c3e605cff76e76903a182d Mon Sep 17 00:00:00 2001
From: Yann Ylavic Since Apache HTTP Server 2.4.47, protocol Upgrade (tunneling) can be handled
- end-to-end by End-to-end means that the HTTP Upgrade request from the client/browser is first
- forwarded by For Apache HTTP Server 2.4.46 and earlier (or if
- Since Apache HTTP Server 2.4.47, protocol Upgrade (tunneling) can be handled
+ end-to-end by End-to-end means that the HTTP Upgrade request from the client/browser is first
+ forwarded by See Websocket Upgrade (2.4.47 and later) for an example of
+ configuration using For Apache HTTP Server 2.4.46 and earlier (or if
+ This module requires the service of This module requires the service of 101 Switching Protocols
).
- If the origin server responds with anything else 101 Switching Protocols
).
+ If the origin server responds with anything else Upgrade
will read in the request headers and use
in the response Upgrade
Since Apache HTTP Server 2.4.47, protocol Upgrade (tunneling) can be better handled by
+
See Protocol Upgrade.
+