LPIC-2 Exam 202 (Linux Engineer) — Question 10
Which of the following are logging directives in Apache HTTPD? (Choose two.)
Answer options
- A. TransferLog
- B. CustomLog
- C. ErrorLog
- D. ServerLog
- E. VHostLog
Correct answer: A, B
Explanation
The correct answers are A (TransferLog) and B (CustomLog) because these are specifically defined logging directives in Apache HTTPD for managing log files. Options C (ErrorLog), D (ServerLog), and E (VHostLog) are not recognized as standard logging directives within this context.