/etc/httpd2/conf/httpd2.conf:# Change this to Listen on specific IP addresses as shown below to /etc/httpd2/conf/httpd2.conf:#Listen 12.34.56.78:80 /etc/httpd2/conf/httpd2.conf:Listen localhost:8088 /etc/httpd2/conf/httpd2.conf:Listen 80 /etc/httpd2/conf/httpd2.worker.conf:# Change this to Listen on specific IP addresses as shown below to /etc/httpd2/conf/httpd2.worker.conf:#Listen 12.34.56.78:80 /etc/httpd2/conf/httpd2.worker.conf:Listen localhost:8088 /etc/httpd2/conf/httpd2.worker.conf:Listen 80 /etc/httpd2/conf/httpd2.alterator.conf:Listen 8080 /etc/httpd2/conf/extra/httpd-ssl.conf:# When we also provide SSL we have to listen to the /etc/httpd2/conf/extra/httpd-ssl.conf:# Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443" /etc/httpd2/conf/extra/httpd-ssl.conf:Listen 443 /etc/httpd2/conf/original/extra/httpd-ssl.conf:# When we also provide SSL we have to listen to the /etc/httpd2/conf/original/extra/httpd-ssl.conf:# Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443" /etc/httpd2/conf/original/extra/httpd-ssl.conf:Listen 443 /etc/httpd2/conf/original/httpd.conf:# Change this to Listen on specific IP addresses as shown below to /etc/httpd2/conf/original/httpd.conf:#Listen 12.34.56.78:80 /etc/httpd2/conf/original/httpd.conf:Listen localhost:8088 /etc/httpd2/conf/original/httpd.conf:Listen 80