Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add default vhost with redirection to www.mageia.org | Nicolas Vigier | 2010-11-08 | 1 | -0/+10 |
| | |||||
* | - I refactored too much this doesn't work as intended for define | Michael Scherer | 2010-11-08 | 1 | -8/+5 |
| | |||||
* | - add a hook to serve static file with apache directly | Michael Scherer | 2010-11-08 | 1 | -1/+1 |
| | |||||
* | - add a mod_ssl class | Michael Scherer | 2010-11-07 | 1 | -0/+6 |
| | |||||
* | - add django support with wsgi | Michael Scherer | 2010-11-06 | 1 | -0/+33 |
| | |||||
* | - 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 ↵ | Michael Scherer | 2010-11-06 | 1 | -1/+13 |
| | | | | have https ) | ||||
* | - add a define to ease catalyst application deployement | Michael Scherer | 2010-11-05 | 1 | -0/+15 |
| | |||||
* | - 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 | 1 | -0/+12 |
| | | | | | | - 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 ) | ||||
* | - 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 |