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

Puppet module for the Apache httpd server, maintained by Puppet, Inc.

Results 97 puppetlabs-apache issues
Sort by recently updated
recently updated
newest added

## Describe the Bug a rewrite rule for the `apache::vhost` type defined in `$rewrite_rule` is ignored since [7b22dae](https://github.com/puppetlabs/puppetlabs-apache/commit/7b22dae24ff4a04f9258362f90bf6a2151c24a23) and not written to the vhost file if `$rewrites` is not explicitly...

community

## Describe the Bug I am trying to set a header for a vhost I am declaring with hiera. The header is: `Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED` To achieve...

community

## Use Case There doesn't seem to be support for nested `Require(All|Any|None)` blocks, at least I can't find any documentation about it in `Reference.md` of `Readme.md`. ## Describe the Solution...

community

## Describe the Bug Try to pass custom configuration to mpm_prefork, using the `apache::mod::prefork` class with arguments fails if `apache::mod::php` is also used. ## Expected Behavior It should be possible...

bugfix
community

## Summary All [apache2 packages](https://packages.debian.org/bullseye/apache2) on Debian 10 and later already have a hard dependency on the `mime-support` package. While `mime-support` still exists on Debian 12 as a transitonal package,...

community

This brings the file closer to the upstream contents as of https://git.launchpad.net/ubuntu/+source/apache2/commit/debian/config-dir/mods-available/setenvif.conf?id=696485dab93b0a8de434f051e2b85134d342dc33 ## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context...

community

## Summary Support configuring the EnableSendfile option under Directory directives ## Additional Context The EnableSendfile option can be configured in a Directory directive to disable/enable the snedfile feature for specific...

community

## Summary This deprecates apache::mod::disk_cache and instead adds support for apache::mod::cache_disk. Also adds parameters to both apache::mod::cache_disk and apache::mod::cache. ## Additional Context Since Apache 2.4 mod_disk_cache is named mod_cache_disk. This...

feature
community

## Summary Allow to set the verbosity of the debug

feature
community

The modified variable was never passed to the template, resulting in a bad configuration of the vhost security if secrule were removed.

bugfix
community