Re: [users@httpd] block proxy GET access

2011-02-04 Thread Igor Galić
- "NLR REDDY" wrote: > Hi, > > Is there a way to block proxy GET access using mod_rewrite rules? I ProxyRequests are off by default. http://httpd.apache.org/docs/current/mod/mod_proxy.html#proxyrequests Also very recommendable: https://svn.apache.org/repos/asf/httpd/sandbox/mod_allowmetho

[users@httpd] block proxy GET access

2011-02-03 Thread NLR REDDY
Hi, Is there a way to block proxy GET access using mod_rewrite rules? I have read in security journals that this is one of the security vulnerabilities. Thanks