From: "Ged Haywood" <[EMAIL PROTECTED]> > On Fri, 6 Feb 2004, Vincent Kargatis wrote: > > > I have an apache server using mod_proxy that is acting like an open > > proxy even though I have ProxyRequests turned Off. > > [sinp] > > Perhaps I'm missing something simple: > > How about this? > > http://httpd.apache.org/docs/mod/mod_proxy.html#access
I don't want to control access, I want to control destination. I need anyone to have access (I can't know the origin of legitimate users); instead I need to restrict outward-bound requests. ProxyPass is (afaik, for the current setup) insufficient because I need to rewrite the URL. Can I somehow combine ProxyPass with the RewriteRule? v -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html