Hi there
Excuse my english,
I´m need help with my proxy configuration
I´m using squid Version 2.4.STABLE6
I want to know how to authenticate users to use
9001 port .
Everything is fine all is working with proxy_auth authentication to an active
directory domain, except 9001
Can someone advise me about any other way to 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

Marcello:.