Henrik Nordstrom wrote:
httpd_accel_host virtual
httpd_accel_port 7080
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
However, none of that markup appears in the current squid.conf file! Is
it all obsolete? Is it supported? Is there a better approach?
The above is obsolete, replaced by simpler setup. See the release notes.
Thank you. So, please tell me, will this be sufficient?
acl Safe_ports port 80 8080 7080 transparent
or do I need to be this redundant?
acl Safe_ports port 80 transparent 8080 transparent 7080
transparent
cache_peer.
This is something I skipped over because I didn't see the relevance (I
don't have other machines caching...I misunderstood). I will study this now.
Thank you!
beno