/[adm]/puppet/modules/apache/manifests/init.pp
ViewVC logotype

Log of /puppet/modules/apache/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1193 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 24 14:33:39 2011 UTC (13 years, 2 months ago) by misc
File length: 7264 byte(s)
Diff to previous 1188
let a django application declare aliases

Revision 1188 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 23 17:59:25 2011 UTC (13 years, 2 months ago) by misc
File length: 7216 byte(s)
Diff to previous 1186
- oops, fix previous commit


Revision 1186 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 23 17:14:32 2011 UTC (13 years, 2 months ago) by misc
File length: 7214 byte(s)
Diff to previous 1185
restart apache when mod_wsgi.conf or mod_php.conf are changed ( or deployed )

Revision 1185 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 23 17:14:31 2011 UTC (13 years, 2 months ago) by misc
File length: 7132 byte(s)
Diff to previous 1175
- 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 )

Revision 1175 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 22 02:16:13 2011 UTC (13 years, 2 months ago) by misc
File length: 6860 byte(s)
Diff to previous 1103
- use the real name of the vhost for the ssl certificate

Revision 1103 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 16 17:28:47 2011 UTC (13 years, 2 months ago) by misc
File length: 6854 byte(s)
Diff to previous 1102
- add support for having a different vhost ( not pretty, but I didn't found other way )


Revision 1102 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 16 17:01:49 2011 UTC (13 years, 2 months ago) by misc
File length: 6746 byte(s)
Diff to previous 1065
- add support for ssl in vhost_reverse_proxy


Revision 1065 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 13 23:42:10 2011 UTC (13 years, 2 months ago) by misc
File length: 6695 byte(s)
Diff to previous 1021
add proper requires, to avoid ordering error when deploying apache based web software

Revision 1021 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 11 18:09:46 2011 UTC (13 years, 2 months ago) by dams
File length: 6378 byte(s)
Diff to previous 935
add a class for mod_deflate

Revision 935 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 1 12:45:03 2011 UTC (13 years, 2 months ago) by misc
File length: 6269 byte(s)
Diff to previous 934
add server_aliases argument, to enable to have server aliases on vhost

Revision 934 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 1 12:45:01 2011 UTC (13 years, 2 months ago) by misc
File length: 6156 byte(s)
Diff to previous 933
add use_ssl to django application

Revision 933 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 1 12:44:59 2011 UTC (13 years, 2 months ago) by misc
File length: 6123 byte(s)
Diff to previous 932
use vhost_base for vhost_wsgi type ( leaner )

Revision 932 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 1 12:44:56 2011 UTC (13 years, 2 months ago) by misc
File length: 6303 byte(s)
Diff to previous 931
- add support of aliases definition, prior to vhost_wsgi type merge

Revision 931 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 1 12:44:55 2011 UTC (13 years, 2 months ago) by misc
File length: 6269 byte(s)
Diff to previous 930
- add a vhost_redirect type

Revision 930 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 1 12:44:53 2011 UTC (13 years, 2 months ago) by misc
File length: 6096 byte(s)
Diff to previous 929
allow to set public_html on a vhost

Revision 929 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 1 12:44:52 2011 UTC (13 years, 2 months ago) by misc
File length: 5957 byte(s)
Diff to previous 928
add a define for mod_public_html

Revision 928 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 1 12:44:50 2011 UTC (13 years, 2 months ago) by misc
File length: 5822 byte(s)
Diff to previous 908
- refactoring of apache config file, to ease future deployment

Revision 908 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 28 12:26:04 2011 UTC (13 years, 2 months ago) by misc
File length: 6484 byte(s)
Diff to previous 890
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 )

Revision 890 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 24 12:22:10 2011 UTC (13 years, 3 months ago) by misc
File length: 6256 byte(s)
Diff to previous 812
allow to set aliases for wsgi powered web application ( should be refactored, IMHO )

Revision 812 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 17 15:24:07 2011 UTC (13 years, 3 months ago) by misc
File length: 6238 byte(s)
Diff to previous 778
new vhost_wsgi type, for viewvc support

Revision 778 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 13 18:12:29 2011 UTC (13 years, 3 months ago) by misc
File length: 5853 byte(s)
Diff to previous 742
add a reverse proxy class

Revision 742 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 9 11:15:08 2011 UTC (13 years, 3 months ago) by misc
File length: 5328 byte(s)
Diff to previous 621
add vhost_simple, for handling simple checkout ( php, static website )

