On Thu, 30 Dec 2004, Ratti Michele wrote:
redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf
Why are you using squidGuard if this is to be a reverse proxy?
https_port 443 cert=/etc/squid/key.crt key=/etc/squid/key.key
ok.
httpd_accel_host owamail.cim-italia.it
ok.
httpd_accel_port 0
why? Should most likely be 80.
httpd_accel_uses_host_header on
ok.
never_direct allow all
ok.
acl owa dstdomain owamail.cim-italia.it cache_peer_access owamail.cim-italia.it allow owa cache_peer_access owamail.cim-italia.it deny all visible_hostname owamail.cim-italia.it
There should be a cache_peer definition of owamail.cim-italia.it as well.
But squid tells me: 2004/12/30 15:09:56| squid.conf line 140: never_direct allow all 2004/12/30 15:09:56| aclParseAccessLine: ACL name 'all' not found.
Exacly what it says.
You need to define the 'all' acl before you can use it. Should be defined as
acl all src 0.0.0.0/0
2004/12/30 15:09:56| squid.conf, line 142: No cache_peer 'owamail.cim-italia.it'
What it says. You haven't defined the owamail.cim-italia.it peer for Squid to use.
Regards Henrik
