On Sun, 1 May 2005, Chris Knipe wrote:

I was just wondering quickly... Can squid log to pipes???

Yes. Just set up a named pipe (see mknod) and tell Squid to log to this pipe name.

Remember to disable the log rotation (log_rotate directive) or Squid will rotate away the pipe for you on "squid -k rotate". You still need to call "squid -k rotate" periodically for housekeeping of some internal stuff (mainly the store indexes).

Regards
Henrik

Reply via email to