| Commit message (Expand) | Author | Age | Files | Lines |
* | Add content parameter to apache::vhost::reverse_proxy | Nicolas Vigier | 2013-10-06 | 1 | -0/+2 |
* | apache: move ssl vhost configuration in a separate file | Nicolas Vigier | 2013-06-25 | 2 | -10/+11 |
* | apache: add option to select default redirect URL | Nicolas Vigier | 2013-05-23 | 1 | -1/+9 |
* | apache: remove "dynamic lookup" warnings | Nicolas Vigier | 2012-12-18 | 1 | -1/+1 |
* | Create apache::var and move apache config options | Nicolas Vigier | 2012-12-10 | 1 | -1/+1 |
* | Move custom 404 config to www vhost only (patch from rda) | Nicolas Vigier | 2012-09-19 | 1 | -1/+0 |
* | Patch from romain setting custom 404 for www | Pascal Terjan | 2012-08-28 | 1 | -0/+1 |
* | add temporary fix on champagne for CVE-2011-3192 | Nicolas Vigier | 2012-05-31 | 1 | -0/+12 |
* | move the others files in subdirectory | Michael Scherer | 2012-04-02 | 2 | -0/+0 |
* | move the template into a subdirectory ( cleaner ) | Michael Scherer | 2012-04-02 | 1 | -0/+0 |
* | manage the certificate used for default connexion too, since that's the one t... | Michael Scherer | 2012-03-17 | 1 | -2/+2 |
* | compress log file, as this is taking too much space on champagne | Michael Scherer | 2012-03-16 | 1 | -1/+1 |
* | make sure we no longer need to fizzle with /etc/hosts for reverse proxy | Michael Scherer | 2012-02-10 | 1 | -0/+1 |
* | only add NameVirtualHost on port 443 when mod_ssl has been selected | Nicolas Vigier | 2011-11-09 | 2 | -1/+1 |
* | keep httpd logs for 24 months | Nicolas Vigier | 2011-05-24 | 1 | -1/+1 |
* | add logrotate config | Nicolas Vigier | 2011-05-24 | 1 | -0/+13 |
* | use second variable, as it is not possible to reassign parameter | Nicolas Vigier | 2011-05-24 | 1 | -2/+2 |
* | add separate logs on vhost_base | Nicolas Vigier | 2011-05-24 | 1 | -0/+3 |
* | Fix handling of options | Pascal Terjan | 2011-05-08 | 1 | -1/+1 |
* | Allow setting options in vhost base template | Pascal Terjan | 2011-05-08 | 1 | -0/+6 |
* | 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 |
* | set php date.timezone to UTC (as CEST is an incorrect value) | Nicolas Vigier | 2011-04-08 | 1 | -1/+1 |
* | send php emails from root@mageia.org | Nicolas Vigier | 2011-04-08 | 1 | -0/+1 |
* | - 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 | 2 | -2/+2 |
* | revert 1244 | Nicolas Vigier | 2011-03-02 | 2 | -2/+2 |
* | comment SSLCertificateChainFile | Nicolas Vigier | 2011-03-02 | 1 | -1/+1 |
* | fix test on wildcard_sslcert | Nicolas Vigier | 2011-03-02 | 2 | -2/+2 |
* | set ServerAdmin email | Nicolas Vigier | 2011-03-02 | 1 | -1/+1 |
* | add default ssl vhost | Nicolas Vigier | 2011-03-02 | 1 | -0/+167 |
* | 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 |
* | - fix location of certificate ( in some specific case like on friteuse ) | Michael Scherer | 2011-02-23 | 1 | -2/+2 |
* | - php complain when the timezone is not set, and do not seem | Michael Scherer | 2011-02-23 | 1 | -0/+4 |
* | - enable ssl usage for reverse proxy ( used by forum ) | Michael Scherer | 2011-02-22 | 1 | -1/+3 |
* | disable some wsgi check, as viewvc do not like them ( should be reported upst... | Michael Scherer | 2011-02-12 | 1 | -1/+4 |
* | add server_aliases argument, to enable to have server aliases on vhost | Michael Scherer | 2011-02-01 | 1 | -0/+3 |
* | use vhost_base for vhost_wsgi type ( leaner ) | Michael Scherer | 2011-02-01 | 1 | -13/+1 |
* | - add support of aliases definition, prior to vhost_wsgi type merge | Michael Scherer | 2011-02-01 | 1 | -1/+3 |
* | - add a vhost_redirect type | Michael Scherer | 2011-02-01 | 1 | -0/+2 |
* | allow to set public_html on a vhost | Michael Scherer | 2011-02-01 | 1 | -0/+9 |
* | - refactoring of apache config file, to ease future deployment | Michael Scherer | 2011-02-01 | 5 | -69/+30 |
* | enable mod_wdgi hack to let viewvc write to stdout. Viewvc should be | Michael Scherer | 2011-01-28 | 1 | -0/+4 |
* | allow to set aliases for wsgi powered web application ( should be refactored,... | Michael Scherer | 2011-01-24 | 1 | -0/+4 |
* | new vhost_wsgi type, for viewvc support | Michael Scherer | 2011-01-17 | 1 | -0/+11 |
* | add a reverse proxy class | Michael Scherer | 2011-01-13 | 1 | -0/+22 |
* | add vhost_simple, for handling simple checkout ( php, static website ) | Michael Scherer | 2011-01-09 | 1 | -0/+9 |
* | add ssl support to django deployment class | Michael Scherer | 2010-12-15 | 1 | -1/+14 |
* | - add support for multiple module_path ( as needed by transifex ), and | Michael Scherer | 2010-12-15 | 1 | -1/+10 |