SV-214277r612241_rule
V-214277
SRG-APP-000001-WSR-000002
AS24-U2-000020
CAT II
10
If the modules are not installed, install any missing packages.
Add the following lines to the "httpd.conf" file:
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule session_module modules/mod_session.so
Additional documentation can be found at:
https://httpd.apache.org/docs/2.4/mod/mod_usertrack.html
https://httpd.apache.org/docs/2.4/mod/mod_session.html
Restart Apache: apachectl restart
In a command line, run "httpd -M | grep -i session_module" and "httpd -M | grep -i usertrack_module".
If "session_module" module and "usertrack_module" are not enabled or do not exist, this is a finding.
V-214277
False
AS24-U2-000020
In a command line, run "httpd -M | grep -i session_module" and "httpd -M | grep -i usertrack_module".
If "session_module" module and "usertrack_module" are not enabled or do not exist, this is a finding.
M
3997