Added a small comment on logfile rotation.

This commit is contained in:
mainzelm 2002-05-08 13:14:41 +00:00
parent 47e58254eb
commit 34dcb6dc9d
1 changed files with 4 additions and 2 deletions

View File

@ -176,8 +176,10 @@ one argument, a \ex{httpd\=options}-record:
\sharpf\ means infinite. \semvar{logfile} is either a string, then
it is the file name of the logfile, or a port, where the log entries
are written to, or \sharpf, that means no logging is made. The
logfile is in Common Log Format (CLF). \semvar{syslog?} tells the
server to write syslog messages (\sharpt) or not (\sharpf).
logfile is in Common Log Format (CLF). To allow rotation of
logfiles, the server will reopen the logfile when it receives the
signal \texttt{USR1}. \semvar{syslog?} tells the server to write
syslog messages (\sharpt) or not (\sharpf).
\end{desc}
\subsubsection*{Path handlers}