aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* - oups, revert wrongly commited work in progress :/Michael Scherer2010-11-171-1/+1
|
* - add a proto module for taking care of pam ( need pam_ldap, etc support, ↵Michael Scherer2010-11-172-1/+3
| | | | and a review of the pam config file too )
* - remove comment ( not really needed )Michael Scherer2010-11-081-59/+1
| | | | | - use domain instead of hardcoding the url
* add default vhost with redirection to www.mageia.orgNicolas Vigier2010-11-081-0/+65
|
* - I refactored too much this doesn't work as intended for define Michael Scherer2010-11-081-1/+1
|
* - fix template here tooMichael Scherer2010-11-081-2/+2
|
* - fix syntax error in the template ( TODO add a check in pre-commit )Michael Scherer2010-11-081-1/+1
|
* - add logic for using ssl certificate ( no SNI for the moment, but should be ↵Michael Scherer2010-11-081-1/+14
| | | | done later )
* - add a hook to serve static file with apache directlyMichael Scherer2010-11-081-1/+3
|
* - use name instead of the vhost variableMichael Scherer2010-11-061-1/+1
|
* - add django support with wsgiMichael Scherer2010-11-062-0/+21
|
* - add a type for vhost redirection to ssl ( for epoll and catdap, once we ↵Michael Scherer2010-11-061-0/+4
| | | | have https )
* - oups again, fix the order of argumentsMichael Scherer2010-11-051-1/+1
|
* - add a define to ease catalyst application deployementMichael Scherer2010-11-051-0/+13
|
* - add a alias for apache package ( so we can change the engine )Michael Scherer2010-11-051-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 )