Stephen Anderson wrote:

> http_access deny sexkey !notsex

I think this would yeld a notsex deny_info.. Try "deny !notsex sexkey"
or "deny sexkey !notsex sexkey".

> of the ERR_SEX_DENIED page.  What gives?  Thanks!

Easiest way to figure out what is going on is to enable debugging.
1. Start squid
2. run "squid -k debug" to enable debugging
3. make a request which is denied
4. run squid -k debug again
5. Then look for "AclMatchedName" in logs/cache.log. This tells which
acl that denied the request, and hence which acl name deny_info is
looking for.

---
Henrik Nordstrom
Spare time Squid hacker

Reply via email to