DeadProjects

2007-10-11 Thread Alex Rousskov
Hi Adrian, I want to move your Log Daemon from http://wiki.squid-cache.org/DeadProjects into the Features/ space, but I suspect that the current wiki page does not describe the current state accurately enough. What is the current status of that project? Was it committed to Squid2? Is

udp address setting docs are bad.

2007-10-11 Thread Amos Jeffries
The squid.conf docs for udp_incoming_address specify that its ICP-only related. However the Config.Addrs.udp_incoming is used by ICP, HTCP, and DNS. Similarly, docs for udp_outgoing_address specify that its ICP-only related. However the Config.Addrs.udp_outgoing is used by ICP, HTCP, syslog, and

Re: positive_dns_ttl

2007-10-11 Thread Mark Nottingham
Now bug 2100 http://www.squid-cache.org/bugs/show_bug.cgi?id=2100. WRT negative-ttl being limited; the docs already say that it's a bad idea to set it to less than 10. Cheers, On 2007/10/11, at 11:53 AM, Amos Jeffries wrote: Makes sense. In the current code, if the test for ttl == 0 is

configure options for loadable Squid modules

2007-10-11 Thread Alex Rousskov
Hello, eCAP project[1] needs Squid to support loadable modules. I am adding such support. I can see three potentially relevant ./configure options. Please review and let me know if any of them are not really needed or new ones should be added: 1) --with-ltdl :: This options will tell

Re: udp address setting docs are bad.

2007-10-11 Thread Adrian Chadd
On Fri, Oct 12, 2007, Amos Jeffries wrote: The squid.conf docs for udp_incoming_address specify that its ICP-only related. However the Config.Addrs.udp_incoming is used by ICP, HTCP, and DNS. Similarly, docs for udp_outgoing_address specify that its ICP-only related. However the

Re: udp address setting docs are bad.

2007-10-11 Thread Adrian Chadd
On Fri, Oct 12, 2007, Amos Jeffries wrote: The squid.conf docs for udp_incoming_address specify that its ICP-only related. However the Config.Addrs.udp_incoming is used by ICP, HTCP, and DNS. Similarly, docs for udp_outgoing_address specify that its ICP-only related. However the

Re: udp address setting docs are bad.

2007-10-11 Thread Amos Jeffries
On Fri, Oct 12, 2007, Amos Jeffries wrote: The squid.conf docs for udp_incoming_address specify that its ICP-only related. However the Config.Addrs.udp_incoming is used by ICP, HTCP, and DNS. Similarly, docs for udp_outgoing_address specify that its ICP-only related. However the

Modules, installing Squid headers, and src layout

2007-10-11 Thread Alex Rousskov
Hello, To support loadable modules, we may need to alter Squid sources layout or installation procedure. This email discusses the problem and four possible solutions. Please review and suggest the best path forward. All Squid modules will need to use some Squid header files to be able to

Re: Modules, installing Squid headers, and src layout

2007-10-11 Thread Robert Collins
On Thu, 2007-10-11 at 20:17 -0600, Alex Rousskov wrote: Hello, To support loadable modules, we may need to alter Squid sources layout or installation procedure. This email discusses the problem and four possible solutions. Please review and suggest the best path forward. I'd really