On Tuesday 09 November 2010, Ari King wrote:
> Hi all,
>
> I have an httpd proxy in front of my tomcat servers/instances, and I'd
> like to restrict access to those tomcat servers/instances to be
> through the httpd proxy. This is in a lab settings so I'd prefer to
> use tomcat configurations, rat
Doh - too fast in copy paste - I pasted the wrong name.
You want *RemoteAddrValve* - you do NOT want RemoteIpValve
-Tim
On 11/9/2010 3:18 PM, Tim Funk wrote:
See RemoteIpValve
http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Remote_IP_Valve
-Tim
On 11/9/2010 1:34 PM, Ari King wrote
See RemoteIpValve
http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Remote_IP_Valve
-Tim
On 11/9/2010 1:34 PM, Ari King wrote:
Hi all,
I have an httpd proxy in front of my tomcat servers/instances, and I'd
like to restrict access to those tomcat servers/instances to be
through the htt
This is a networking exercise.
-Original Message-
From: Chris Lear [mailto:[EMAIL PROTECTED]
Sent: Friday, April 28, 2006 8:20 AM
To: Tomcat Users List
Subject: Re: Restricting access to Tomcat
* Edward Quick wrote (28/04/06 13:07):
>>* Edward Quick wrote (28/04/06
* Edward Quick wrote (28/04/06 13:07):
>>* Edward Quick wrote (28/04/06 10:53):
>> >
>> >> >
>> >> > I have an Apache mod_jk Tomcat server set up on the same host, and
[...]
>
> Thanks, I know what you mean but my problem is the Apache is not on the same
> box as the Tomcat.
Sorry. I misunderst
* Edward Quick wrote (28/04/06 10:53):
>
>> > 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.va
* Edward Quick wrote (28/04/06 10:53):
>
>> > 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
> 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 t
* Edward Quick wrote (28/04/06 09:09):
> 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
>