Not serving pages well, Solaris7?

From: <hillel@dont-contact.us>
Date: Wed, 17 May 2000 21:09:12

Greetings

I've been told by users that my squid http accelerator, I've been working
on for
the last month, running squid-2.3.STABLE2 is caching the pages but not
serving them well.

I've done ./configure --enable-heap-replacement --enable-dlmalloc
--enable-snmp --enable-time-hack

I've also set /etc/system

*priority paging
set priority_paging=1

*filedescriptors
set rlim_fd_max=4096
set rlim_fd_cur=256

Here is my squid.conf I'm using, on a Solaris 7 Sun Server
any suggestions for improvement will be most appreciated.

I've put memory -pools -off
   
http_port 80
acl QUERY urlpath_regex cgi-bin
acl PERCEPTION urlpath_regex qm/
no_cache deny PERCEPTION
no_cache deny QUERY
cache_mem 8 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 8096 KB
minimum_object_size 0 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
fqdncache_size 1024
cache_dir ufs /cache 15000 16 256
cache_access_log /logs/access.log
cache_log /logs/cache.log
cache_store_log /logs/store.log
emulate_httpd_log off
mime_table /usr/local/squid/etc/mime.conf
log_mime_hdrs off
useragent_log none
pid_filename /usr/local/squid/logs/squid.pid
debug_options ALL,1
log_fqdn off
client_netmask 255.255.255.255
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
replacement_policy GDSF
negative_ttl 5 minutes
positive_dns_ttl 6 hours
negative_dns_ttl 5 minutes
range_offset_limit 0 KB
connect_timeout 120 seconds
read_timeout 15 minutes
request_timeout 5 minutes
client_lifetime 1 day
half_closed_clients off
pconn_timeout 120 seconds
ident_timeout 10 seconds
shutdown_lifetime 30 seconds
acl all src 0.0.0.0/0.0.0.0
acl allowed_hosts ******(I've removed these)
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl snmp-za snmp_community public
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
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
acl PURGE method purge
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow all
icp_access deny all
miss_access allow all
cache_mgr webmaster
cache_effective_user nobody
cache_effective_group nogroup
httpd_accel_host 192.168.1.10
httpd_accel_port 80
httpd_accel_with_proxy on
tcp_recv_bufsize 0 bytes
log_icp_queries off
cachemgr_passwd secret shutdown
cachemgr_passwd secret config
store_avg_object_size 13 KB
store_objects_per_bucket 50
client_db on
buffered_logs on
reload_into_ims off
fake_user_agent none
minimum_retry_timeout 5 seconds
maximum_single_addr_tries 3
snmp_port 3401
snmp_access allow snmp**** localhost
snmp_access allow snmp**** allowed_hosts
snmp_access deny all
snmp_outgoing_address 0.0.0.0
strip_query_terms off
Received on Wed May 17 2000 - 13:13:41 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:31 MST