Romain THERRAT

Results 4 issues of Romain THERRAT

Hi, This PR modify apache::listen to use apache::dotconf instead of simple file resource type. This allow the script to be compatible with Debian 8 (and Ubuntu 14). Regards

Hi, This PR add the "apache_fact_version" containing the current apache version. This is particulary usefull if you want to test if you are in 2.2 or 2.4 apache version. Regards

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...

Hello The Host header is from now not forwarded to upstream server. This commit use a "hack" in order to prevent the $host var to be substitute by envsubst and...