puppet-apache
puppet-apache copied to clipboard
Apache Puppet Module
## Expected Behavior Being able to add a DirectoryIndex directive in vhosts ## Steps to solve the Problem I've managed to slightly modify vhost.pp and vhost.conf.erb to be able to...
4.x WIP
Apache 4.x module, based on tp and local data. WIP: Just a POC, not intended to be merged
bump version from 2.1.12 to 2.2.0 add support for solaris 10 and 11
Added $ssl_template and $ssl_source parameters and enabled apache::ssl to accept these and $ssl_port directly. I tested and verified it works on Oracle Linux and CentOS 6. One additional note, I...
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 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...
See discussion in https://github.com/example42/puppet-apache/pull/85 I believe that the previous change to alter the behaviour of the -p switch in htpasswd has broken the behaviour of this manifest and needs to...
listen.pp is always trying to create the port listening file under in /etc/apache2/conf.d. On Ubuntu Precise the config files are under /etc/apache2/conf-available and with symlink in /etc/apache2/conf-enabled
Hi folks, example42-apache does exactly what we need it do--give us a barebones, RHEL-default Apache installation. We now need to tweak our SSL parameters. While we could use a separate...