I want to use NetCache and a farm of squid servers but i cant get a
page if my squid is pointing to netcache. workstation pointing to
netcache is working, workstation pointing to squid is working. the
error is something like the request cannot be forwarded to origin
server or to parent cache.
netcache' 3128 and 3130 are both open
thanks,
inapatricia
i have this squid.conf:
http_port 3128
icp_port 3130
cache_peer x.x.x.x parent 3128 3130
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 16 MB
cache_dir ufs /usr/local/squid/cache 100 16 256
cache_access_log /usr/local/squid/logs/access.log
cache_log /usr/local/squid/logs/cache.log
cache_store_log /usr/local/squid/logs/store.log
pid_filename /usr/local/squid/logs/squid.pid
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 manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow all
icp_access allow all
cache_effective_user nobody
cache_effective_group nogroup
never_direct allow all
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
Received on Sun Aug 04 2002 - 22:01:40 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:31 MST