aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/init.pp
Commit message (Collapse)AuthorAgeFilesLines
* lint fixes for apacheThomas Backlund2015-10-191-6/+6
|
* split vhost_catalyst_app in a separate fileMichael Scherer2012-04-021-10/+0
|
* split apache::reverse_proxy in a separate fileMichael Scherer2012-04-021-11/+0
|
* split 2 more vhost classMichael Scherer2012-03-251-25/+0
|
* split vhost_wsgi in a separate fileMichael Scherer2012-03-251-9/+0
|
* split redirect_ssl in a separate fileMichael Scherer2012-03-251-7/+0
|
* split apache::vhost_base in apache::vhost::base ( in a subdirecotry, to not ↵Michael Scherer2012-03-251-57/+7
| | | | have too much file on manifests/
* split apache::base in a separate fileMichael Scherer2012-03-251-37/+0
|
* split webapp_other in a separate fileMichael Scherer2012-03-251-7/+0
|
* split mod_wsgi in a separate fileMichael Scherer2012-03-251-15/+3
|
* add forgotten module renameMichael Scherer2012-03-251-1/+1
|
* split mod_php in a separate fileMichael Scherer2012-03-251-10/+0
|
* split some others modules in separate fileMichael Scherer2012-03-251-29/+2
|
* 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-251-20/+0
|
* manage the certificate used for default connexion too, since that's the one ↵Michael Scherer2012-03-171-0/+5
| | | | 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
* 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-151-9/+0
|
* 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-091-0/+11
|
* attempt to fix the problem of undefined log file for apacheMichael Scherer2011-09-191-2/+2
|
* keep httpd logs for 24 monthsNicolas Vigier2011-05-241-0/+3
|
* add logrotate configNicolas Vigier2011-05-241-0/+8
|
* 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-241-2/+6
|
* fix syntaxNicolas Vigier2011-05-241-2/+2
|
* add separate logs on vhost_baseNicolas Vigier2011-05-241-0/+10
|
* add vhost parameter in vhost_catalyst_appNicolas Vigier2011-05-191-1/+2
|
* Allow setting options in vhost base templatePascal Terjan2011-05-081-0/+1
|
* remove php module as it is not needed: php configuration changes are done ↵Nicolas Vigier2011-04-081-1/+0
| | | | from apache module
* fix syntaxNicolas Vigier2011-04-081-1/+1
|
* set php date.timezone to UTC (as CEST is an incorrect value)Nicolas Vigier2011-04-081-0/+2
|
* add php moduleNicolas Vigier2011-04-071-0/+1
|
* include apache::base in vhost_baseNicolas Vigier2011-04-041-0/+1
|
* allow using ssl in vhost_redirectNicolas Vigier2011-03-151-1/+5
|
* test wildcard_sslcert as a string (as facter converts booleans to strings)Nicolas Vigier2011-03-031-1/+1
|
* only install default ssl vhost when mod_ssl is usedNicolas Vigier2011-03-021-10/+11
|
* fix syntax errorNicolas Vigier2011-03-021-1/+1
|
* add default ssl vhostNicolas Vigier2011-03-021-0/+11
|
* don't generate self signed certificate if wildcard certificate availableNicolas Vigier2011-03-021-4/+6
|
* let a django application declare aliasesMichael Scherer2011-02-241-2/+3
|
* - oops, fix previous commitMichael Scherer2011-02-231-2/+2
|
* restart apache when mod_wsgi.conf or mod_php.conf are changed ( or deployed )Michael Scherer2011-02-231-0/+2
|