sön 2006-07-09 klockan 21:11 +0000 skrev peter S:
> I am having trouble with squid config in 2.6 stable1.They have taken out
> httpd_accel_port and httpd_accel_host and replaced them with defaultsite
> http_port and cache_peer originserver options. When I put in the name of my
> server defaultsite http_port and the port that I am using under the cache_peer
> option squid returns an error saying that it doesn't understand the host name or
> port. I had to go back to another version of squid. Does anyone have a squid
> config http accelrater example for 2.6?
http_port ip:80 defaultsite=your.main.website.name
cache_peer webserverip parent 80 0 no-query originserver
acl port80 port 80
acl mysites dstdomain your.main.website.name
http_access allow mysites port80
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Tue Aug 01 2006 - 12:00:01 MDT