apache2
apache2 copied to clipboard
Development repository for the apache2 cookbook
Hi y'all Loading of the subversion Apache modules requires a strict load order: 1. `mod_dav` 2. `mod_dav_svn` 3. `mod_authz_svn` At least on Debian Buster `apache2_module 'authz_svn'` breaks this load order...
### :speaking_head: Foreword Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without...
## :ghost: Brief Description If you use the resource `apache2_install` with the modules: ldap and authnz_ldap on Centos 7 Systems the rpm package mod_ldap.x86_64 will not be installed ## :pancakes:...
# Brief Description Add support either through another `apache2_mod` or another cookbook, if we require build tools. ## Cookbook version v6.0 ## Scenario As an apache2 user I want to...
# Brief Description 🗣 The delayed restart action when apache2 is installed for the first time hangs due to some systemd bug. This doesn't seem to happen on most platforms...
# Brief Description The default_log_dir helper in the apache2 cookbook version 7.1.0 is overwritten by the same helper function in the filebeat cookbook, which has a different method signature. Do...
## :ghost: Brief Description In PR#688, the apache_pkg helper `libraries/helpers.rb` is modified to remove ``` when 'amazon' if node['platform_version'] == '2' 'httpd' else 'httpd24' end ``` for this static instead...
## :ghost: Brief Description Template variable `apache_pid_file` is not passed from the `install` resource. https://github.com/sous-chefs/apache2/blob/v8.5.0/templates/etc-sysconfig-httpd.erb#L31 always renders like: ``` PIDFILE= ``` `install` resource does not pass `apache_pid_file` template variable to...
# Description Use github actions to run danger Signed-off-by: Jason Field ## Issues Resolved List any existing issues this PR resolves ## Check List - [ ] A summary of...
### :speaking_head: Foreword Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be...