fre 2006-03-10 klockan 21:28 -0700 skrev John Neiberger: > On 3/10/06, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > > fre 2006-03-10 klockan 16:20 -0700 skrev John Neiberger: > > > Can we do something similar to that with Squid? Preventing hotlinking > > > on our webservers won't help us much if the cache server readily > > > serves up those images to bad referrers. > > > > Yes, you can do something similar with the help of the referer acl. > > > > Regards > > Henrik > > Thanks! I was taking a quick look through the documentation and I > didn't see the referrer ACL, although I saw a number of other fields > from which I could create ACLs.
from the squid.conf documentation
acl aclname referer_regex [-i] regexp ...
# pattern match on Referer header
# Referer is highly unreliable, so use with care
then there is also
acl aclname req_header header-name [-i] any\.regex\.here
# regex match against any of the known request headers. May be
# thought of as a superset of "browser", "referer" and "mime-type"
# ACLs.
and
referer_log
Squid will write the Referer field from HTTP requests to the
filename specified here. By default referer_log is disabled.
Regards
Henrik
signature.asc
Description: Detta är en digitalt signerad meddelandedel
