Computer Hacking Forensic Investigator (CHFI v10) — Question 173

The Apache server saves diagnostic information and error messages that it encounters while processing requests. The default path of this file is usr/local/apache/ logs/error.log in Linux. Identify the Apache error log from the following logs.

Answer options

Correct answer: B

Explanation

The correct answer is B because it contains an error message indicating that a client was denied access due to server configuration, which is typical for Apache error logs. Option A is a URL attack vector, while options C and D are access logs showing successful requests rather than error messages.