On 14.10.2009 13:47, Bret Unbehagen wrote:
> I have a Windows 2003 Server with the ISAPI_Redirector installed. I want to
> stop it from passing the client IP to Tomcat. I have found
> http://tomcat.apache.org/connectors-doc/generic_howto/proxy.html, where is
> states that I can set JK_REMOTE_USER. I have tried setting an environment
> variables and placing the variable in the config files. I am guessing that
> ISAPI Redirectors don't support this. Can someone confirm this for me? Also
> can someone help me block the client IP from Tomcat?

Unfortunately the feature only exists for Apache. The ISAPI Redirector
takes the data from the server variables REMOTE_ADDR and REMOTE_HOST.
You can check the IIS docs, whether IIS allows you to overwrite them in
some simple way, but I don't know.

Regards,

Rainer

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

Reply via email to