Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Daley on June 16, 2002, 12:42:13 PM

Title: squid block http 81
Post by: Daley on June 16, 2002, 12:42:13 PM
Hi there,

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

Regards,
Daley
Title: Re: squid block http 81
Post by: Michael Doerner 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
Title: Re: squid block http 81
Post by: Daley on June 16, 2002, 07:14:51 PM
Hi Michael,

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

Regards,
Daley
Title: Re: squid block http 81
Post by: Michael Doerner on June 17, 2002, 12:00:31 AM
http://www.e-smith.org/docs/papers/templates.html#AEN77

Regards,
Michael
Title: Re: squid block http 81
Post by: Henry Gómez N. 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.