Search squid archive

Re: Re: need help port 80

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



good morning everybody,

thanks at first for your help....i htink iam a dummy :)

i have wrote:

acl OnlyFox browser -i Firefox/
http_access deny !OnlyFox

and second test:

acl OnlyFox browser -i .*Firefox.*
http_access deny !OnlyFox

but with internet explorer i can surf?

can someone help me, that really only firefox can access internet and no other tool...

thanks for regard
dave



Amos Jeffries schrieb:
On Tue, 13 Apr 2010 21:54:40 +0200, Heinz Diehl <htd@xxxxxxxxxxxxxxxxx>
wrote:
On 13.04.2010, david@xxxxxxxxxxx wrote:
but i dont understand
regexp .... pattern match on user agent
can you give me an example for dummies please ;)
acl Nofox browser -i .*Firefox.*
http_access deny Nofox

Ouch. very computing intensive.
I don't know why you people insist on sticking .* before and aft of the
pattern.
When that is processed in by Squid it becomes:
  .*.*Firefox.*.*

Just this will do to catch the browser tag:
  acl firefox browser Firefox/

Amos




[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux