Martin B. Smith wrote:
Howdy!

I'm trying to ensure that only specific instances of Apache are allowed to proxy requests into my Tomcat 5.5.28 instances. Unfortunately, it looks like Tomcat is seeing the actual client IP making the original request to Apache. Does anyone have a configuration that only allows specific Apache (mod_)proxies to be serviced by Tomcat?

Of course if your are under Linux, you could use iptables to block requests to port 8009, from hosts you don't like. And if you are under Windows, you could use the Windows firewall or filtering rules.
Probably even more efficient than doing this at the Tomcat level.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to