Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
allow using ssl in vhost_redirect
test wildcard_sslcert as a string (as facter converts booleans to strings)
only install default ssl vhost when mod_ssl is used
fix syntax error
add default ssl vhost
don't generate self signed certificate if wildcard certificate available
let a django application declare aliases
- oops, fix previous commit
restart apache when mod_wsgi.conf or mod_php.conf are changed ( or deployed )
- php complain when the timezone is not set, and do not seem 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 certificate
- add support for having a different vhost ( not pretty, but I didn't found other way )
- add support for ssl in vhost_reverse_proxy
add proper requires, to avoid ordering error when deploying apache based web software
add a class for mod_deflate
add server_aliases argument, to enable to have server aliases on vhost
add use_ssl to django application
use vhost_base for vhost_wsgi type ( leaner )
- add support of aliases definition, prior to vhost_wsgi type merge
- add a vhost_redirect type
allow to set public_html on a vhost
add a define for mod_public_html
- refactoring of apache config file, to ease future deployment
enable mod_wdgi hack to let viewvc write to stdout. Viewvc should be 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 refactored, IMHO )
new vhost_wsgi type, for viewvc support
add a reverse proxy class
add vhost_simple, for handling simple checkout ( php, static website )
add ssl support to django deployment class
- set default value of define to false ( so we are not forced to give one or the others )
do not use a variable called module in template, this is a reserved ruby keyword
add ordering to the ssl cert creation ( so apache do not fail when reloaded )
- create the certificate ( self signed ) when ssl is enabled
add the directory that will hold ssl certs
automatically pull apache::base to be consistant with others define
- it is IMHO cleaner and logical to have apache::vhost_other_app directly requiring apache::base rather than letting every people adding it when using the class
add vhost_other_app and webapp_other defines
add default vhost with redirection to www.mageia.org
- I refactored too much this doesn't work as intended for define
- add a hook to serve static file with apache directly
- add a mod_ssl class
- add django support with wsgi
- refactor the directory name for apache vhost config
- add a type for vhost redirection to ssl ( for epoll and catdap, once we have https )
- add a define to ease catalyst application deployement
- oups, the path was wrong
- add a class for mod_fastcgi
- add a alias for apache package ( so we can change the engine ) - 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 )
- since catdap use fcgid ( in the example file given by buchan ), let's add this
- add a module for apache
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.30 |