Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
- 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 |