[users@httpd] Re: mod_proxy removing/filtering origin response headers

2012-03-09 Thread TomFennelly
Looks like this is common enough problem with apache (and proxies in general) and websockets... http://www.gossamer-threads.com/lists/apache/users/393509 -- View this message in context: http://old.nabble.com/mod_proxy-removing-filtering-origin-response-headers-tp33468056p33470889.html Sent from

[users@httpd] mod_proxy removing/filtering origin response headers

2012-03-08 Thread TomFennelly
Hi there. I have a reverse proxy configured, but mod_proxy seems to be removing some of the response headers that were sent from the origin server. I need the ones in question to be passed back to the client (websocket connection upgrade handshake headers). Is there a way of configuring this?