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

All interactive programs must be placed in a designated directory with appropriate permissions.

DISA Rule

SV-36644r1_rule

Vulnerability Number

V-2228

Group Title

WG400

Rule Version

WG400 W22

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Enter the statement above into httpd.conf file for all web site root directories.

Check Contents

To preclude access to the servers root directory, ensure the following directive is in the httpd.conf file. This entry will also stop users from setting up .htaccess files which can override security features configured in httpd.conf.

<DIRECTORY /[website root dir]>
AllowOverride None
</DIRECTORY>

If the AllowOverride None is not set, this is a finding.

Vulnerability Number

V-2228

Documentable

False

Rule Version

WG400 W22

Severity Override Guidance

To preclude access to the servers root directory, ensure the following directive is in the httpd.conf file. This entry will also stop users from setting up .htaccess files which can override security features configured in httpd.conf.

<DIRECTORY /[website root dir]>
AllowOverride None
</DIRECTORY>

If the AllowOverride None is not set, this is a finding.

Check Content Reference

M

Responsibility

System Administrator

Target Key

161

Comments