Computer Hacking Forensic Investigator (CHFI v10) — Question 100
Where is the default location for Apache access logs on a Linux computer?
Answer options
- A. usr/local/apache/logs/access_log
- B. bin/local/home/apache/logs/access_log
- C. usr/logs/access_log
- D. logs/usr/apache/access_log
Correct answer: A
Explanation
The correct answer is A, as the default location for Apache access logs on a Linux machine is typically found in /usr/local/apache/logs/access_log. The other options are incorrect as they either contain wrong paths or do not follow the standard directory structure for Apache logs.