Web Server Log File Samples - IIS and Apache

Q

Web Server Log File Samples - IIS and Apache

✍: Guest

A

Web Log File: A file produced by a Web server to record activities on the Web server. It usually has the following features:
* The log file is text file. Its records are identical in format.
* Each record in the log file represents a single HTTP request.
* A log file record contains important information about a request: the client side host name or IP address, the date and time of the request, the requested file name, the HTTP response status and size, the referring URL, and the browser information.
* A browser may fire multiple HTTP requests to Web server to display a single Web page. This is because a Web page not only needs the main HTML document, it may also need additional files, like images and JavaScript files. The main HTML document and additional files all require HTTP requests.
* Each Web server has its own log file format, see log file examples below.
* If your Web site is hosted by an ISP (Internet Service Provider), they may not keep the log files for you, because log files can be very huge if the site is very busy. Instead, they only give you statistics reports generated from the logs files.

2008-10-28, 6244🔥, 0💬