STIGQter STIGQter: STIG Summary: APACHE 2.2 Server for Windows Security Technical Implementation Guide Version: 1 Release: 13 Benchmark Date: 25 Jan 2019:

The web server must not be configured as a proxy server.

DISA Rule

SV-33173r3_rule

Vulnerability Number

V-26299

Group Title

WA00520

Rule Version

WA00520 W22

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Disable all proxy modules by adding a "#" in front of them within the httpd.conf file, and restarting the Apache service.

Check Contents

Note: If the Apache web server is only performing in a proxy server role and does not host any websites nor support any applications, this check is Not Applicable.
Open a command prompt window.

Navigate to the “bin” directory (in many cases this may be [Drive Letter]:\[directory path]\Apache Software Foundation\Apache2.2\bin>).

Enter the following command: httpd –M <enter>
Note: Some installations may be running under apache.exe. In such case, validate by running the following command: apache -M <enter>

This will provide a list of all loaded modules. If any of the following modules are found this is a finding: proxy_module, proxy_ajp_module, proxy_balancer_module, proxy_ftp_module, proxy_http_module, or proxy_connect_module.

Vulnerability Number

V-26299

Documentable

False

Rule Version

WA00520 W22

Severity Override Guidance

Note: If the Apache web server is only performing in a proxy server role and does not host any websites nor support any applications, this check is Not Applicable.
Open a command prompt window.

Navigate to the “bin” directory (in many cases this may be [Drive Letter]:\[directory path]\Apache Software Foundation\Apache2.2\bin>).

Enter the following command: httpd –M <enter>
Note: Some installations may be running under apache.exe. In such case, validate by running the following command: apache -M <enter>

This will provide a list of all loaded modules. If any of the following modules are found this is a finding: proxy_module, proxy_ajp_module, proxy_balancer_module, proxy_ftp_module, proxy_http_module, or proxy_connect_module.

Check Content Reference

M

Responsibility

Web Administrator

Target Key

158

Comments