RE: RemoteAddrValve and ajp13 connections

2002-12-17 Thread Cox, Charlie
: Monday, December 16, 2002 9:01 PM To: [EMAIL PROTECTED] Subject: RemoteAddrValve and ajp13 connections I put these lines in my server.xml for a tomcat that only talks to apache. I keep getting 403 errors when these are in. How can I configure tomcat to only allow connections (ajp13) from

RemoteAddrValve and ajp13 connections

2002-12-16 Thread Joseph Shraibman
I put these lines in my server.xml for a tomcat that only talks to apache. I keep getting 403 errors when these are in. How can I configure tomcat to only allow connections (ajp13) from certain ip addresses? Valve className=org.apache.catalina.valves.RemoteAddrValve allow=127.*/ Valve