| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add proper requires, to avoid ordering error when deploying apache based web ... | Michael Scherer | 2011-02-13 | 1 | -1/+10 |
* | disable some wsgi check, as viewvc do not like them ( should be reported upst... | Michael Scherer | 2011-02-12 | 1 | -1/+4 |
* | 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 | 2 | -1/+6 |
* | 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 | 2 | -20/+3 |
* | - add support of aliases definition, prior to vhost_wsgi type merge | Michael Scherer | 2011-02-01 | 2 | -2/+5 |
* | - add a vhost_redirect type | Michael Scherer | 2011-02-01 | 2 | -0/+9 |
* | allow to set public_html on a vhost | Michael Scherer | 2011-02-01 | 2 | -1/+15 |
* | 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 | 6 | -122/+66 |
* | enable mod_wdgi hack to let viewvc write to stdout. Viewvc should be | Michael Scherer | 2011-01-28 | 2 | -0/+13 |
* | allow to set aliases for wsgi powered web application ( should be refactored,... | Michael Scherer | 2011-01-24 | 2 | -1/+5 |
* | new vhost_wsgi type, for viewvc support | Michael Scherer | 2011-01-17 | 2 | -0/+24 |
* | add a reverse proxy class | Michael Scherer | 2011-01-13 | 2 | -0/+41 |
* | add vhost_simple, for handling simple checkout ( php, static website ) | Michael Scherer | 2011-01-09 | 2 | -0/+22 |
* | add ssl support to django deployment class | Michael Scherer | 2010-12-15 | 2 | -2/+23 |
* | - add support for multiple module_path ( as needed by transifex ), and | Michael Scherer | 2010-12-15 | 1 | -1/+10 |
* | - set default value of define to false ( so we are not forced to give | Michael Scherer | 2010-12-15 | 1 | -1/+1 |
* | do not use a variable called module in template, this is a reserved ruby keyword | Michael Scherer | 2010-12-15 | 2 | -1/+3 |
* | add ordering to the ssl cert creation ( so apache do not fail when reloaded ) | Michael Scherer | 2010-12-02 | 1 | -1/+2 |
* | fix the template, this cause the epoll installation on alamut to not | Michael Scherer | 2010-11-30 | 1 | -1/+1 |
* | - create the certificate ( self signed ) when ssl is enabled | Michael Scherer | 2010-11-30 | 1 | -0/+7 |
* | enable SNI and use one certificate per vhost for catalyst application | Michael Scherer | 2010-11-30 | 1 | -4/+2 |
* | add the directory that will hold ssl certs | Michael Scherer | 2010-11-30 | 1 | -0/+4 |
* | automatically pull apache::base to be consistant with others define | Michael Scherer | 2010-11-23 | 1 | -0/+1 |
* | - it is IMHO cleaner and logical to have apache::vhost_other_app directly req... | Michael Scherer | 2010-11-23 | 1 | -0/+1 |
* | add vhost_other_app and webapp_other defines | Nicolas Vigier | 2010-11-18 | 1 | -0/+25 |
* | - 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 | 2 | -0/+75 |
* | - I refactored too much this doesn't work as intended for define | Michael Scherer | 2010-11-08 | 2 | -9/+6 |
* | - 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 | 2 | -2/+4 |
* | - add a mod_ssl class | Michael Scherer | 2010-11-07 | 1 | -0/+6 |
* | - use name instead of the vhost variable | Michael Scherer | 2010-11-06 | 1 | -1/+1 |
* | - add django support with wsgi | Michael Scherer | 2010-11-06 | 3 | -0/+54 |
* | - refactor the directory name for apache vhost config | Michael Scherer | 2010-11-06 | 1 | -2/+4 |
* | - add a type for vhost redirection to ssl ( for epoll and catdap, once we hav... | Michael Scherer | 2010-11-06 | 2 | -1/+17 |
* | - oups again, fix the order of arguments | Michael Scherer | 2010-11-05 | 1 | -1/+1 |
* | - add a define to ease catalyst application deployement | Michael Scherer | 2010-11-05 | 2 | -0/+28 |
* | - oups, the path was wrong | Michael Scherer | 2010-11-05 | 1 | -1/+1 |
* | - add a class for mod_fastcgi | Michael Scherer | 2010-11-05 | 1 | -0/+5 |
* | - add a alias for apache package ( so we can change the engine ) | Michael Scherer | 2010-11-05 | 2 | -0/+14 |
* | - fix the service name ( as i cannot name it apache, i need to use a alias ) | Michael Scherer | 2010-11-04 | 1 | -2/+2 |
* | - since catdap use fcgid ( in the example file given by buchan ), let's add this | Michael Scherer | 2010-11-04 | 1 | -0/+7 |
* | - add a module for apache | Michael Scherer | 2010-11-04 | 1 | -0/+32 |