| Commit message (Expand) | Author | Age | Files | Lines |
* | manage the certificate used for default connexion too, since that's the one t... | Michael Scherer | 2012-03-17 | 1 | -0/+5 |
* | 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 | 2 | -9/+7 |
* | 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 |
* | 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 fro... | Nicolas Vigier | 2011-04-08 | 1 | -1/+0 |
* | 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 |
* | - use the real name of the vhost for the ssl certificate | Michael Scherer | 2011-02-22 | 1 | -1/+1 |
* | - add support for having a different vhost ( not pretty, but I didn't found o... | Michael Scherer | 2011-02-16 | 1 | -1/+4 |
* | - add support for ssl in vhost_reverse_proxy | Michael Scherer | 2011-02-16 | 1 | -1/+2 |
* | add proper requires, to avoid ordering error when deploying apache based web ... | Michael Scherer | 2011-02-13 | 1 | -1/+10 |
* | add a class for mod_deflate | Damien Lallement | 2011-02-11 | 1 | -0/+6 |
* | add server_aliases argument, to enable to have server aliases on vhost | Michael Scherer | 2011-02-01 | 1 | -1/+3 |
* | add use_ssl to django application | Michael Scherer | 2011-02-01 | 1 | -0/+1 |
* | use vhost_base for vhost_wsgi type ( leaner ) | Michael Scherer | 2011-02-01 | 1 | -7/+2 |
* | - add support of aliases definition, prior to vhost_wsgi type merge | Michael Scherer | 2011-02-01 | 1 | -1/+2 |
* | - add a vhost_redirect type | Michael Scherer | 2011-02-01 | 1 | -0/+7 |
* | allow to set public_html on a vhost | Michael Scherer | 2011-02-01 | 1 | -1/+6 |
* | add a define for mod_public_html | Michael Scherer | 2011-02-01 | 1 | -0/+6 |
* | - refactoring of apache config file, to ease future deployment | Michael Scherer | 2011-02-01 | 1 | -53/+36 |
* | enable mod_wdgi hack to let viewvc write to stdout. Viewvc should be | Michael Scherer | 2011-01-28 | 1 | -0/+9 |