Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - block signal registration, as viewvc seems to prevent SIGTERM | Michael Scherer | 2011-02-24 | 1 | -1/+2 |
| | | | | from killing process ( and thus apache from restarting ) | ||||
* | - 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 |
| | | | | | | to be able to guess it from system setup. It is set in apache config as this is easier to do ( alternative is to use augeas to modify php.ini, would require more work on our servers ) | ||||
* | - 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 ↵ | Michael Scherer | 2011-02-12 | 1 | -1/+4 |
| | | | | upstream too ) | ||||
* | 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 |
| | | | | fixed, and a bug report should be opened ( but for now, this is faster ) | ||||
* | allow to set aliases for wsgi powered web application ( should be ↵ | Michael Scherer | 2011-01-24 | 1 | -0/+4 |
| | | | | refactored, IMHO ) | ||||
* | 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 |
| | | | | to not prefix the settings module ( in case of, but not needed now ) | ||||
* | 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 |
| | | | | have css :/ | ||||
* | 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, ↵ | Michael Scherer | 2010-11-17 | 2 | -1/+3 |
| | | | | and a review of the pam config file too ) | ||||
* | - remove comment ( not really needed ) | Michael Scherer | 2010-11-08 | 1 | -59/+1 |
| | | | | | - use domain instead of hardcoding the url | ||||
* | 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 |
| | | | | done later ) | ||||
* | - 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 |
| | |||||
* | - add django support with wsgi | Michael Scherer | 2010-11-06 | 2 | -0/+21 |
| | |||||
* | - add a type for vhost redirection to ssl ( for epoll and catdap, once we ↵ | Michael Scherer | 2010-11-06 | 1 | -0/+4 |
| | | | | have https ) | ||||
* | - 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 | 1 | -0/+13 |
| | |||||
* | - add a alias for apache package ( so we can change the engine ) | Michael Scherer | 2010-11-05 | 1 | -0/+2 |
- add a file to cleanly add the 2 directive for VirtualHost on 80 and 443 without having to import the whole apache config in svn ( as this would be annoying to merge later ) |