> Hi everybody,
> I have a question regarding the use of the RemoteAddrValve.
I have the following scenario:
Apache Web Server on a separate host, Tomcat 4.1.27 on another host.
I use mod_jk 1.2.5 to connect from Apache to Tomcat.
I wish to make sure that only requests from a specific Apache Server can connect to 
Tomcat.
I thought that the RemoteAddrValve can be used to check, from which machine the request
comes to Tomcat. It works fine if I use http (without Apache/mod_jk). If I use it 
together with Apache/mod_jk,
the remoteAddr received by the RemoteAddrValve is always "localhost". 
So my question is, how can I assure that the mod_jk request comes from my specific 
Apache host and not from
another Apache. Is there another way to do it (eventually in the configuration of the 
CoyoteConnector)
Thanks for any help.
Regards 
> Karin
> 
> 
> 

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

Reply via email to