[squid-users] Re: Unable to forward this request at this time.

From: Luc Igert <luc_at_cheops.ch>
Date: Wed, 25 Jan 2012 05:34:37 -0800 (PST)

Hello,
i'm bumping here because I have the same error message and it is very
confusing (at least for me :-) .

I have 3 hosts, my first one (and default) is working without any problem,
but the 2 other ones arent.
My hosts are online (I can access the servers per IP).
Is something missing in my .conf?

I'm posting my whole squid.conf, maybe someone just sees where the problem
is....
Thanks .

Luc.

Here is my conf:

always_direct allow all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl localhost src ::1/128
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1/128
acl localnet src 172.17.0.0/255.255.0.0
acl all src
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemakerhttp://XXX.ch/
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

http_access allow manager localhost
http_access allow manager localnet
http_access allow localnet
http_access allow localhost
http_access allow manager
http_access deny !Safe_ports

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320

http_port 80 accel defaultsite=backup.XXX.ch vhost
forwarded_for on
cache_peer 172.17.2.30 parent 80 0 no-query no-digest originserver
name=mysite1
cache_peer 172.17.2.32 parent 80 0 no-query no-digest originserver
name=mysite2
cache_peer 172.17.2.116 parent 80 0 no-query no-digest originserver
name=mysite3

cache_peer_domain mysite1 www.XXX.ch
cache_peer_domain mysite2 wbbltest.XXX.ch
cache_peer_domain mysite3 backup.XXX.ch

acl my_site1 dstdomain www.XXX.ch
acl my_site2 dstdomain wbbltest.XXX.ch
acl my_site3 dstdomain backup.XXX.ch
acl myaccelport port 80
acl myaccelport2 port 8080

http_access allow my_site1 myaccelport
http_access allow my_site2 myaccelport
http_access allow my_site3 myaccelport2

http_access deny all

--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Unable-to-forward-this-request-at-this-time-tp1034387p4327192.html
Sent from the Squid - Users mailing list archive at Nabble.com.
Received on Wed Jan 25 2012 - 13:34:40 MST

This archive was generated by hypermail 2.2.0 : Wed Jan 25 2012 - 12:00:03 MST