On Fri, 2008-01-18 at 10:53 -0600, Caldarale, Charles R wrote:
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> > Subject: Filtering the apache clients 
> > 
> > Is there any way of configuring the Tomcat <Connector> to 
> > only accept AJP connections from a specific apache server?
> 
> 1) Comment out the other <Connector> elements.
> 
> 2) Configure the RemoteAddrValve for the desired IP address:
> http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Remote%20Addre
> ss%20Filter
> 
>  - Chuck

In addition to Chuck's suggestions, you may also be interested in the
"secret" setting that can be set in workers.properties on Apache HTTPD
and in the tomcat connector conf. This allows you to specify a shared
secret between Apache HTTPD and Tomcat, so connections will only be
accepted if the secret is provided in the connection attempt. 

Search for "secret" in this page:

http://tomcat.apache.org/connectors-doc/reference/workers.html

Cheers, Ben

> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to