DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37559>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37559 ------- Additional Comments From [EMAIL PROTECTED] 2005-11-18 18:15 ------- Forgot to mention that mod_proxy is not the cause, without mod_deflate it works fine (The Vary header is not deleted by mod_proxy): # cat /usr/local/apache/conf/deflate.conf <Virtualhost *> ServerName backend.test.nl DocumentRoot /var/www/html </VirtualHost> <Virtualhost *> ServerName proxynodeflate.test.nl ProxyPass / http://backend.test.nl/ ProxyPassReverse / http://backend.test.nl/ </VirtualHost> __________________ # wget --header="Accept-Encoding: compress, gzip" -SO proxynodeflate proxynodeflate.test.nl/cgi-bin/test.cgi 2>&1 | grep Vary 4 Vary: Accept Regards, Marc -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
