Re: [squid-users] How to block skype?

From: Jaime Solorzano B <jaisol@dont-contact.us>
Date: Fri, 24 Nov 2006 12:11:53 -0600

I have deleted:
   deny_info ERR_CLIENT_HTTPS2IP_DENIED skype
and SKYPE is blocked now.

Then, to block skype (at least in my case) should be work:
   acl CONNECT method CONNECT
   acl skype url_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
   .
   http_access deny CONNECT skype

Thks!

----- Original Message -----
From: "Jaime Solorzano B" <jaisol@hotmail.com>
To: <squid-users@squid-cache.org>
Sent: Friday, November 24, 2006 9:55 AM
Subject: [squid-users] How to block skype?

>I found Allowing/Unblocking Skype with Squid post at
> http://www.squid-cache.org/mail-archive/squid-users/200606/0099.html.
>
> Next steps are mentioned to block skype:
>
> acl CONNECT method CONNECT
> acl skype url_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
>
> deny_info ERR_CLIENT_HTTPS2IP_DENIED skype
> http_access deny CONNECT skype
>
>
> BUT this don't work for us.
>
> When changes are applied (squid -k reconfigure) we get:
> squid: ERROR: Could not send signal to x to process wxyz: (3) No such
> process
>
> If we rollback changes squid works fine.
>
>
> Any response will be appreciated,
>
> Jaime
>
>
Received on Fri Nov 24 2006 - 11:10:15 MST

This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:03 MST