Log Files assist to effectively manage a web site, making it is possible to get
feedback about the activity and performance of the site as well as any problems that may be occurring. The
Apache HTTP Server provides very comprehensive and flexible logging capabilities.
There are two log files, the access log (which records all requests processed by the server) and the error log (which records any errors that it encounters in processing requests).
Tutorials




