Koozali.org: home of the SME Server

squid block http 81

Daley

squid block http 81
« on: June 16, 2002, 12:42:13 PM »
Hi there,

Howto i enable squid to allow http 81 coming in??? Thkx.

Regards,
Daley

Michael Doerner

Re: squid block http 81
« Reply #1 on: June 16, 2002, 03:11:35 PM »
Hi Daley,

you need to add port 81 to the list of ports in an access control list in /etc/squid/squid.conf like:
acl Safe_ports port 80 21 443 563 70 210 1025-65535 980 81

Note: Create a customised template for this (see SME documentation for that).

Regards,
Michael

Daley

Re: squid block http 81
« Reply #2 on: June 16, 2002, 07:14:51 PM »
Hi Michael,

Thanks, where exactly the help for howto create the squid template?

Regards,
Daley

Michael Doerner

Re: squid block http 81
« Reply #3 on: June 17, 2002, 12:00:31 AM »

Henry Gómez N.

Re: squid block http 81
« Reply #4 on: June 19, 2002, 07:10:26 PM »
Hi Michael:
you wrote to  Daley,

>you need to add port 81 to the list of ports in an access control list >in /etc/squid/squid.conf like:
>acl Safe_ports port 80 21 443 563 70 210 1025-65535 980 81

>Note: Create a customised template for this (see SME documentation for that).

How i can change squid.conf if my serever is yet installed and running using default port 3128.

Regards,
Henry.