|
Apache HTTP Server Version 1.3Module mod_log_commonThis module is contained in themod_log_common.c file,
and is compiled in by default. It provides for logging of the requests
made to the server using the Common Logfile Format. This module has
been replaced by mod_log_config in Apache 1.2
Log file formatThe log file contains a separate line for each request. A line is composed of several tokens separated by spaces:host ident authuser date request status bytesIf a token does not have a value then it is represented by a hyphen (-). The meanings and values of these tokens are as follows:
DirectivesTransferLogSyntax: TransferLog file-pipeDefault: TransferLog logs/transfer_log Context: server config, virtual host Status: Base Module: mod_log_common The TransferLog directive sets the name of the file to which the server will log the incoming requests. File-pipe is one of
Security: See the security tips document for details on why your security could be compromised if the directory where logfiles are stored is writable by anyone other than the user that starts the server.
Apache HTTP Server Version 1.3 |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |