aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/base.pp
Commit message (Collapse)AuthorAgeFilesLines
* Protect the /server-status and /server-info endpointsDan Fandrich2025-12-261-0/+2
| | | | | | | These provide potentially sensitive information, so allow access only from localhost. Reported-by: bas
* Remove conditionals for releases older than Mageia 6Dan Fandrich2024-10-151-15/+2
| | | | | This eliminates a bunch of conditionals, simplifying the configuration. We no longer have any servers running on a release older than this.
* Enable transparent compression on Apache (mga#6969)Dan Fandrich2024-10-151-0/+2
| | | | | | This will increase CPU usage somewhat, but the reduction in required bandwidth ought to make it a win for users. The compression level is set to the lowest setting to keep CPU usage down.
* apache: protect any hidden files or dirs with 404Thomas Backlund2018-09-041-0/+3
|
* drop temp range check fixesThomas Backlund2017-05-261-2/+1
|
* temp range check to fix puppet run failingThomas2017-05-251-1/+2
|
* apache: use apachectl configtest directlyOlivier Blin2017-04-081-1/+1
| | | | "service httpd configtest" does not work with systemd
* apache: use proper conf.d dir on Mageia >= 2Olivier Blin2015-11-301-3/+7
|
* lint fixes for apacheThomas Backlund2015-10-191-5/+5
|
* 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
|
* apache::base: Add missing require on apache config packageNicolas Vigier2012-12-101-2/+4
|
* apache: use variable to store apache config packageNicolas Vigier2012-12-101-5/+1
|
* Create apache::var and move apache config optionsNicolas Vigier2012-12-101-6/+1
| | | | 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
|
* don't install apache-conf on Mageia 2Nicolas Vigier2012-09-271-1/+3
|
* split apache::base in a separate fileMichael Scherer2012-03-251-0/+35