SV-36644r1_rule
V-2228
WG400
WG400 W22
CAT II
10
Enter the statement above into httpd.conf file for all web site root directories.
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 W22
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
System Administrator
161