From: Rich Bowen
Security Warning
Overview
Security Warning
Error Log
Access Log
Log Rotation| Related Modules | Related Directives |
|---|---|
+ The Apache HTTP Server provides a variety of different mechanisms for + logging everything that happens on your server, from the initial + request, through the URL mapping process, to the final resolution of + the connection, including any errors that may have occurred in the + process. In addition to this, third-party modules may provide logging + capabilities, or inject entries into the existing log files, and + applications such as CGI programs, or PHP scripts, or other handlers, + may send messages to the server error log. +
+ ++ In this document we discuss the logging modules that are a standard + part of the http server. +
+ +