Details
A web server should be primarily a web server or a proxy server but not both, for the same reasons that other multi-use servers are not recommended. Scanning for web servers that will also proxy requests into an otherwise protected network is a very common attack, making the attack anonymous.
Solution
Edit the <'INSTALL PATH'>confhttpd.conf file and remove the following modules:
proxy_module
proxy_ajp_module
proxy_balancer_module
proxy_ftp_module
proxy_http_module
proxy_connect_module
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Windows.
References
- 800-53|CM-7a.
- CAT|II
- CCI|CCI-000381
- Rule-ID|SV-214320r505936_rule
- STIG-ID|AS24-W1-000260
- STIG-Legacy|SV-102461
- STIG-Legacy|V-92373
- Vuln-ID|V-214320