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

I couldn't figure out where else to put this issue. I don't have a Jira account to submit a ticket on Forge: Example: Under the 'Reference' section on Puppet Forge's...

community

## Use Case I was trying to configure reverse proxy and found that there is not possible to create location directives not via custom blocks. ## Describe the Solution You...

community
jira

## Use Case I was trying to use module via hiera and found that it is impossible to make an custom vhost via hiera. ## Describe the Solution You Would...

community
jira

https://github.com/ninja-build/ninja/blob/master/COPYING

community

## Summary The code says wsgi_daemon_process_options is depreciated Has been since https://github.com/puppetlabs/puppetlabs-apache/commit/0d5e0bef88c741e964efc3e0c91fe4764182803f The documentation for that was reverted with https://github.com/puppetlabs/puppetlabs-apache/commit/98cf15c01cc7467f9d493a479db063b6a8812ec5

With any recent version of `puppetlabs-apache`, in `manifests/vhost.pp` there is this section of code: ``` if $wsgi_daemon_process_options { deprecation('apache::vhost::wsgi_daemon_process_options', 'This parameter is deprecated. Please add values inside Hash `wsgi_daemon_process`.') }...

community

## Summary A selection of spec file were missing the correct extension `_spec.rb` and presumably never being executed. Subsequently most need updating since they were a copy and paste of...

bugfix
community

In cedd45b63be89ea54bd2a596e6cd3a3f60d4faf8 this was dropped and the whole module is now only for Apache 2.4+. This means the parameter is redundant. The parameter is kept in so this can be...

bugfix

A lot of work was done to convert the module templates form ERB to EPP, but a few templates where still to be converted. Along with various benefits, EPP templates...

community

https://forge.puppet.com/modules/puppetlabs/apache/reference#content_types The format of the values of this parameter has been changed. Please see the link below and relevant snippet. Note that this could be classified as a bug since...

community