aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/init.pp
Commit message (Collapse)AuthorAgeFilesLines
* - add a hook to serve static file with apache directlyMichael Scherer2010-11-081-1/+1
|
* - add a mod_ssl classMichael Scherer2010-11-071-0/+6
|
* - add django support with wsgiMichael Scherer2010-11-061-0/+33
|
* - refactor the directory name for apache vhost configMichael Scherer2010-11-061-2/+4
|
* - add a type for vhost redirection to ssl ( for epoll and catdap, once we ↵Michael Scherer2010-11-061-1/+13
| | | | have https )
* - add a define to ease catalyst application deployementMichael Scherer2010-11-051-0/+15
|
* - oups, the path was wrongMichael Scherer2010-11-051-1/+1
|
* - add a class for mod_fastcgiMichael Scherer2010-11-051-0/+5
|
* - add a alias for apache package ( so we can change the engine )Michael Scherer2010-11-051-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 Scherer2010-11-041-2/+2
|
* - since catdap use fcgid ( in the example file given by buchan ), let's add thisMichael Scherer2010-11-041-0/+7
|
* - add a module for apacheMichael Scherer2010-11-041-0/+32