[squid-users] I want to display indirect_client_address on error page.

2015-08-05 Thread Kazuhiro Asakura
Hello, I have a simple question about squid-3 "follow-x-forwarded-for" feature. I use "follow-x-forwarded-for" feature, and logged end point IP address. Also, I created customized error page for end user. but, env %i of error page does not be translate to end point IP address. I want to display

[squid-users] How can I capture post data?

2015-08-05 Thread tianchao haohan
Hi, Here is the requirement that I need to capture the post data form the http request. It seems that log is not enough for this. Is there any method to get this data?Appreciate that! ___ squid-users mailin

Re: [squid-users] How can I capture post data?

2015-08-05 Thread Alex Rousskov
On 08/05/2015 06:38 AM, tianchao haohan wrote: > I need to capture the post data form the http request. > > It seems that log is not enough for this. Is there any method to get > this data? Yes, both ICAP and eCAP interfaces can be used to capture, modify, and/or block HTTP requests, including

Re: [squid-users] How can I capture post data?

2015-08-05 Thread Amos Jeffries
On 6/08/2015 12:38 a.m., tianchao haohan wrote: > > Hi, > > Here is the requirement that I need to capture the post data > form the http request. > > It seems that log is not enough for this. Is there any > method to get this data?Appreciate that! Sigh. Dont, just dont. Its a seriously bad mi

Re: [squid-users] How can I capture post data?

2015-08-05 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I would not do that. It is dangerously close to the illegal hacking. Even the inclusion of GET query strings in the log is considered a violation of privacy. And it has done solely for the purpose of debugging caching. 05.08.15 18:38, tianchao ha

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-08-05 Thread Alex Rousskov
On 08/04/2015 04:27 PM, HackXBack wrote: > << I'm not sure how to fix that. >> then who should i talk to.. > you guys should dig in source and found out Yes, somebody should "dig in source" and fix the bug. However, Amos (or anybody else providing free support on this mailing list) is _not_ obl

Re: [squid-users] I want to display indirect_client_address on error page.

2015-08-05 Thread Amos Jeffries
On 5/08/2015 7:16 p.m., Kazuhiro Asakura wrote: > Hello, > > I have a simple question about squid-3 "follow-x-forwarded-for" feature. > > I use "follow-x-forwarded-for" feature, and logged end point IP address. > Also, I created customized error page for end user. but, env %i of > error page does

Re: [squid-users] How can I capture post data?

2015-08-05 Thread tianchao haohan
Thanks for your reply. I will use the function in Intranet, which is well trusted. So, from technical side, is that available to get those post data? Can we achieve the goal with plugin? To: squid-users@lists.squid-cache.org From: yvoi...@gmail.com Date: Thu, 6 Aug 2015 00:40:44 +0600 Subject: Re

Re: [squid-users] I want to display indirect_client_address on error page.

2015-08-05 Thread Kazuhiro Asakura
Thank you Amos, From: Amos Jeffries > > I use "follow-x-forwarded-for" feature, and logged end point IP address. > > Also, I created customized error page for end user. but, env %i of > > error page does not be translate to end point IP address. > > More correctly it is the direct endpoint of th