[squid-users] problem whith squid and google search engine

2014-06-08 Thread Дмитрий Шиленко
There is a very strange problem. I have freebsd 9.1 gateway configured with 
ipfv ipnat and I decided to set up a squid. Installed from ports SQUID 3.3. 
As soon as I run it - gugle.tsom immediately blocks my network and try to 
access the search engine says that my requests are sent automatically.Once 
turn off the squid - all ok. Prompt in what could be the problem?


--
 С ув. Шиленко Дмитрий
 Системный инженер
 global-it.com.ua
 моб. (063)142-32-59
 офис 221-55-72


[squid-users] Re: BUG 3279: HTTP reply without Date

2014-06-08 Thread Plamen
It's a chance game, sometimes it comes in 1-2 hours of running 400 Mbps of
user HTTP traffic, sometimes it takes 3-4 days to have this nasty bug start
happening...



--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/BUG-3279-HTTP-reply-without-Date-tp4664990p4666257.html
Sent from the Squid - Users mailing list archive at Nabble.com.


[squid-users] How to build ext_session_acl ?

2014-06-08 Thread babajaga
Trying to build external helper ext_session_acl.cc in
squid-3.4.5-20140603-r13143.
Even with defaults a lot of helpers are built after ./configure, but this
one not. 
(I do not want ext_sql_session_acl, which is successfully built.)



--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/How-to-build-ext-session-acl-tp4666258.html
Sent from the Squid - Users mailing list archive at Nabble.com.


Re: [squid-users] How to build ext_session_acl ?

2014-06-08 Thread Amos Jeffries
On 9/06/2014 6:13 a.m., babajaga wrote:
 Trying to build external helper ext_session_acl.cc in
 squid-3.4.5-20140603-r13143.
 Even with defaults a lot of helpers are built after ./configure, but this
 one not. 
 (I do not want ext_sql_session_acl, which is successfully built.)

That helper requires BerkleyDB (libdb) of any fairly recent version.

Amos



Re: [squid-users] problem whith squid and google search engine

2014-06-08 Thread Amos Jeffries
On 9/06/2014 3:10 a.m., Дмитрий Шиленко wrote:
 There is a very strange problem. I have freebsd 9.1 gateway configured
 with ipfv ipnat and I decided to set up a squid. Installed from ports
 SQUID 3.3. As soon as I run it - gugle.tsom immediately blocks my
 network and try to access the search engine says that my requests are
 sent automatically.Once turn off the squid - all ok. Prompt in what
 could be the problem?
 

Something in the configuration. But you omitted those details aong with
the actual error message details. So we cannot help more than that.

Amos


[squid-users] Re: Terminating a service(ecap content adaptation) which is intiated by squid at time of squid shutdown

2014-06-08 Thread joseph_jose
Sorry what i meant to post look like the below one. But when i copy pasted
the function name, i forget to change start to stop.

i have configured squid with ecap content adaptation(enable_ecap on) which
in turn calls Adapter::Service::start() of libecap when squid starts. 
Similarly i want to call Adapter::Service::stop() of libecap when squid is
terminating. Because i am using Adapter::Service::stop() of libecap to
shutdown some services and free memory etc. 
But squid is shutting down directly. 
Is there any specific configuration directives which i can use in squid.conf
to tell squid what all things it have to do before shutting down? 

(scenario is like below) 
i have written a simple code for generating a text file in both
Adapter::Service::start() and Adapter::Service::stop(). The text file from
service::start() is generating when squid loads.. but text file from
Adapter::Service::stop() is not generated when squid shutdowns. 


Any suggestion is appreciated. Thanks in advance..

I have already checked it with Adapter::Service::retire() and service
destructor of libecap(~Service()). both are not working.
I have raised the same question in ecap forum. and the answer i got is like
https://answers.launchpad.net/ecap/+question/249788

As i am not an expert in squid, i am not quite able to tackle this issue..
thats why i asked the same here as you fellows can help in the squid side



--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/Terminating-a-service-ecap-content-adaptation-which-is-intiated-by-squid-at-time-of-squid-shutdown-tp4666230p4666261.html
Sent from the Squid - Users mailing list archive at Nabble.com.