| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | do not use a variable called module in template, this is a reserved ruby keyword | Michael Scherer | 2010-12-15 | 1 | -1/+1 |
* | fix the template, this cause the epoll installation on alamut to not | Michael Scherer | 2010-11-30 | 1 | -1/+1 |
* | enable SNI and use one certificate per vhost for catalyst application | Michael Scherer | 2010-11-30 | 1 | -4/+2 |
* | - oups, revert wrongly commited work in progress :/ | Michael Scherer | 2010-11-17 | 1 | -1/+1 |
* | - add a proto module for taking care of pam ( need pam_ldap, etc support, and... | Michael Scherer | 2010-11-17 | 2 | -1/+3 |
* | - remove comment ( not really needed ) | Michael Scherer | 2010-11-08 | 1 | -59/+1 |
* | add default vhost with redirection to www.mageia.org | Nicolas Vigier | 2010-11-08 | 1 | -0/+65 |
* | - I refactored too much this doesn't work as intended for define | Michael Scherer | 2010-11-08 | 1 | -1/+1 |
* | - fix template here too | Michael Scherer | 2010-11-08 | 1 | -2/+2 |
* | - fix syntax error in the template ( TODO add a check in pre-commit ) | Michael Scherer | 2010-11-08 | 1 | -1/+1 |
* | - add logic for using ssl certificate ( no SNI for the moment, but should be ... | Michael Scherer | 2010-11-08 | 1 | -1/+14 |
* | - add a hook to serve static file with apache directly | Michael Scherer | 2010-11-08 | 1 | -1/+3 |
* | - use name instead of the vhost variable | Michael Scherer | 2010-11-06 | 1 | -1/+1 |