Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

[users@httpd] mod_proxy reverse and Browser Detect

Peter Milanese

2008-07-22


Author LoginPost Reply
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

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.