puppet-apache icon indicating copy to clipboard operation
puppet-apache copied to clipboard

Setting port for apache does not remove default port values on CentOS/Redhat

Open minorOffense opened this issue 12 years ago • 2 comments

When setting the port for apache to listen on, it ignores the values in the /etc/httpd/conf/ports.conf

Meaning if you want to configure apache using puppet to not listen on 80 you can't.

In the listen.pp file it should ensure that the ports.conf file is updated to reflect the port settings or perhaps add a flag to tell it to "replace" or "append"

Or if I'm missing something let me know. For instance if the "port" value on the apache class is to be used or something like that.

minorOffense avatar Sep 11 '13 19:09 minorOffense

Have to verify this, the whole ports management on the module needs some refactoring.

alvagante avatar Sep 12 '13 12:09 alvagante

Is this still an issue? I'm seeing the same thing.

lee-emerge avatar Jul 16 '15 19:07 lee-emerge