On 10/28/06, Roy T. Fielding <[EMAIL PROTECTED]> wrote:
> + ***Note*** If you get proxy forbidden errors in your error log, > you can add the following code block below and restart Apache to > try to fix the error. > + > + {{{<Proxy *> > + Order deny,allow > + Allow from all > + </Proxy> > + }}} Shouldn't this include some discussion of proxy access control and the danger of open proxies? Generally speaking, we should not recommend such a config on any server accessible from the Internet.
It's actually ok because they put "ProxyRequests Off" earlier in the example. So the open config applies only to reverse proxy requests. Joshua. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]