Hi,
I want to use squid to connect to ftp servers, all firewalls are disable, but i am not able to connect
Here is my squid.conf
http_port 3128
icp_port 3130
hierarchy_stoplist cgi-bin?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_dir ufs /var/spool/squid 10000 32 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
ftp_user Squid@
ftp_list_width 32
ftp_passive on
ftp_sanitycheck on
dns_nameservers xx.xx.xx.xx xx.xx.xx.xx
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl bims src 192.168.100.0/255.255.255.0
http_access allow bims
http_access deny all
http_reply_access allow all
icp_access allow all
visible_hostname bims
acl FTP proto FTP
always_direct allow FTP
Received on Fri Jun 12 2009 - 09:49:30 MDT
This archive was generated by hypermail 2.2.0 : Fri Jun 12 2009 - 12:00:03 MDT