[squid-users] Can't get squid to work

From: Joe Commisso <jemc@dont-contact.us>
Date: Wed, 15 Feb 2006 20:12:16 -0500

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

--------------------------------------------------------------------------------------------

[root@r2d2 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 root@localhost
cache_effective_user squid
cache_effective_group squid
logfile_rotate 0
log_icp_queries off
visible_hostname r2d2
buffered_logs on
[root@r2d2 squid]# squid -k parse
[root@r2d2 squid]# squidclient http://squid-cache.org/
Alarm clock
[root@r2d2 squid]#
Received on Wed Feb 15 2006 - 18:10:37 MST

This archive was generated by hypermail pre-2.1.9 : Wed Mar 01 2006 - 12:00:03 MST