/[adm]/puppet/modules/apache
ViewVC logotype

Log of /puppet/modules/apache

View Directory Listing Directory Listing


Sticky Revision:

Revision 1278 - Directory Listing
Modified Tue Mar 8 10:17:37 2011 UTC (13 years ago) by misc
- alias should be ordered, more specific first, or the more general will
mask the more specific alias ( apache warn about this ). Hashes in puppet
are not sorted.

Revision 1248 - Directory Listing
Modified Thu Mar 3 00:43:20 2011 UTC (13 years ago) by boklm
test wildcard_sslcert as a string (as facter converts booleans to strings)

Revision 1247 - Directory Listing
Modified Wed Mar 2 23:53:51 2011 UTC (13 years ago) by boklm
revert 1244

Revision 1246 - Directory Listing
Modified Wed Mar 2 23:49:40 2011 UTC (13 years ago) by boklm
comment SSLCertificateChainFile

Revision 1245 - Directory Listing
Modified Wed Mar 2 23:40:25 2011 UTC (13 years ago) by boklm
only install default ssl vhost when mod_ssl is used

Revision 1244 - Directory Listing
Modified Wed Mar 2 23:38:55 2011 UTC (13 years ago) by boklm
fix test on wildcard_sslcert

Revision 1243 - Directory Listing
Modified Wed Mar 2 23:25:25 2011 UTC (13 years ago) by boklm
fix syntax error

Revision 1242 - Directory Listing
Modified Wed Mar 2 23:24:29 2011 UTC (13 years ago) by boklm
set ServerAdmin email

Revision 1241 - Directory Listing
Modified Wed Mar 2 23:23:08 2011 UTC (13 years ago) by boklm
add default ssl vhost

Revision 1237 - Directory Listing
Modified Wed Mar 2 20:05:22 2011 UTC (13 years ago) by boklm
don't generate self signed certificate if wildcard certificate available

Revision 1234 - Directory Listing
Modified Wed Mar 2 19:27:11 2011 UTC (13 years ago) by boklm
use wildcard certificate, if available

Revision 1195 - Directory Listing
Modified Thu Feb 24 14:47:34 2011 UTC (13 years ago) by misc
- block signal registration, as viewvc seems to prevent SIGTERM
from killing process ( and thus apache from restarting )

Revision 1193 - Directory Listing
Modified Thu Feb 24 14:33:39 2011 UTC (13 years ago) by misc
let a django application declare aliases

Revision 1190 - Directory Listing
Modified Wed Feb 23 22:36:04 2011 UTC (13 years ago) by misc
- fix location of certificate ( in some specific case like on friteuse )


Revision 1188 - Directory Listing
Modified Wed Feb 23 17:59:25 2011 UTC (13 years ago) by misc
- oops, fix previous commit


Revision 1186 - Directory Listing
Modified Wed Feb 23 17:14:32 2011 UTC (13 years ago) by misc
restart apache when mod_wsgi.conf or mod_php.conf are changed ( or deployed )

Revision 1185 - Directory Listing
Modified Wed Feb 23 17:14:31 2011 UTC (13 years ago) by misc
- 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 - Directory Listing
Modified Tue Feb 22 02:16:13 2011 UTC (13 years ago) by misc
- use the real name of the vhost for the ssl certificate

Revision 1174 - Directory Listing
Modified Tue Feb 22 01:37:11 2011 UTC (13 years ago) by misc
- enable ssl usage for reverse proxy ( used by forum )

