Hello:
I am trying to get squid working and need help since I have been at this for a long time. I am including my squid.conf file and also the output from 'squid -k parse' & 'squidclient ...'
When I put my http proxy information in firefox, the connection times out. My firefox http proxy info is 'http proxy: 192.168.4.1' 'port: 3128' All help is greatly appreciated, Joe -------------------------------------------------------------------------------------------- [EMAIL PROTECTED] squid]# cat squid.conf # /etc/squid/squid.conf: OpenNA, Inc. (last updated 2003 Aug 27) icp_port 0 ssl_unclean_shutdown on hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_mem 128 MB cache_replacement_policy heap GDSF memory_replacement_policy heap GDSF cache_dir diskd /var/spool/squid 750 16 256 cache_store_log none log_fqdn on auth_param basic children 5 auth_param basic realm Squid Proxy-Caching Web Server auth_param basic credentialsttl 2 hours acl localnet src 192.168.4.0/255.255.255.0 acl localhost src 127.0.0.1/255.255.255.255 acl SSL_ports port 443 563 acl Safe_ports port 80 21 443 563 70 210 1025-65535 280 488 591 777 acl CONNECT method CONNECT acl PURGE method PURGE acl all src 0.0.0.0/0.0.0.0 http_access allow localnet http_access allow localhost http_access allow PURGE localhost http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access deny CONNECT http_access deny PURGE http_access deny all cache_mgr [EMAIL PROTECTED] cache_effective_user squid cache_effective_group squid logfile_rotate 0 log_icp_queries off visible_hostname r2d2 buffered_logs on [EMAIL PROTECTED] squid]# squid -k parse [EMAIL PROTECTED] squid]# squidclient http://squid-cache.org/ Alarm clock [EMAIL PROTECTED] squid]#
