You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2003/10/31 20:10:59 UTC

[users@httpd] Re: {SPAM 03.0} [users@httpd] how is my apache being an open relay?

On Fri, 31 Oct 2003 spamsucks@rhoderunner.com wrote:

> I was checking my access_log.  It appears that I am an open relay!  How
> can I prevent this?  How is it happenning?
>
> I am using ModProxy, but I have everything mapped to a destination.  I am
> using 1.3.23
>
> I need to have ModProxy running.  But all my proxy directives are internal
> only.  I don't have anything that could be causing this.
>
> Here are my Proxy directives.
> <IfModule mod_proxy.c>
>         ProxyRequests On
>         ProxyPass /roller http://localhost:9081/roller
>         ProxyPassReverse /roller http://www.rhoderunner.com/roller
>
>         ProxyPass /hrawiki http://localhost:9081/hrawiki
>         ProxyPassReverse /hrawiki http://www.rhoderunner.com/hrawiki
> </IfModule>

Please go read the docs for mod_proxy, which tell you that you do NOT want
"ProxyRequests On" when doing reverse proxying.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org