Re: ProxyAllow as opposite for ProxyBlock
Graham Leggett <[email protected]> Fri, 03 Oct 2003 19:30:57 +0200
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
Stefan Kroon wrote: > I took a look into the apache (module) sources and I think it is not too > hard to add the ProxyAllow directive. But I want to ask you if you > support the solution and think whether it is useful to add the > ProxyAllow-directive? Maybe I can use a different solution to reach my > goal? There are three types of protocols that can be supported by proxy: ftp, http and connect. One strategy that might work for you is to use ProxyBlock to deny access to ftp and http, while not denying access to connect. Regards, Graham --