puppetlabs-apache
puppetlabs-apache copied to clipboard
Puppet module for the Apache httpd server, maintained by Puppet, Inc.
This commit fixes https://github.com/puppetlabs/puppetlabs-apache/issues/2285 by supporting all mod_proxy schemes according to the documentation here: https://httpd.apache.org/docs/2.4/mod/mod_proxy.html
A list of small backwards incompatible changes that should be included when we next do a major release, any changes listed here are from bugs that have been given compatible...
I'm getting warnings like this for each `puppet agent` run: ``` templates/vhost/_require.erb:3: warning: deprecated Object#=~ is called on Hash; it always returns nil ``` This PR changes the logic to...
# Summary Fixes #2259 # Changes - Added PHP version for Ubuntu 22.04 (and 16.04) to the `$php_version` mapping in `params.pp`. - In `mod/php.pp` added conditions for Red Hat family...
## Describe the Bug Before v8.0.0, the Apache module would allow me to configure an apache::balancermember with URLs other than http://. For example the URL fcgi:// or unix:/ are both...
The goal is to remove duplication and make it easy to use mod classes where needed. This makes using the module without default mods easier. It also removes duplication. This...
## Describe the Bug The module tries to install `libapache2-mod-php7.2` which is not available on Ubuntu 22.04 / Jammy. ## Expected Behavior Use ` libapache2-mod-php8.1` instead. ## Steps to Reproduce...
(GH-cat-11) Certify Support for Ubuntu 22.04 pdk version: `2.4.0`