Comment out the LogFile and PidFile options in the example tinyproxy.conf.

These are compiled in defaults now.

Michael
This commit is contained in:
Michael Adam 2010-03-02 23:41:37 +01:00
parent e6cbaf7b6e
commit 410eaf107c

View File

@ -92,7 +92,7 @@ StatFile "@pkgdatadir@/stats.html"
# and enable the Syslog directive. These directives are mutually # and enable the Syslog directive. These directives are mutually
# exclusive. # exclusive.
# #
LogFile "@localstatedir@/log/tinyproxy/tinyproxy.log" #LogFile "@localstatedir@/log/tinyproxy/tinyproxy.log"
# #
# Syslog: Tell tinyproxy to use syslog instead of a logfile. This # Syslog: Tell tinyproxy to use syslog instead of a logfile. This
@ -122,7 +122,7 @@ LogLevel Info
# PidFile: Write the PID of the main tinyproxy thread to this file so it # PidFile: Write the PID of the main tinyproxy thread to this file so it
# can be used for signalling purposes. # can be used for signalling purposes.
# #
PidFile "@localstatedir@/run/tinyproxy/tinyproxy.pid" #PidFile "@localstatedir@/run/tinyproxy/tinyproxy.pid"
# #
# XTinyproxy: Tell Tinyproxy to include the X-Tinyproxy header, which # XTinyproxy: Tell Tinyproxy to include the X-Tinyproxy header, which