> Sebastian Bojczuk wrote: > > I have problem with login to some sites if im using moving all request to > > parent squid or if i have more then one external ip by tcp_outgoing_address > > for big upload transfer : > > This problem is common for login to forum etc. > > Please help me. > > Hi Sebastian, > > How many tcp_outgoing_addresses are you using? How many Squid parents do > you have? If you bypass the Parents, will that solve your problems? > > Can you describe the full errors you are facing while logging in to > those sites. Can you give us a few of the forum sites that you are > facing these problems? > > Are the problems related to zero-sized errors? Which Squid version and > OS are you running? > > Thanking you... > Sebastian Bojczuk wrote: > > I have problem with login to some sites if im using moving all request to > > parent squid or if i have more then one external ip by tcp_outgoing_address > > for big upload transfer : > > This problem is common for login to forum etc. > > Please help me. > > Hi Sebastian, > > How many tcp_outgoing_addresses are you using? How many Squid parents do > you have? If you bypass the Parents, will that solve your problems? > > Can you describe the full errors you are facing while logging in to > those sites. Can you give us a few of the forum sites that you are > facing these problems? > > Are the problems related to zero-sized errors? Which Squid version and > OS are you running? > About sites for example www.wsz.pl with login in polish ver by (zaloguj sie) login student and pass wsz Another www.parowka.pl There are no errors while loging - just one more time page. It doesn't mater how may parents I have - mostly one. This problem is with configuration : cache_peer 80.51.2.195 parent 8080 3130 proxy-only no-query always_direct allow local-network hierarchy_stoplist for site solve problem but there are many sites I have many servers - one with 2 outgoing address : acl UPLIMIT req_header Content-Length [0-9]{8,} acl UPMETH method post acl dst-bn dst "/etc/squid/bn.conf" tcp_outgoing_address 10.0.1.1 dst-bn tcp_outgoing_address 83.18.155.122 UPMETH UPLIMIT tcp_outgoing_address 192.168.21.2 !UPMETH !UPLIMIT OS Mandrake Linux release 9.1 Squid Cache: Version 2.6.STABLE9 configure options: '--enable-storeio=diskd,ufs,null' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/sbin' '--sbindir=/usr/sbin' '--sysconfdir=/etc/squid' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/lib/squid' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-snmp' '--enable-useragent-log' '--enable-linux-netfilter' '--enable-underscores' '--enable-removal-policies=heap,lru' '--enable-http-violations' '--with-openssl' '--with-dl' '--enable-large-files' '--enable-err-language=Polish' '--enable-default-err-language=Polish' '--enable-delay-pools' '--enable-pool' '--with-pthreads' '--enable-truncate' '--disable-ident-lookups' '--disable-internal-dns' '--disable-carp' '--disable-icmp' '--disable-wccp' '--disable-htcp' '--disable-snmp' '--enable-kill-parent-hack' '--enable-time-hack' '--enable-gnuregex' '--enable-forw-via-db' '--enable-follow-x-forwarded-for'