RE: [squid-users] 9001 port

From: Chris Robertson <crobertson@dont-contact.us>
Date: Thu, 7 Jul 2005 13:13:16 -0800

> ----- Original Message -----
> From: "Marcello Farias" <marcello@impasa.com.uy>
> To: "Squid users" <squid-users@squid-cache.org>
> Sent: Wednesday, July 06, 2005 5:47 PM
> Subject: [squid-users] 9001 port
>
>
> Mail IMPASAHi there
> Excuse my english,
> I need help with my squid.conf configuration
> I´m using squid Version 2.4.STABLE6
> I want to know how to allow users to use 9001 port .
> Everything is fine all is working with proxy_auth authenticating to an
> active directory domain, except trought 9001
> Can someone advise me about any other way to do this without use IPTABLE.
>
> acl all src 0.0.0.0/0.0.0.0
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255
> acl SSL_ports port 443 563
> acl Safe_ports port 9001 # what´s up ?
> acl Safe_ports port 80 # http
> acl Safe_ports port 21 # ftp
> acl Safe_ports port 443 563 # https, snews
> acl Safe_ports port 70 # gopher
> acl Safe_ports port 210 # wais
> acl Safe_ports port 1025-65535 # unregistered ports
> acl Safe_ports port 280 # http-mgmt
> acl Safe_ports port 488 # gss-http
> acl Safe_ports port 591 # filemaker
> acl Safe_ports port 777 # multiling http
> acl CONNECT method CONNECT
>
> Anyway, can I submit spanish post here ?
>
> thanks a lot
>
> Marcelo
>

Are you trying to use squid to connect to a service on port 9001, or are you trying to get squid to listen for proxy connections on port 9001? What kind of error is occurring (browser timeout, squid error, etc)?

Chris
Received on Thu Jul 07 2005 - 15:13:21 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Aug 01 2005 - 12:00:02 MDT