aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests
Commit message (Collapse)AuthorAgeFilesLines
* drop temp range check fixesThomas Backlund2017-05-261-2/+1
|
* temp range check to fix puppet run failingThomas2017-05-251-1/+2
|
* Allow to not use Location directive in apache ( but keep past use by default)Nicolas Lécureuil2017-04-171-1/+2
|
* apache fcgid: support multiple script aliasesOlivier Blin2017-04-101-0/+4
|
* apache: rename vhost_catalyst_app template as vhost_fcgidOlivier Blin2017-04-101-1/+1
|
* Remove duplicate class apache::mod::fcgid definitionOlivier Blin2017-04-101-4/+0
| | | | | | Already in fcgid.pp From unknown author root@duvel
* catalyst_app: use fcgid instead of fastcgiOlivier Blin2017-04-081-3/+1
| | | | fastcgi is not available on Mageia 5.
* apache: use apachectl configtest directlyOlivier Blin2017-04-082-2/+2
| | | | "service httpd configtest" does not work with systemd
* Add apache::mod::fcgid classNicolas Lécureuil2017-04-061-0/+5
|
* Remove broken apache-mod_deflate package requirementOlivier Blin2017-02-211-4/+0
| | | | | | | | | | | | | This has been provided by the apache package directly since Mga3. apache-mod_deflate was used for the planet config only, on the champagne host, running Mga4. puppet failed because it did not handle the virtual package from the apache package: Error: Package apache-mod_deflate was not present after trying to install it Error: /Stage[main]/Apache::Mod::Deflate/Package[apache-mod_deflate]/ensure: change from absent to present failed: Package apache-mod_deflate was not present after trying to install it
* apache: use proper conf.d dir on Mageia >= 2Olivier Blin2015-11-305-7/+12
|
* apache: rename ssl.conf as ssl_vhost.confOlivier Blin2015-11-301-2/+2
| | | | Not to conflict with packaged file from Mageia >= 3
* lint fixes for apacheThomas Backlund2015-10-199-26/+25
|
* disable duplicate apache package requestsThomas Backlund2014-04-271-2/+5
|
* restore apache-server aliasThomas Backlund2014-04-271-2/+4
|
* fix another typoThomas Backlund2014-04-271-1/+1
|
* drop duplicated aliasThomas Backlund2014-04-271-4/+2
|
* new tryThomas Backlund2014-04-271-1/+1
|
* revert last commitThomas Backlund2014-04-271-1/+1
|
* fix another typoThomas Backlund2014-04-271-1/+1
|
* fix typoThomas Backlund2014-04-271-1/+1
|
* handle new apache name from mga3 upThomas Backlund2014-04-271-2/+10
|
* Add missing / in the script aliasPascal Terjan2014-04-041-1/+1
|
* Don't use merge, it's not a standard functionPascal Terjan2014-04-041-2/+2
|
* Drop accidental }Pascal Terjan2014-04-041-2/+2
|
* Attempt to support alias in catalyst_appPascal Terjan2014-04-041-0/+8
|
* Add content parameter to apache::vhost::reverse_proxyNicolas Vigier2013-10-061-1/+2
|
* apache: add option to select default redirect URLNicolas Vigier2013-05-231-1/+4
| | | | | Add an option to change the URL to redirect to in case of unknown vhost. If the option is not provided, a 404 error is returned.
* apache: remove "dynamic lookup" warningsNicolas Vigier2012-12-181-1/+1
|
* apache::base: Add missing require on apache config packageNicolas Vigier2012-12-101-2/+4
|
* apache: use variable to store apache config packageNicolas Vigier2012-12-102-6/+8
|
* Create apache::var and move apache config optionsNicolas Vigier2012-12-102-6/+8
| | | | Move apache options to apache::var class
* install apache-conf on Mandriva (not only 2010.0)Nicolas Vigier2012-09-271-1/+1
|
* remove apache-mpm-prefork aliasNicolas Vigier2012-09-271-3/+1
|
* on Mageia 2, install apache packageNicolas Vigier2012-09-271-0/+2
|
* remove require on Package['apache-conf']Nicolas Vigier2012-09-271-1/+0
|
* don't install apache-conf on Mageia 2Nicolas Vigier2012-09-271-1/+3
|
* fix class nameNicolas Vigier2012-05-311-1/+1
|
* add temporary fix on champagne for CVE-2011-3192Nicolas Vigier2012-05-311-0/+8
|
* split vhost_catalyst_app in a separate fileMichael Scherer2012-04-022-10/+14
|
* move the others files in subdirectoryMichael Scherer2012-04-022-2/+2
|
* move the template into a subdirectory ( cleaner )Michael Scherer2012-04-021-1/+1
|
* split apache::reverse_proxy in a separate fileMichael Scherer2012-04-022-11/+10
|
* split 2 more vhost classMichael Scherer2012-03-253-25/+28
|
* fix syntax, and properly indent the fileMichael Scherer2012-03-251-31/+31
|
* split vhost_wsgi in a separate fileMichael Scherer2012-03-252-9/+10
|
* split redirect_ssl in a separate fileMichael Scherer2012-03-252-7/+6
|
* split apache::vhost_base in apache::vhost::base ( in a subdirecotry, to not ↵Michael Scherer2012-03-252-57/+57
| | | | have too much file on manifests/
* split apache::base in a separate fileMichael Scherer2012-03-252-37/+35
|
* split webapp_other in a separate fileMichael Scherer2012-03-252-7/+7
|