1. Home
  2. Security Hardening
  3. DISA STIG Apache Server 2.2 Unix V1R11
  4. WA00547 A22 – The ability to override the access configuration for the OS root directory must be disabled.

WA00547 A22 – The ability to override the access configuration for the OS root directory must be disabled.

Details

The Apache OverRide directive allows for .htaccess files to be used to override much of the configuration, including authentication, handling of document types, auto generated indexes, access control, and options. When the server finds an .htaccess file (as specified by AccessFileName) it needs to know which directives declared in that file can override earlier access information. When this directive is set to None, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the file system. When this directive is set to All, then any directive which has the .htaccess Context is allowed in .htaccess files.

Solution

Edit the httpd.conf file and add or set the value of AllowOverride to ‘None’.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles