Re: squid cache information - help

2007-02-09 Thread Alex Rousskov
On Thu, 2007-02-08 at 14:05 -0800, ccmail111 wrote:

> I have: squid-3.0.PRE5-20061215 on Linux.
> I am looking to understand how SQUID3.x stores 
> (in no cache mode) the responses received from Http
> server - HTTP payload (including images etc. received 
> and retrieved from different sites).
> 
> I need this information to tie it to my backend program
> which does audit and such.
> I have some APIs like stdlib (linux) and would like
> to call them from appropriate locations from SQUID.
> 
> Any help/pointers is appreciated !

Similar questions have been discussed a few times recently. You may want
to search the list archive for the word ICAP. While not all suggested
solutions involve ICAP, the protocol is usually mentioned at least once
in the relevant thread.

Here is an example of a thread offering up to four starting points for
your question: http://thread.gmane.org/gmane.comp.web.squid.devel/4048/

This recent thread may also be relevant:
http://thread.gmane.org/gmane.comp.web.squid.devel/4197/

HTH,

Alex.




icap in squid3

2007-02-09 Thread Jeremy Hall
Hello,

I can't remember.  What was the decided path for what was once the
icap_auth_scheme? I recall there was some concern about my suggestion of
having the ability to use ldap://hostname/cn=%u,dc=%d,dc=name,dc=int

but I don't remember what the outcome was.

_J


Re: icap in squid3

2007-02-09 Thread Alex Rousskov
On Fri, 2007-02-09 at 15:55 -0500, Jeremy Hall wrote:
> Hello,
> 
> I can't remember.  What was the decided path for what was once the
> icap_auth_scheme? I recall there was some concern about my suggestion of
> having the ability to use ldap://hostname/cn=%u,dc=%d,dc=name,dc=int
> 
> but I don't remember what the outcome was.

I think you were on the right track with your patch[1,2]. If you can
provide a separate %escape character for the username without the domain
part, that would address Axel's needs, I think[2]. Perhaps your patch
already does that -- I did not check.

Thanks,

Alex.

[1] http://thread.gmane.org/gmane.comp.web.squid.devel/4091/
[2] http://thread.gmane.org/gmane.comp.web.squid.devel/4130
[3] http://article.gmane.org/gmane.comp.web.squid.devel/4068