Revision 1103 - Directory Listing
Modified Wed Feb 16 17:28:47 2011 UTC (13 years, 1 month ago) by misc
- add support for having a different vhost ( not pretty, but I didn't found other way )


Revision 1102 - Directory Listing
Modified Wed Feb 16 17:01:49 2011 UTC (13 years, 1 month ago) by misc
- add support for ssl in vhost_reverse_proxy


Revision 1065 - Directory Listing
Modified Sun Feb 13 23:42:10 2011 UTC (13 years, 1 month ago) by misc
add proper requires, to avoid ordering error when deploying apache based web software

Revision 1051 - Directory Listing
Modified Sat Feb 12 15:31:16 2011 UTC (13 years, 1 month ago) by misc
disable some wsgi check, as viewvc do not like them ( should be reported upstream too )

Revision 1021 - Directory Listing
Modified Fri Feb 11 18:09:46 2011 UTC (13 years, 1 month ago) by dams
add a class for mod_deflate

Revision 935 - Directory Listing
Modified Tue Feb 1 12:45:03 2011 UTC (13 years, 1 month ago) by misc
add server_aliases argument, to enable to have server aliases on vhost

Revision 934 - Directory Listing
Modified Tue Feb 1 12:45:01 2011 UTC (13 years, 1 month ago) by misc
add use_ssl to django application

Revision 933 - Directory Listing
Modified Tue Feb 1 12:44:59 2011 UTC (13 years, 1 month ago) by misc
use vhost_base for vhost_wsgi type ( leaner )

Revision 932 - Directory Listing
Modified Tue Feb 1 12:44:56 2011 UTC (13 years, 1 month ago) by misc
- add support of aliases definition, prior to vhost_wsgi type merge

Revision 931 - Directory Listing
Modified Tue Feb 1 12:44:55 2011 UTC (13 years, 1 month ago) by misc
- add a vhost_redirect type

Revision 930 - Directory Listing
Modified Tue Feb 1 12:44:53 2011 UTC (13 years, 1 month ago) by misc
allow to set public_html on a vhost

Revision 929 - Directory Listing
Modified Tue Feb 1 12:44:52 2011 UTC (13 years, 1 month ago) by misc
add a define for mod_public_html

Revision 928 - Directory Listing
Modified Tue Feb 1 12:44:50 2011 UTC (13 years, 1 month ago) by misc
- refactoring of apache config file, to ease future deployment

Revision 908 - Directory Listing
Modified Fri Jan 28 12:26:04 2011 UTC (13 years, 1 month ago) by misc
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 - Directory Listing
Modified Mon Jan 24 12:22:10 2011 UTC (13 years, 1 month ago) by misc
allow to set aliases for wsgi powered web application ( should be refactored, IMHO )

Revision 812 - Directory Listing
Modified Mon Jan 17 15:24:07 2011 UTC (13 years, 2 months ago) by misc
new vhost_wsgi type, for viewvc support

Revision 778 - Directory Listing
Modified Thu Jan 13 18:12:29 2011 UTC (13 years, 2 months ago) by misc
add a reverse proxy class

Revision 742 - Directory Listing
Modified Sun Jan 9 11:15:08 2011 UTC (13 years, 2 months ago) by misc
add vhost_simple, for handling simple checkout ( php, static website )

Revision 621 - Directory Listing
Modified Wed Dec 15 03:11:52 2010 UTC (13 years, 3 months ago) by misc
add ssl support to django deployment class

Revision 620 - Directory Listing
Modified Wed Dec 15 01:39:37 2010 UTC (13 years, 3 months ago) by misc
- add support for multiple module_path ( as needed by transifex ), and
  to not prefix the settings module ( in case of, but not needed now )

Revision 619 - Directory Listing
Modified Wed Dec 15 01:39:36 2010 UTC (13 years, 3 months ago) by misc
- set default value of define to false ( so we are not forced to give
  one or the others )

Revision 612 - Directory Listing
Modified Wed Dec 15 01:39:27 2010 UTC (13 years, 3 months ago) by misc
do not use a variable called module in template, this is a reserved ruby keyword

Revision 497 - Directory Listing
Modified Thu Dec 2 01:30:22 2010 UTC (13 years, 3 months ago) by misc
add ordering to the ssl cert creation ( so apache do not fail when reloaded )

Revision 490 - Directory Listing
Modified Tue Nov 30 19:21:50 2010 UTC (13 years, 3 months ago) by misc
fix the template, this cause the epoll installation on alamut to not
have css :/

Revision 489 - Directory Listing
Modified Tue Nov 30 19:21:49 2010 UTC (13 years, 3 months ago) by misc
- create the certificate ( self signed ) when ssl is enabled

Revision 488 - Directory Listing
Modified Tue Nov 30 19:21:48 2010 UTC (13 years, 3 months ago) by misc
enable SNI and use one certificate per vhost for catalyst application

Revision 487 - Directory Listing
Modified Tue Nov 30 19:21:47 2010 UTC (13 years, 3 months ago) by misc
add the directory that will hold ssl certs

Revision 422 - Directory Listing
Modified Tue Nov 23 16:03:02 2010 UTC (13 years, 3 months ago) by misc
automatically pull apache::base to be consistant with others define


Revision 412 - Directory Listing
Modified Tue Nov 23 01:14:05 2010 UTC (13 years, 3 months ago) by misc
- 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 - Directory Listing
Modified Thu Nov 18 15:55:02 2010 UTC (13 years, 4 months ago) by boklm
add vhost_other_app and webapp_other defines

Revision 270 - Directory Listing
Modified Wed Nov 17 20:43:29 2010 UTC (13 years, 4 months ago) by misc
- oups, revert wrongly commited work in progress :/


Revision 265 - Directory Listing
Modified Wed Nov 17 15:35:10 2010 UTC (13 years, 4 months ago) by misc
- add a proto module for taking care of pam ( need pam_ldap, etc support, and a review of the pam config file too )

Revision 208 - Directory Listing
Modified Mon Nov 8 13:30:00 2010 UTC (13 years, 4 months ago) by misc
- remove comment ( not really needed )
- use domain instead of hardcoding the url


Revision 207 - Directory Listing
Modified Mon Nov 8 13:13:13 2010 UTC (13 years, 4 months ago) by boklm
add default vhost with redirection to www.mageia.org

Revision 201 - Directory Listing
Modified Mon Nov 8 01:12:49 2010 UTC (13 years, 4 months ago) by misc
- I refactored too much this doesn't work as intended for define 


Revision 200 - Directory Listing
Modified Mon Nov 8 00:48:05 2010 UTC (13 years, 4 months ago) by misc
- fix template here too


Revision 199 - Directory Listing
Modified Mon Nov 8 00:47:08 2010 UTC (13 years, 4 months ago) by misc
- fix syntax error in the template ( TODO add a check in pre-commit )


Revision 196 - Directory Listing
Modified Mon Nov 8 00:37:59 2010 UTC (13 years, 4 months ago) by misc
- add logic for using ssl certificate ( no SNI for the moment, but should be done later )


Revision 194 - Directory Listing
Modified Mon Nov 8 00:18:44 2010 UTC (13 years, 4 months ago) by misc
- add a hook to serve static file with apache directly


Revision 192 - Directory Listing
Modified Sun Nov 7 23:30:39 2010 UTC (13 years, 4 months ago) by misc
- add a mod_ssl class


Revision 183 - Directory Listing
Modified Sat Nov 6 17:50:16 2010 UTC (13 years, 4 months ago) by misc
- use name instead of the vhost variable

Revision 182 - Directory Listing
Modified Sat Nov 6 17:50:14 2010 UTC (13 years, 4 months ago) by misc
- add django support with wsgi

Revision 181 - Directory Listing
Modified Sat Nov 6 17:39:16 2010 UTC (13 years, 4 months ago) by misc
- refactor the directory name for apache vhost config

Revision 176 - Directory Listing
Modified Sat Nov 6 09:36:03 2010 UTC (13 years, 4 months ago) by misc
- add a type for vhost redirection to ssl ( for epoll and catdap, once we have https )


Revision 170 - Directory Listing
Modified Fri Nov 5 23:49:19 2010 UTC (13 years, 4 months ago) by misc
- oups again, fix the order of arguments


Revision 167 - Directory Listing
Modified Fri Nov 5 23:29:16 2010 UTC (13 years, 4 months ago) by misc
- add a define to ease catalyst application deployement


Revision 126 - Directory Listing
Modified Fri Nov 5 02:13:15 2010 UTC (13 years, 4 months ago) by misc
- oups, the path was wrong


Revision 124 - Directory Listing
Modified Fri Nov 5 01:08:21 2010 UTC (13 years, 4 months ago) by misc
- add a class for mod_fastcgi


Revision 117 - Directory Listing
Modified Fri Nov 5 00:12:10 2010 UTC (13 years, 4 months ago) by misc
- 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 - Directory Listing
Modified Thu Nov 4 17:42:21 2010 UTC (13 years, 4 months ago) by misc
- fix the service name ( as i cannot name it apache, i need to use a alias )


Revision 84 - Directory Listing
Modified Thu Nov 4 15:53:24 2010 UTC (13 years, 4 months ago) by misc
- since catdap use fcgid ( in the example file given by buchan ), let's add this


Revision 80 - Directory Listing
Added Thu Nov 4 01:09:23 2010 UTC (13 years, 4 months ago) by misc
- add a module for apache


  ViewVC Help
Powered by ViewVC 1.1.30