[squid-users] help with reverse proxy sending user to peer

2019-05-14 Thread jmperrote
hello I need a help to know it is posible with squid to pass the username autenticated on reverse proxy to the peer ? I have a reverse proxy, with external autentification type on ldap repository, once the user is validated on reverse proxy and redirect to the peer, I need to send the username,

Re: [squid-users] Host Header Forgery issue even after applying patch

2019-05-14 Thread reinerotto
To get rid off the messages, on my 4.x, this squid.conf-option works for me: debug_options ALL,0 -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] Squid 4 pconn_lifetime questions

2019-05-14 Thread Alex Rousskov
On 5/14/19 8:07 AM, Alex Rousskov wrote: > On 5/14/19 12:25 AM, johnr wrote: >> how do the pconn_lifetime and client_idle_pconn_timeout interact? > There should be virtually no interaction: The former limit is checked > just when a connection becomes idle and Squid decides whether to pool > the co

Re: [squid-users] Squid 4 pconn_lifetime questions

2019-05-14 Thread Alex Rousskov
On 5/14/19 12:25 AM, johnr wrote: > If in the context of this directive became idle means "done processing the > previous request" then how is the pconn_lifetime directive different than > the client_idle_pconn_timeout and server_idle_pconn_timeout (other than > affecting both at the same time)?

Re: [squid-users] Squid 4 pconn_lifetime questions

2019-05-14 Thread Amos Jeffries
On 14/05/19 6:25 pm, johnr wrote: > Alex - thank you for the reply. > > If in the context of this directive became idle means "done processing the > previous request" then how is the pconn_lifetime directive different than > the client_idle_pconn_timeout and server_idle_pconn_timeout (other than >