apache2 icon indicating copy to clipboard operation
apache2 copied to clipboard

Development repository for the apache2 cookbook

Results 21 apache2 issues
Sort by recently updated
recently updated
newest added

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...

Feature Request

## :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...

Feature Request
hacktoberfest

# 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...

Feature Request
hacktoberfest

# 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...

Bug
hacktoberfest

## :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...

Regression
Bug
hacktoberfest

## :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...

Bug
hacktoberfest

# 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...

hacktoberfest

### :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...