IP Filters for subfolders

2008-01-30 Thread Ray Allen
I'm trying to restrict http access to a given folder. All the documentation points to appending the /conf/server.xml entry with the following text: Context path=/restricted ... ... Valve className=org.apache.catalina.valves.RemoteAddrValve allow=192.168.*.* / ... /Context

Re: IP Filters for subfolders

2008-01-30 Thread David Delbecq
En l'instant précis du 30/01/08 12:50, Ray Allen s'exprimait en ces termes: I'm trying to restrict http access to a given folder. All the documentation points to appending the /conf/server.xml entry with the following text: Context path=/restricted ... ... Valve

Re: IP Filters for subfolders

2008-01-30 Thread David Delbecq
En l'instant précis du 30/01/08 13:31, Ray Allen s'exprimait en ces termes: I'm trying to restrict http access to a given folder. All the documentation points to appending the /conf/server.xml entry with the following text: Context path=/restricted ... ... Valve

Re: IP Filters for subfolders

2008-01-30 Thread Ray Allen
I'm trying to restrict http access to a given folder. All the documentation points to appending the /conf/server.xml entry with the following text: Context path=/restricted ... ... Valve className=org.apache.catalina.valves.RemoteAddrValve allow=192.168.*.* / ...