[squid-users] TCP_DENIED for URLs with port 81

From: Palmer J.D.F. <J.D.F.Palmer@dont-contact.us>
Date: Mon, 14 Jan 2002 14:13:35 -0000

81 is not classed as a safe/standard port you need to add something like
this to the squid.conf file to allow port 81 access to just that domain or
add 81 to the safe_port directive to allow it for all.

# Allows access on port 81 for http:/www.nhsatoz.org/
# This has to go here before the http_access deny !Safe_ports
# declaration
#
# Modified by Jezz Palmer 26/07/01
 
acl nhsatoz url_regex nhsatoz.org
http_access allow 81 nhsatoz
http_access deny 81

Jezz.
****************************************
Jezz Palmer.
Internet Systems Officer.
Library and Information Services
University of Wales, Swansea
Singleton Park
Swansea
SA2 8PP
Tel 01792 513260
****************************************

> -----Original Message-----
> From: Stephan von Krawczynski [mailto:skraw@ithnet.com]
> Sent: 14 January 2002 14:06
> To: squid-users@squid-cache.org
> Subject: [squid-users] TCP_DENIED for URLs with port 81
>
> Hello all,
>
> can anybody explain why I get an ACCESS DENIED when trying to connect to
> URLs
> with port 81 instead of port 80? This is Squid Cache version 2.4.STABLE1.
> I
> tried to add the port at
>
> acl Safe_ports port 80 81 21 443 563 70 210 1025-65535
>
>
> But that did not help.
>
> Any hints?
>
>
> Regards,
> Stephan
Received on Mon Jan 14 2002 - 07:11:18 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:50 MST