303-300 · Question #119
Which option in an Apache HTTPD configuration file enables OCSP stapling? (Specify ONLY the option name without any values or parameters.) Solution: httpd-ssl.conf Determine whether the given…
The correct answer is B. Incorrect. B is correct because httpd-ssl.conf is a configuration file, not a configuration option. The question explicitly asks for the option (directive) name that enables OCSP stapling - the correct answer is SSLUseStapling (used as SSLUseStapling On). Why A is wrong: Marking the…
Question
Which option in an Apache HTTPD configuration file enables OCSP stapling? (Specify ONLY the option name without any values or parameters.) Solution: httpd-ssl.conf Determine whether the given solution is correct?
Options
- ACorrect
- BIncorrect
How the community answered
(46 responses)- A24% (11)
- B76% (35)
Explanation
B is correct because httpd-ssl.conf is a configuration file, not a configuration option. The question explicitly asks for the option (directive) name that enables OCSP stapling - the correct answer is SSLUseStapling (used as SSLUseStapling On).
Why A is wrong: Marking the solution as correct would confuse a file path with a directive. Apache configuration files like httpd-ssl.conf are containers for options, not options themselves.
Why the distractor is misleading: httpd-ssl.conf does house SSL-related directives, including SSLUseStapling, which may cause test-takers to conflate the file with the option it contains.
Memory tip: Think "SSL Use Stapling" - the directive literally describes what it does. OCSP Stapling is an SSL/TLS feature, so the directive starts with SSL, and you're telling Apache to use stapling: SSLUseStapling.
Topics
Community Discussion
No community discussion yet for this question.