Squid 配置指令 logfile_daemon

可用版本:   v6   v5   v4   3.5   3.4   3.3   3.2   2.7  

此指令在 Squid 的 v8 版本中不可用。

对于 v5 之前的旧版本,请参阅以上链接页面。

配置详情

选项名称logfile_daemon
替代
要求
默认值logfile_daemon /usr/local/squid/libexec/log_file_daemon
建议配置

      
	Specify the path to the logfile-writing daemon. This daemon is
	used to write the access and store logs, if configured.

	Squid sends a number of commands to the log daemon:
	  L<data>\n - logfile data
	  R\n - rotate file
	  T\n - truncate file
	  O\n - reopen file
	  F\n - flush file
	  r<n>\n - set rotate count to <n>
	  b<n>\n - 1 = buffer output, 0 = don't buffer output

	No responses is expected.

 

返回

 

简介

文档

支持

杂项