aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests
Commit message (Collapse)AuthorAgeFilesLines
* allow using ssl in vhost_redirectNicolas Vigier2011-03-151-1/+5
|
* test wildcard_sslcert as a string (as facter converts booleans to strings)Nicolas Vigier2011-03-031-1/+1
|
* only install default ssl vhost when mod_ssl is usedNicolas Vigier2011-03-021-10/+11
|
* fix syntax errorNicolas Vigier2011-03-021-1/+1
|
* add default ssl vhostNicolas Vigier2011-03-021-0/+11
|
* don't generate self signed certificate if wildcard certificate availableNicolas Vigier2011-03-021-4/+6
|
* let a django application declare aliasesMichael Scherer2011-02-241-2/+3
|
* - oops, fix previous commitMichael Scherer2011-02-231-2/+2
|
* restart apache when mod_wsgi.conf or mod_php.conf are changed ( or deployed )Michael Scherer2011-02-231-0/+2
|
* - php complain when the timezone is not set, and do not seemMichael Scherer2011-02-231-0/+9
| | | | | | 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 )
* - use the real name of the vhost for the ssl certificateMichael Scherer2011-02-221-1/+1
|
* - add support for having a different vhost ( not pretty, but I didn't found ↵Michael Scherer2011-02-161-1/+4
| | | | other way )
* - add support for ssl in vhost_reverse_proxyMichael Scherer2011-02-161-1/+2
|
* add proper requires, to avoid ordering error when deploying apache based web ↵Michael Scherer2011-02-131-1/+10
| | | | software
* add a class for mod_deflateDamien Lallement2011-02-111-0/+6
|
* add server_aliases argument, to enable to have server aliases on vhostMichael Scherer2011-02-011-1/+3
|
* add use_ssl to django applicationMichael Scherer2011-02-011-0/+1
|
* use vhost_base for vhost_wsgi type ( leaner )Michael Scherer2011-02-011-7/+2
|
* - add support of aliases definition, prior to vhost_wsgi type mergeMichael Scherer2011-02-011-1/+2
|
* - add a vhost_redirect typeMichael Scherer2011-02-011-0/+7
|
* allow to set public_html on a vhostMichael Scherer2011-02-011-1/+6
|
* add a define for mod_public_htmlMichael Scherer2011-02-011-0/+6
|
* - refactoring of apache config file, to ease future deploymentMichael Scherer2011-02-011-53/+36
|
* enable mod_wdgi hack to let viewvc write to stdout. Viewvc should beMichael Scherer2011-01-281-0/+9
| | | | 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 Scherer2011-01-241-1/+1
| | | | refactored, IMHO )
* new vhost_wsgi type, for viewvc supportMichael Scherer2011-01-171-0/+13
|
* add a reverse proxy classMichael Scherer2011-01-131-0/+19
|
* add vhost_simple, for handling simple checkout ( php, static website )Michael Scherer2011-01-091-0/+13
|
* add ssl support to django deployment classMichael Scherer2010-12-151-1/+9
|
* - set default value of define to false ( so we are not forced to giveMichael Scherer2010-12-151-1/+1
| | | | one or the others )
* do not use a variable called module in template, this is a reserved ruby keywordMichael Scherer2010-12-151-0/+2
|
* add ordering to the ssl cert creation ( so apache do not fail when reloaded )Michael Scherer2010-12-021-1/+2
|
* - create the certificate ( self signed ) when ssl is enabledMichael Scherer2010-11-301-0/+7
|
* add the directory that will hold ssl certsMichael Scherer2010-11-301-0/+4
|
* automatically pull apache::base to be consistant with others defineMichael Scherer2010-11-231-0/+1
|
* - it is IMHO cleaner and logical to have apache::vhost_other_app directly ↵Michael Scherer2010-11-231-0/+1
| | | | requiring apache::base rather than letting every people adding it when using the class
* add vhost_other_app and webapp_other definesNicolas Vigier2010-11-181-0/+25
|
* add default vhost with redirection to www.mageia.orgNicolas Vigier2010-11-081-0/+10
|
* - I refactored too much this doesn't work as intended for define Michael Scherer2010-11-081-8/+5
|
* - 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
|