Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
split vhost_catalyst_app in a separate file
split apache::reverse_proxy in a separate file
split 2 more vhost class
split vhost_wsgi in a separate file
split redirect_ssl in a separate file
split apache::vhost_base in apache::vhost::base ( in a subdirecotry, to not have too much file on manifests/
split apache::base in a separate file
split webapp_other in a separate file
split mod_wsgi in a separate file
add forgotten module rename
split mod_php in a separate file
split some others modules in separate file
fix usage of mod::ssl on other manifests
split mod_ssl in a separate file ( and directory to not clutter toplevel )
manage the certificate used for default connexion too, since that's the one that xymon check for expiry ( and that's also what openssl does ). Probably a issue with SNI, didn't look more in details for tonight
reorder variable, and correct 'before', since this break on friteuse
split config in a file, to make puppet-lint happy
remove default value already set elsewhere
run configtest before restarting or reloading apache
fix (again) the manifests
reindent, and refactor the module, using a new define "apache::config" to avoid duplication of configuration
place the variable near the only configuration file that use it
add variables for apache user and group
add class for mod_geoip
only add NameVirtualHost on port 443 when mod_ssl has been selected
attempt to fix the problem of undefined log file for apache
keep httpd logs for 24 months
add logrotate config
change log filename for logrotate
move httpd_logdir definition
use second variable, as it is not possible to reassign parameter
fix syntax
add separate logs on vhost_base
add vhost parameter in vhost_catalyst_app
Allow setting options in vhost base template
remove php module as it is not needed: php configuration changes are done from apache module
fix syntax
set php date.timezone to UTC (as CEST is an incorrect value)
add php module
include apache::base in vhost_base
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 |