Re: about cf.data.pre and squid compiling

2007-07-08 Thread squid3
> > I think,if i configured the squid with "--enable-shaga" option,the > "enable_shaga_engine" tag must be uncommented in squid.conf file,like > other > tags.Am i wrong? You are only seeing half the picture so far: cf.data.pre - defines 'squid.conf' values. configure.am - defines './configur

Re: about cf.data.pre and squid compiling

2007-07-08 Thread Arthur Tumanyan
I think,if i configured the squid with "--enable-shaga" option,the "enable_shaga_engine" tag must be uncommented in squid.conf file,like other tags.Am i wrong? For example: # TAG: ssl_unclean_shutdown # Note: This option is only available if Squid is rebuilt with the # --enable-ssl option

How to find Http reply message in Squid source code?

2007-07-08 Thread JXu
Hi, The project I am working is try to find Http reply message. If a Http session formed by all these Http reply messages contains virus or something like that, we need to block all these messages. This is why I try to use Squid. I guess the code should be somewhere in httpReadReply, httpAppend

Re: about cf.data.pre and squid compiling

2007-07-08 Thread Adrian Chadd
On Sun, Jul 08, 2007, Arthur Tumanyan wrote: > Then I just do ./configure --enable-shaga ;make;make install.After > installation I found in squid.conf the following lines : > > # TAG: enable_shaga_engine on|off > # Note: This option is only available if Squid is rebuilt with the > # -

about cf.data.pre and squid compiling

2007-07-08 Thread Arthur Tumanyan
Hi,everyone.I am working above a new squid based non-comercial engine,called Shaga.It will be included in Squid,and will write to database some entries of log file directly from squid for furter analysis. So,I add the lines below in the end of "cf.data.pre" and "cf_gen_defines" . cf.data.pre: N

Re: Squid authentication to upstream ISAserverwithNegotiate/Kerberos

2007-07-08 Thread Markus Moeller
I did some further investigation and it seems the ISA server reacts differently for CONNECT and GET. I tried both Basic and Negotiate with the existing squid way of doing it (not waiting for a 407, but immediatly send a Proxy Authorization) and in both cases it works fine for HTTP GET and fails

Re: Squid and SIGPIPE

2007-07-08 Thread Adrian Chadd
On Sun, Jul 08, 2007, Amos Jeffries wrote: > Adrian Chadd wrote: > >On Thu, Jul 05, 2007, Amos Jeffries wrote: > >>I have been overlooking these for a while on the assumption that it was > >>gdb catching something when it should have left it. I have just started > >>wondering if this was in fact