LPIC-2 Exam 202 (Linux Engineer) — Question 61
Which Apache HTTPD directive enables HTTPS protocol support?
Answer options
- A. HTTPSEngine on
- B. SSLEngine on
- C. SSLEnable on
- D. HTTPSEnable on
- E. StartTLS on
Correct answer: B
Explanation
The correct answer is B, 'SSLEngine on', which enables SSL support for HTTPS in Apache HTTPD. The other options do not exist as valid directives in Apache; thus, they cannot activate HTTPS functionality.