SV-6928r1_rule
V-2228
WG400
WG400 A22
CAT II
10
Ensure the CGI (or equivalent i.e. scripts) directory has access controls IAW the WEB Services STIG.
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.
V-2228
False
WG400 A22
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.
M
Web Administrator
161