SV-214253r612240_rule
V-214253
SRG-APP-000224-WSR-000138
AS24-U1-000520
CAT I
10
Determine the location of the "HTTPD_ROOT" directory and the "httpd.conf" file:
# httpd -V | egrep -i 'httpd_root|server_config_file'
-D HTTPD_ROOT="/etc/httpd"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
Load the "unique_id_module".
Example: LoadModule unique_id_module modules/mod_unique_id.so
Restart Apache: apachectl restart
Determine the location of the "HTTPD_ROOT" directory and the "httpd.conf" file:
# httpd -V | egrep -i 'httpd_root|server_config_file'
-D HTTPD_ROOT="/etc/httpd"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
Verify the "unique_id_module" is loaded:
run httpd -M | grep unique_id
If no unique_id is returned, open finding.
V-214253
False
AS24-U1-000520
Determine the location of the "HTTPD_ROOT" directory and the "httpd.conf" file:
# httpd -V | egrep -i 'httpd_root|server_config_file'
-D HTTPD_ROOT="/etc/httpd"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
Verify the "unique_id_module" is loaded:
run httpd -M | grep unique_id
If no unique_id is returned, open finding.
M
3996