"Craig R. McClanahan" <[EMAIL PROTECTED]> wrote:
>..
>You can use <LOCATION> directives in the httpd.conf file to protect access to
>servlets based on their URI, instead of their actual directory.
Any ideas why this didn't work for me? I've tried something as simple as:
<VirtualHost 192.168.1.1>
...
<Location /servlets/Simple>
order deny,allow
deny from all
</Location>
...
</VirtualHost>
but it still lets me access /servlets/Simple.
What trick am I missing this time?
-- Ari Halberstadt mailto:[EMAIL PROTECTED] <http://www.magiccookie.com/>
PGP public key available at <http://www.magiccookie.com/pgpkey.txt>
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]