Using the Deny, Order and Allow commands in a .htaccess file works for whatever is in Apache's public document root. However, it doesn't prevent requests that are dispatched to Tomcat.
For example, if I forbid my own IP address with this:
Deny from xxx.xx.xx.xxx
I cannot access anything in Apache's document root, but I can still access any pages that are served by Tomcat. (Apache is configured to dispatch *.jsp to Tomcat).
How can I tell Apache to filter *all* requests by IP address?
Thanks, Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]