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

## Summary Otherwise it isn't executed. ## Related Issues (if any) Fixes: ec74a8e5f73130b0a0d5c0dd645e847a2787421f ("Add support for setting UserDir in Virtual Hosts") ## Checklist - [ ] 🟢 Spec tests. -...

## Use Case mod_auth_openidc supports adding a boolean expression after "OIDCUnAuthAction {action}" to specify conditions that should be met to override the default action. This module seems to prohibit configuring...

Arguments that contain secrets should allow Deferred and Sensitive values to be passed as arguments. For example in Apache::OIDCSettings * ClientID * ClientSecret * CryptoPassword This will allow looking up...

Hello i use puppet and module r10k to deploy my profile. I overload apache with my wrapper I have an error when i use this code ` if $apachedeploy::proxyremote {...

## Summary Similar to other options passed in the vhost's directory this now inspects the directories entry and if expires_* is passed, mod_expires` is included. ## Additional Context This is...

feature

## Summary This change unifies the management of MPM modules using the "mpm_" prefix on the Debian platform. Previously, there were inconsistencies in whether MPM modules were enabled or disabled...

## Describe the Bug If `mpm_event` is enabled with `apache::mod::event`, using `apache::mpm::disable_mpm_event` will not disable it. Internally, at least on Debian 12, it looks like the `event` and `mpm_event` modules...

community

## Additional Context If you accept `default_mods => true` you get a -lot- of apache modules automatically. In my experience it's too many, which has led to us doing `default_mods...

Update example to avoid hitting `Error while evaluating a Function Call, deprecation. apache::vhost::wsgi_daemon_process_options. This parameter is deprecated. Please add values inside Hash wsgi_daemon_process` ## Summary Examples for wsgi vhost use...

## Summary This adds support for Ubuntu 24.04 ## Additional Context n/a ## Related Issues (if any) I see #2577 which did not add the acceptance tests nor the determination...