Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split vhost_catalyst_app in a separate file | Michael Scherer | 2012-04-02 | 1 | -10/+0 |
| | |||||
* | split apache::reverse_proxy in a separate file | Michael Scherer | 2012-04-02 | 1 | -11/+0 |
| | |||||
* | split 2 more vhost class | Michael Scherer | 2012-03-25 | 1 | -25/+0 |
| | |||||
* | split vhost_wsgi in a separate file | Michael Scherer | 2012-03-25 | 1 | -9/+0 |
| | |||||
* | split redirect_ssl in a separate file | Michael Scherer | 2012-03-25 | 1 | -7/+0 |
| | |||||
* | split apache::vhost_base in apache::vhost::base ( in a subdirecotry, to not ↵ | Michael Scherer | 2012-03-25 | 1 | -57/+7 |
| | | | | have too much file on manifests/ | ||||
* | split apache::base in a separate file | Michael Scherer | 2012-03-25 | 1 | -37/+0 |
| | |||||
* | split webapp_other in a separate file | Michael Scherer | 2012-03-25 | 1 | -7/+0 |
| | |||||
* | split mod_wsgi in a separate file | Michael Scherer | 2012-03-25 | 1 | -15/+3 |
| | |||||
* | add forgotten module rename | Michael Scherer | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | split mod_php in a separate file | Michael Scherer | 2012-03-25 | 1 | -10/+0 |
| | |||||
* | split some others modules in separate file | Michael Scherer | 2012-03-25 | 1 | -29/+2 |
| | |||||
* | fix usage of mod::ssl on other manifests | Michael Scherer | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | split mod_ssl in a separate file ( and directory to not clutter toplevel ) | Michael Scherer | 2012-03-25 | 1 | -20/+0 |
| | |||||
* | manage the certificate used for default connexion too, since that's the one ↵ | Michael Scherer | 2012-03-17 | 1 | -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 friteuse | Michael Scherer | 2012-03-15 | 1 | -2/+2 |
| | |||||
* | split config in a file, to make puppet-lint happy | Michael Scherer | 2012-03-15 | 1 | -9/+0 |
| | |||||
* | remove default value already set elsewhere | Michael Scherer | 2012-01-16 | 1 | -1/+0 |
| | |||||
* | run configtest before restarting or reloading apache | Michael Scherer | 2012-01-14 | 1 | -1/+6 |
| | |||||
* | fix (again) the manifests | Michael Scherer | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | reindent, and refactor the module, using a new define "apache::config" | Michael Scherer | 2012-01-08 | 1 | -161/+73 |
| | | | | to avoid duplication of configuration | ||||
* | place the variable near the only configuration file that use it | Michael Scherer | 2012-01-06 | 1 | -1/+1 |
| | |||||
* | add variables for apache user and group | Nicolas Vigier | 2011-12-20 | 1 | -0/+3 |
| | |||||
* | add class for mod_geoip | Nicolas Vigier | 2011-12-20 | 1 | -0/+6 |
| | |||||
* | only add NameVirtualHost on port 443 when mod_ssl has been selected | Nicolas Vigier | 2011-11-09 | 1 | -0/+11 |
| | |||||
* | attempt to fix the problem of undefined log file for apache | Michael Scherer | 2011-09-19 | 1 | -2/+2 |
| | |||||
* | keep httpd logs for 24 months | Nicolas Vigier | 2011-05-24 | 1 | -0/+3 |
| | |||||
* | add logrotate config | Nicolas Vigier | 2011-05-24 | 1 | -0/+8 |
| | |||||
* | change log filename for logrotate | Nicolas Vigier | 2011-05-24 | 1 | -2/+2 |
| | |||||
* | move httpd_logdir definition | Nicolas Vigier | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | use second variable, as it is not possible to reassign parameter | Nicolas Vigier | 2011-05-24 | 1 | -2/+6 |
| | |||||
* | fix syntax | Nicolas Vigier | 2011-05-24 | 1 | -2/+2 |
| | |||||
* | add separate logs on vhost_base | Nicolas Vigier | 2011-05-24 | 1 | -0/+10 |
| | |||||
* | add vhost parameter in vhost_catalyst_app | Nicolas Vigier | 2011-05-19 | 1 | -1/+2 |
| | |||||
* | Allow setting options in vhost base template | Pascal Terjan | 2011-05-08 | 1 | -0/+1 |
| | |||||
* | remove php module as it is not needed: php configuration changes are done ↵ | Nicolas Vigier | 2011-04-08 | 1 | -1/+0 |
| | | | | from apache module | ||||
* | fix syntax | Nicolas Vigier | 2011-04-08 | 1 | -1/+1 |
| | |||||
* | set php date.timezone to UTC (as CEST is an incorrect value) | Nicolas Vigier | 2011-04-08 | 1 | -0/+2 |
| | |||||
* | add php module | Nicolas Vigier | 2011-04-07 | 1 | -0/+1 |
| | |||||
* | include apache::base in vhost_base | Nicolas Vigier | 2011-04-04 | 1 | -0/+1 |
| | |||||
* | allow using ssl in vhost_redirect | Nicolas Vigier | 2011-03-15 | 1 | -1/+5 |
| | |||||
* | test wildcard_sslcert as a string (as facter converts booleans to strings) | Nicolas Vigier | 2011-03-03 | 1 | -1/+1 |
| | |||||
* | only install default ssl vhost when mod_ssl is used | Nicolas Vigier | 2011-03-02 | 1 | -10/+11 |
| | |||||
* | fix syntax error | Nicolas Vigier | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | add default ssl vhost | Nicolas Vigier | 2011-03-02 | 1 | -0/+11 |
| | |||||
* | don't generate self signed certificate if wildcard certificate available | Nicolas Vigier | 2011-03-02 | 1 | -4/+6 |
| | |||||
* | let a django application declare aliases | Michael Scherer | 2011-02-24 | 1 | -2/+3 |
| | |||||
* | - oops, fix previous commit | Michael Scherer | 2011-02-23 | 1 | -2/+2 |
| | |||||
* | restart apache when mod_wsgi.conf or mod_php.conf are changed ( or deployed ) | Michael Scherer | 2011-02-23 | 1 | -0/+2 |
| | |||||
* | - php complain when the timezone is not set, and do not seem | Michael Scherer | 2011-02-23 | 1 | -0/+9 |
| | | | | | | to be able to guess it from system setup. It is set in apache config as this is easier to do ( alternative is to use augeas to modify php.ini, would require more work on our servers ) |