> I re-formatted my squid.conf file so that it would be easier to read,
> and it seemed to have broken some things.
>
> Is the following valid syntax ??
>
> acl CHAT url_regex -i .icq.com
> acl CHAT url_regex -i .msg.yahoo.com
> acl CHAT url_regex -i messenger.yahoo
> acl CHAT url_regex -i webmessenger
> acl CHAT url_regex -i .webmessenger
> acl CHAT url_regex -i .webmessenger.msn.com
> acl CHAT url_regex -i .messenger.*
> acl CHAT url_regex -i gateway.dll
> acl CHAT url_regex -i messenger.msn
> acl CHAT url_regex -i mirc
> acl CHAT url_regex -i icq.com
> acl CHAT url_regex -i go.icq
> acl CHAT url_regex -i miranda-im.org
>
> Or do I have to put them all on the same line .. ?
> ie acl CHAT url_regex -i .icq.com .msg.yahoo.com .......
>
- Use a 'file' based expression as in :
acl chatsites url_regex -i "/usr/local/squid/etc/chatsites"
Then put everything in that file.
M.
Received on Mon Apr 03 2006 - 11:47:57 MDT
This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT