Search squid archive

Re: problems setting up accelerator mode in squid 2.7

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



fre 2009-08-28 klockan 09:54 +0930 skrev Brett Lymn:

> proxy.  The current set up is the proxy is running on port 80, the web
> server on port 81.  I set up squid with http_accel_host pointing to
> itself, the http_accel_port as 81, httpd_accel_single_host on and
> httpd_accel_with_proxy on.

Then no accelerator options should be used on your http_port, just

http_port 80

cache_peer localhost 81 0 name=accel no-query originserver

acl accel_sites dstdomain your.accel.site.name
cache_peer_access accel accept accel_sites

never_direct allow accel_sites



The setup you had before was actually somewhat broken, makign requests
loop an extra time via the same Squid.

Regards
Henrik


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux