RE: Need help with Virtual Host Directive

2003-12-19 Thread Wehner, Terry
Thanks, In the interim I got it to work :-) -Terry -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 3:04 PM To: Tomcat Users List Subject: RE: Need help with Virtual Host Directive Howdy, >Your alternative suggestion sou

RE: Need help with Virtual Host Directive

2003-12-19 Thread Shapira, Yoav
ost where you want them accessible. Yoav Shapira > >Terry > > >-Original Message- >From: Shapira, Yoav [mailto:[EMAIL PROTECTED] >Sent: Friday, December 19, 2003 2:38 PM >To: Tomcat Users List >Subject: RE: Need help with Virtual Host Directive > > > >How

RE: Need help with Virtual Host Directive

2003-12-19 Thread Wehner, Terry
: Friday, December 19, 2003 2:38 PM To: Tomcat Users List Subject: RE: Need help with Virtual Host Directive Howdy, So you want to disallow access based on local, rather than remote (the request's), IP address? Remote address filtering is easy: see the Valve How-To page secti

RE: Need help with Virtual Host Directive

2003-12-19 Thread Shapira, Yoav
Howdy, So you want to disallow access based on local, rather than remote (the request's), IP address? Remote address filtering is easy: see the Valve How-To page section on RemoteAddressValve. Local address filtering is also not very difficult, but requires you to write some code. Namely, yo