It working like a charm
Thanks and regards
- Hirantha
-Original Message-
From: squidrunner team [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 21, 2005 12:47 PM
To: Hirantha Wijayawardena; squid-users@squid-cache.org
Subject: Re: [squid-users] setup url_regex for individual users
&
Dear all,
How do we assign url_regex which will allow only specified sites in the
url_regex; and only to effect particular machine (IP address)
I setup as fallows but it didn't work
Acl user1 src 192.168.100.3
Acl sites url_regex .redhat.com .oracle.com .sun.com
http_access allow user1 sites
I