SV-214253r1043181_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:
# apachectl -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:
# apachectl -V | egrep -i 'httpd_root|server_config_file'
-D HTTPD_ROOT="/etc/httpd"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
Note: The apachectl front end is the preferred method for locating the Apache httpd file. For some Linux distributions, "apache2ctl -V" or "httpd -V" can also be used.
Verify the "unique_id_module" is loaded:
run httpd -M | grep unique_id
If no unique_id is returned, this is a finding.
V-214253
False
AS24-U1-000520
Determine the location of the "HTTPD_ROOT" directory and the "httpd.conf" file:
# apachectl -V | egrep -i 'httpd_root|server_config_file'
-D HTTPD_ROOT="/etc/httpd"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
Note: The apachectl front end is the preferred method for locating the Apache httpd file. For some Linux distributions, "apache2ctl -V" or "httpd -V" can also be used.
Verify the "unique_id_module" is loaded:
run httpd -M | grep unique_id
If no unique_id is returned, this is a finding.
M
3996