| Commit message (Expand) | Author | Age | Files | Lines |
* | make sure we no longer need to fizzle with /etc/hosts for reverse proxy | Michael Scherer | 2012-02-10 | 1 | -0/+1 |
* | 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 | 3 | -1/+12 |
* | 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 | 2 | -1/+4 |
* | add logrotate config | Nicolas Vigier | 2011-05-24 | 2 | -0/+21 |
* | 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 | 2 | -4/+8 |
* | fix syntax | Nicolas Vigier | 2011-05-24 | 1 | -2/+2 |
* | add separate logs on vhost_base | Nicolas Vigier | 2011-05-24 | 2 | -0/+13 |
* | add vhost parameter in vhost_catalyst_app | Nicolas Vigier | 2011-05-19 | 1 | -1/+2 |
* | Fix handling of options | Pascal Terjan | 2011-05-08 | 1 | -1/+1 |
* | Allow setting options in vhost base template | Pascal Terjan | 2011-05-08 | 2 | -0/+7 |
* | make sure that wsgi pass Authorisation header to tx, as this break tx-client | Michael Scherer | 2011-04-18 | 1 | -0/+4 |
* | sendmail_path needs to be set by php_admin_value instead of php_value | Nicolas Vigier | 2011-04-12 | 1 | -1/+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 | 2 | -1/+3 |
* | send php emails from root@mageia.org | Nicolas Vigier | 2011-04-08 | 1 | -0/+1 |
* | 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 |
* | - alias should be ordered, more specific first, or the more general will | Michael Scherer | 2011-03-08 | 1 | -2/+4 |
* | test wildcard_sslcert as a string (as facter converts booleans to strings) | Nicolas Vigier | 2011-03-03 | 3 | -3/+3 |
* | revert 1244 | Nicolas Vigier | 2011-03-02 | 2 | -2/+2 |
* | comment SSLCertificateChainFile | Nicolas Vigier | 2011-03-02 | 1 | -1/+1 |
* | only install default ssl vhost when mod_ssl is used | Nicolas Vigier | 2011-03-02 | 1 | -10/+11 |
* | fix test on wildcard_sslcert | Nicolas Vigier | 2011-03-02 | 2 | -2/+2 |
* | fix syntax error | Nicolas Vigier | 2011-03-02 | 1 | -1/+1 |
* | set ServerAdmin email | Nicolas Vigier | 2011-03-02 | 1 | -1/+1 |
* | add default ssl vhost | Nicolas Vigier | 2011-03-02 | 2 | -0/+178 |
* | don't generate self signed certificate if wildcard certificate available | Nicolas Vigier | 2011-03-02 | 1 | -4/+6 |
* | use wildcard certificate, if available | Nicolas Vigier | 2011-03-02 | 1 | -0/+7 |
* | - block signal registration, as viewvc seems to prevent SIGTERM | Michael Scherer | 2011-02-24 | 1 | -1/+2 |
* | let a django application declare aliases | Michael Scherer | 2011-02-24 | 1 | -2/+3 |
* | - fix location of certificate ( in some specific case like on friteuse ) | Michael Scherer | 2011-02-23 | 1 | -2/+2 |
* | - 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 | 2 | -0/+13 |
* | - use the real name of the vhost for the ssl certificate | Michael Scherer | 2011-02-22 | 1 | -1/+1 |
* | - enable ssl usage for reverse proxy ( used by forum ) | Michael Scherer | 2011-02-22 | 1 | -1/+3 |
* | - 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 |