Re: [us...@httpd] mod_proxy not displaying images

2009-02-17 Thread Nick Kew
Matt McCutchen wrote: I also suggest that you try a test case other than Google in case Google tries to block people from proxy-passing to them. Google doesn't stop you proxying, but it does redirect to your country, taking you out of scope of your rules. That makes it tricky to proxy unles

Re: [us...@httpd] mod_proxy not displaying images

2009-02-17 Thread Matt McCutchen
On Tue, 2009-02-17 at 11:59 -0500, Christopher Long wrote: > I'm attempting to use mod_proxy to display various webpages via > ProxyPass. I'm having issues getting the images to properly come > through. Here is what I have in /conf/httpd.conf: > > > > > ProxyRequests Off > > >Order deny

[us...@httpd] mod_proxy not displaying images

2009-02-17 Thread Christopher Long
Hello: I'm attempting to use mod_proxy to display various webpages via ProxyPass. I'm having issues getting the images to properly come through. Here is what I have in /conf/httpd.conf: ProxyRequests Off Order deny,allow Allow from all ProxyPass/google/ http://www.google.com