aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Move custom 404 config to www vhost only (patch from rda)Nicolas Vigier2012-09-191-1/+0
|
* Patch from romain setting custom 404 for wwwPascal Terjan2012-08-281-0/+1
|
* fix class nameNicolas Vigier2012-05-311-1/+1
|
* add temporary fix on champagne for CVE-2011-3192Nicolas Vigier2012-05-312-0/+20
|
* split vhost_catalyst_app in a separate fileMichael Scherer2012-04-022-10/+14
|
* move the others files in subdirectoryMichael Scherer2012-04-024-2/+2
|
* move the template into a subdirectory ( cleaner )Michael Scherer2012-04-022-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
|
* split mod_wsgi in a separate fileMichael Scherer2012-03-252-15/+15
|
* add forgotten module renameMichael Scherer2012-03-251-1/+1
|
* split mod_php in a separate fileMichael Scherer2012-03-252-10/+10
|
* split some others modules in separate fileMichael Scherer2012-03-258-29/+30
|
* fix usage of mod::ssl on other manifestsMichael Scherer2012-03-251-1/+1
|
* split mod_ssl in a separate file ( and directory to not clutter toplevel )Michael Scherer2012-03-252-20/+20
|
* manage the certificate used for default connexion too, since that's the one ↵Michael Scherer2012-03-172-2/+7
| | | | that xymon check for expiry ( and that's also what openssl does ). Probably a issue with SNI, didn't look more in details for tonight
* compress log file, as this is taking too much space on champagneMichael Scherer2012-03-161-1/+1
|
* reorder variable, and correct 'before', since this break on friteuseMichael Scherer2012-03-151-2/+2
|
* split config in a file, to make puppet-lint happyMichael Scherer2012-03-152-9/+7
|
* make sure we no longer need to fizzle with /etc/hosts for reverse proxyMichael Scherer2012-02-101-0/+1
|
* remove default value already set elsewhereMichael Scherer2012-01-161-1/+0
|
* run configtest before restarting or reloading apacheMichael Scherer2012-01-141-1/+6
|
* fix (again) the manifestsMichael Scherer2012-01-081-1/+1
|
* reindent, and refactor the module, using a new define "apache::config"Michael Scherer2012-01-081-161/+73
| | | | to avoid duplication of configuration
* place the variable near the only configuration file that use itMichael Scherer2012-01-061-1/+1
|
* add variables for apache user and groupNicolas Vigier2011-12-201-0/+3
|
* add class for mod_geoipNicolas Vigier2011-12-201-0/+6
|
* only add NameVirtualHost on port 443 when mod_ssl has been selectedNicolas Vigier2011-11-093-1/+12
|
* attempt to fix the problem of undefined log file for apacheMichael Scherer2011-09-191-2/+2
|
* keep httpd logs for 24 monthsNicolas Vigier2011-05-242-1/+4
|
* add logrotate configNicolas Vigier2011-05-242-0/+21
|
* change log filename for logrotateNicolas Vigier2011-05-241-2/+2
|
* move httpd_logdir definitionNicolas Vigier2011-05-241-1/+1
|
* use second variable, as it is not possible to reassign parameterNicolas Vigier2011-05-242-4/+8
|
* fix syntaxNicolas Vigier2011-05-241-2/+2
|
* add separate logs on vhost_baseNicolas Vigier2011-05-242-0/+13
|
* add vhost parameter in vhost_catalyst_appNicolas Vigier2011-05-191-1/+2
|
* Fix handling of optionsPascal Terjan2011-05-081-1/+1
|
* Allow setting options in vhost base templatePascal Terjan2011-05-082-0/+7
|
* make sure that wsgi pass Authorisation header to tx, as this break tx-clientMichael Scherer2011-04-181-0/+4
|