Computer Hacking Forensic Investigator (CHFI) — Question 69

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

Option B is the correct answer because it clearly indicates an error related to server configuration, which is what the Apache error log captures. Options A and C do not pertain to error logs; option A involves a directory traversal attempt, while option C shows a successful request. Option D also includes an error, but it lacks the specific 'client denied by server configuration' message that is characteristic of the error log.