SV-33228r1_rule
V-26326
WA00555
WA00555 A22
CAT II
10
Edit the httpd.conf file and set the "Listen directive" to listen on a specific IP address and port.
Enter the following command:
grep "Listen" /usr/local/apache2/conf/httpd.conf
Review the results for the following directive: Listen
For any enabled Listen directives ensure they specify both an IP address and port number.
If the Listen directive is found with only an IP address, or only a port number specified, this is finding.
If the IP address is all zeros (i.e. 0.0.0.0:80 or [::ffff:0.0.0.0]:80, this is a finding.
If the Listen directive does not exist, this is a finding.
V-26326
False
WA00555 A22
Enter the following command:
grep "Listen" /usr/local/apache2/conf/httpd.conf
Review the results for the following directive: Listen
For any enabled Listen directives ensure they specify both an IP address and port number.
If the Listen directive is found with only an IP address, or only a port number specified, this is finding.
If the IP address is all zeros (i.e. 0.0.0.0:80 or [::ffff:0.0.0.0]:80, this is a finding.
If the Listen directive does not exist, this is a finding.
M
Web Administrator
158