Hi,

I have an Apache mod_jk Tomcat server set up on the same host, and want to restrict access to the Tomcat so that only the Apache on the localhost can connect to port 8009.

I tried using org.apache.catalina.valves.RemoteAddrValve, with allow="127.0.0.1", but the issue is that Tomcat picks up the IP address of the client, and not the Apache which is passing traffic onto it.

Is there a way round this?

Thanks,

Ed.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to