Revision 621 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 15 03:11:52 2010 UTC (13 years, 4 months ago) by misc
File length: 4943 byte(s)
Diff to previous 619
add ssl support to django deployment class

Revision 619 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 15 01:39:36 2010 UTC (13 years, 4 months ago) by misc
File length: 4699 byte(s)
Diff to previous 612
- set default value of define to false ( so we are not forced to give
  one or the others )

Revision 612 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 15 01:39:27 2010 UTC (13 years, 4 months ago) by misc
File length: 4698 byte(s)
Diff to previous 497
do not use a variable called module in template, this is a reserved ruby keyword

Revision 497 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 2 01:30:22 2010 UTC (13 years, 4 months ago) by misc
File length: 4592 byte(s)
Diff to previous 489
add ordering to the ssl cert creation ( so apache do not fail when reloaded )

Revision 489 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 30 19:21:49 2010 UTC (13 years, 4 months ago) by misc
File length: 4545 byte(s)
Diff to previous 487
- create the certificate ( self signed ) when ssl is enabled

Revision 487 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 30 19:21:47 2010 UTC (13 years, 4 months ago) by misc
File length: 4366 byte(s)
Diff to previous 422
add the directory that will hold ssl certs

Revision 422 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 23 16:03:02 2010 UTC (13 years, 5 months ago) by misc
File length: 4288 byte(s)
Diff to previous 412
automatically pull apache::base to be consistant with others define


Revision 412 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 23 01:14:05 2010 UTC (13 years, 5 months ago) by misc
File length: 4259 byte(s)
Diff to previous 280
- 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

Revision 280 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 18 15:55:02 2010 UTC (13 years, 5 months ago) by boklm
File length: 4230 byte(s)
Diff to previous 207
add vhost_other_app and webapp_other defines

Revision 207 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 8 13:13:13 2010 UTC (13 years, 5 months ago) by boklm
File length: 3503 byte(s)
Diff to previous 201
add default vhost with redirection to www.mageia.org

Revision 201 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 8 01:12:49 2010 UTC (13 years, 5 months ago) by misc
File length: 3162 byte(s)
Diff to previous 194
- I refactored too much this doesn't work as intended for define 


Revision 194 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 8 00:18:44 2010 UTC (13 years, 5 months ago) by misc
File length: 3182 byte(s)
Diff to previous 192
- add a hook to serve static file with apache directly


Revision 192 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 7 23:30:39 2010 UTC (13 years, 5 months ago) by misc
File length: 3166 byte(s)
Diff to previous 182
- add a mod_ssl class


Revision 182 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 6 17:50:14 2010 UTC (13 years, 5 months ago) by misc
File length: 3047 byte(s)
Diff to previous 181
- add django support with wsgi

Revision 181 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 6 17:39:16 2010 UTC (13 years, 5 months ago) by misc
File length: 2129 byte(s)
Diff to previous 176
- refactor the directory name for apache vhost config

Revision 176 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 6 09:36:03 2010 UTC (13 years, 5 months ago) by misc
File length: 2111 byte(s)
Diff to previous 167
- add a type for vhost redirection to ssl ( for epoll and catdap, once we have https )


Revision 167 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 5 23:29:16 2010 UTC (13 years, 5 months ago) by misc
File length: 1729 byte(s)
Diff to previous 126
- add a define to ease catalyst application deployement


Revision 126 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 5 02:13:15 2010 UTC (13 years, 5 months ago) by misc
File length: 1291 byte(s)
Diff to previous 124
- oups, the path was wrong


Revision 124 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 5 01:08:21 2010 UTC (13 years, 5 months ago) by misc
File length: 1289 byte(s)
Diff to previous 117
- add a class for mod_fastcgi


Revision 117 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 5 00:12:10 2010 UTC (13 years, 5 months ago) by misc
File length: 1163 byte(s)
Diff to previous 96
- 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 ) 


Revision 96 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 4 17:42:21 2010 UTC (13 years, 5 months ago) by misc
File length: 773 byte(s)
Diff to previous 84
- fix the service name ( as i cannot name it apache, i need to use a alias )


Revision 84 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 4 15:53:24 2010 UTC (13 years, 5 months ago) by misc
File length: 785 byte(s)
Diff to previous 80
- since catdap use fcgid ( in the example file given by buchan ), let's add this


Revision 80 - (view) (download) (annotate) - [select for diffs]
Added Thu Nov 4 01:09:23 2010 UTC (13 years, 5 months ago) by misc
File length: 661 byte(s)
- 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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.30