Re: [users@httpd] websocket header not passing a long with ProxyPass and mod_headers

2018-02-08 Thread Mark Nenadov
> according to the docs, you can actually specify the protocol: > > https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html : > > "In fact the module can be used to upgrade to other protocols, you can set > the upgrade parameter in the ProxyPass directive to allow the module to > accept

Re: [users@httpd] websocket header not passing a long with ProxyPass and mod_headers

2018-02-08 Thread Mark Nenadov
On Thu, Feb 8, 2018 at 1:33 PM, wrote: > You are probably proxying with mod_proxy_wstunnel. It seems to me that > "Upgrade: WebSocket" is hard-coded in that module. > > Regards, > > Rainer Hi Rainer, Thanks. Yes, I am using mod_proxy_wstunnel and it appears

[users@httpd] websocket header not passing a long with ProxyPass and mod_headers

2018-02-08 Thread Mark Nenadov
Hello, I have an operational setup where Apache httpd is proxying secure websockets traffic to an Apache Tomcat server. In other words, I'm using ProxyPass to pass traffic along to a WSS url. I'm now having some issues trying to throw mod_headers into the mix. I'm attempting to manipulate the