We need to specify Apache to listen on specific IP's and ports. e.g.
Listen 127.0.0.1:80
Listen XXX.XXX.132.12:82
Listen XXX.XXX.132.13:82
... etc ...
The settings are lost everytime httpd.conf rebuillds. We've tried:
/usr/local/cpanel/bin/apache_conf_distiller --update
No success. Doesn't look like the distiller retains the 'Listen' httpd.conf directives. Any solution?
Listen 127.0.0.1:80
Listen XXX.XXX.132.12:82
Listen XXX.XXX.132.13:82
... etc ...
The settings are lost everytime httpd.conf rebuillds. We've tried:
/usr/local/cpanel/bin/apache_conf_distiller --update
No success. Doesn't look like the distiller retains the 'Listen' httpd.conf directives. Any solution?