You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/04/23 18:13:11 UTC

DO NOT REPLY [Bug 8407] - reverse proxy return FORBIDDEN all the time

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8407>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8407

reverse proxy return FORBIDDEN all the time





------- Additional Comments From wrowe@apache.org  2002-04-23 16:13 -------
Try additional config such as;

<Proxy *>
    Order deny,allow
    Deny from all
    Allow from .yourdomain.example.net localhost 127.0.0.1
</Proxy>

If you have an <Directory "proxy:xxx"> blocks, change them to <Proxy "xxx">
blocks instead.  Let us know if this resolves your issues.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org