[squid-users] Problem for accelerator

From: <ksamy@dont-contact.us>
Date: Thu, 2 Aug 2001 10:47:33 -0700

Hi,

If I run squid in proxy mode everything is fine.

When I run squid in accelerator mode for particular site it is downloading
file,documents it displays nothing. To run squid accelerator is there any
special settings I have to do? My site is intranet. Everytime the client
reaches the server it created session in the database. Sometimes I am
getting error "operation failed: valid session has not created or timed out
" . My question is how come everything is working fine for same site if I
run squid as proxy. Help.
 
This is my config file

http_port 80
httpd_accel_host xxxx
httpd_accel_port 80
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
acl SERV urlpath_regex servlet
no_cache deny SERV
cache_dir ufs /usr/local/squid/cache 100 16 256
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 CONNECT method CONNECT
http_access allow all
http_access allow manager localhost
icp_access allow all
cache_effective_user nobody
cache_effective_group nobody
no_cache deny all
Received on Thu Aug 02 2001 - 11:47:36 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:26 MST