The logfile format is as follows. Each line consists of:
remote-host [date] request
request.
TransferLog file
file is the name of the file to which transfers will be
logged. It is either a full pathname, or a partial pathname
relative to ServerRoot.
Only one TransferLog directive is allowed in the configuration file.
TransferLog logs/access.log
TransferLog logs/downloads This logs transfers to the file logs/downloads in the ServerRoot directory.
TransferLog /tmp/httpdacc.log
This logs transfers to the file /tmp/httpdacc.log.
TransferLog NUL:
This effectively turns off transfer logging.
Return to Server
Configuration File Overview
Robert B. Denny <rdenny@netcom.com>