This has been discussed before, but nooo, of course I don't remember the
solution... so, why is my Location directive not blocking access to my
servlets? 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]

Reply via email to