Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Michael Scherer | 2010-11-23 | 1 | -0/+1 | |
| | | | | requiring apache::base rather than letting every people adding it when using the class | |||||
* | 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, ↵ | 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 | 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 | |
| | | | | done later ) | |||||
* | - 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 ↵ | Michael Scherer | 2010-11-06 | 2 | -1/+17 | |
| | | | | 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 | 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 | |
| | | | | | | - 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 | |