You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Peter Milanese <mi...@yahoo.com> on 2008/07/22 15:02:46 UTC

[users@httpd] mod_proxy reverse and Browser Detect

Hello all-
 I have a rev. proxy running, which pretty much aggregates many sites to a common base url. I am having an issue with regard to browser detection. It happens just fine when I hit a vhost for the particular site, but not when I go through the reverse. Is there something I'm missing that will preserve the headers?
        ProxyPass /abolition http://abolition.nypl.org/

        <Location /abolition/>
                ProxyHTMLExtended On
                ProxyPassReverse /
                SetOutputFilter  proxy-html
                ProxyHTMLURLMap  ^/      /abolition/ [R]
                RequestHeader    unset  Accept-Encoding
        </Location>

Thanks for the help-
P