ALLOW_SOURCE_PING

2004-03-25 Thread Evgeny Kotsuba
Hi,

squid2.5.

Is macro ALLOW_SOURCE_PING  also dead macro as some others ?

SY,
Evgeny Kotsuba


Re: introducing myself

2004-03-25 Thread Michal Matusiak
Hello

I've spoken to me lecturer about current situation. He wants us to implement
ETags
in Squid 3. So, we agreed that the first part of our task will be porting
ETag patch
from 2.5 to 3. What do you think about this idea?

Best regards
Mike Matusiak




squid-2.5.STABLE5 WCCPv2 Layer2 redirect

2004-03-25 Thread Mark Foster
Hi,

We have WCCPv2 working with squid-2.5.STABLE5 on a pair of Apple X-serve
machines using Layer2 redirection on the switch so no nasty GRE tunnels
needed! So far, they appear to be failing over and load balancing quite
nicely.

Please let us know if you would like more info.

-- 
Mark Foster, IT Services, University of Sussex, Falmer, UK. BN1 9QJ
E-mail: [EMAIL PROTECTED] - VOICE/FAX: +44 1273 678902/873135
--
"There are no such useless words as...'I didn't have a chance.'"
[Driving, HMSO]



Re: failed when not with "squid -k debug"

2004-03-25 Thread Henrik Nordstrom
On Thu, 25 Mar 2004, Zhou Hong wrote:

> But now, I encountered a strange problem: the modified squid can work well
> if enable debug with "squid -k debug", but if don't enter "squid -k debug"
> after run up squid, it will collapse with a segment fault. What will cause
> this type of error

Odd.. usually the situation is the reverse.

But if I am to guess then my guess it that you have placed some required 
logics into a debug() statement somewhere.. debug() statements must be 
written without any sideeffects or things will behave differently if 
debugging is enabled or not.

> and How can I do with this situation

Using a debugger such as gdb usually helps finding this type of problems

  gdb /path/to/sbin/squid
  run -DNYCd3

valgrind is also quite helpful. (http://valgrind.kde.org/)

Regards
Henrik



failed when not with "squid -k debug"

2004-03-25 Thread Zhou Hong
Hi all

I have modified the process flow of POST method of HTTP in Version
2.5.STABLE4 to develop a framework that facilitate some types of dynamic
content caching, such as web services' soap message.
But now, I encountered a strange problem: the modified squid can work well
if enable debug with "squid -k debug", but if don't enter "squid -k debug"
after run up squid, it will collapse with a segment fault. What will cause
this type of error
and How can I do with this situation,there aren't any information to help
locating the error. Are there any tools to diagnose this problem?

Thanks

Zhou Hong