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

Ensure NameVirtualhost is correctly created

Open lermit opened this issue 11 years ago • 0 comments

When you create a vhost like

 apache::vhost { 'www.example42.com': port => 82, } 

On RedHat a Namevirtualhost directive is automaticly created with *:80 as value.

Here apache::listen is call instead. This allow us to have the right ip and port.

I've left the "include apache::redhat" line in order to keep compatibility but we have to delete IMO.

Regards

lermit avatar Jun 06 '14 10:06 lermit