hi there,
i got a "little" problem with squid to squid connect
i try to setup a cache_peer proxy but i can only one
website access, from the rest i get 111 - connection refused
(there are no acl on the peer proxy who blocks it)
squid.conf:
http_port 80
cache_peer 77.77.77.77 parent 80 0 no-query (tried default too)
# cache_peer_domain 77.77.77.77 "/etc/squid/whitelist.txt"
cache_mem 80 MB
maximum_object_size 4096 KB
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
debug_options ALL,3
acl thelan src 192.168.0.0/16
http_access allow thelan
http_access deny all (tried allow all too)
always_direct deny all (tried allow all too)
log: (errors)
commSetTimeout: FD 15 timeout -1
commConnectFree: FD 15
cbdataFree: 0x80418470
cbdataFree: Freeing 0x80418470
cbdataValid: 0x80418290
fwdFail: ERR_CONNECT_FAIL "Service Unavailable"
http://www.testdomain2.net
cbdataFree: 0x80418a78
cbdataFree: Freeing 0x80418a78
The reply for GET http://www.testdomain2.net is ALLOWED, because it matched 'thelan'
storeEntryValidLength: 244 bytes too big; '9CF00BD4220EF91D3F90EDD48E862FCD'
clientReadRequest: FD 14: no data to process ((11) Resource temporarily unavailable)
log: (the one successful domain)
only the
storeEntryValidLength: 244 bytes too big;
entry again, but the page itself works
i realy have no clue whats the problem
acl on both sides ok
telnet to the external proxy is ok (escape char)
...
greetings
andy
--free your mind, use open source
http://www.mono-project.com
ASCII ribbon campaign ( )
- against HTML email X
& vCards / \
Received on Fri Dec 16 2005 - 04:02:56 MST
This archive was generated by hypermail pre-2.1.9 : Sat Dec 31 2005 - 12:00:02 MST