312-49V11 · Question #132
312-49V11 Question #132: Real Exam Question with Answer & Explanation
The correct answer is A. Apache modules: To uncover extended functionalities that may have been tampered with. Apache request processing behavior is commonly extended or altered through dynamically loaded modules (e.g., mod_security, mod_rewrite, custom modules). If HTTP.REQUEST handling appears changed, examining loaded/added/modified modules is the most direct way to find injected funct
Question
Options
- AApache modules: To uncover extended functionalities that may have been tampered with
- Bhttp_protocol module: To identify the client and server data exchange details
- Chttp_config module: To check alterations in configuration files and modules management
- Dhttp_main module: To identify server startups and timeouts
Explanation
Apache request processing behavior is commonly extended or altered through dynamically loaded modules (e.g., mod_security, mod_rewrite, custom modules). If HTTP.REQUEST handling appears changed, examining loaded/added/modified modules is the most direct way to find injected functionality or tampering that affects request flow.
Community Discussion
No community discussion yet for this question.