Commit graph

88 commits

Author SHA1 Message Date
444ac2363c apache: Initial CentOS/RedHat 7 support. 2016-04-08 12:33:51 +03:00
Ossi Salmi
0a4798d619 apache: Make SSLProxyVerifyDepth configurable 2015-12-10 13:45:38 +02:00
Ossi Salmi
6f8bf0c590 apache, yum: Remove unused mod_spdy support 2015-06-23 16:16:33 +03:00
Ossi Salmi
b3f7b92e01 apache: Typofix 2015-06-16 13:03:40 +03:00
Ossi Salmi
b77decaf8a apache: Add support for configuring SSLProxy with key authentication 2015-06-16 12:39:43 +03:00
Ossi Salmi
85a37f8624 apache: Add option to set the MaxClients directive 2015-06-08 12:58:03 +03:00
46938f1b07 apache: Allow setting service name for kerberos authentication. 2015-04-10 13:54:21 +03:00
cea629a380 apache: Use $ssl::ciphersuites::default_ciphersuites for SSL sites. 2014-12-19 12:36:18 +02:00
Ossi Salmi
66f8bf25e2 apache: Add support for mod_authz_groupfile 2014-11-13 12:55:15 +02:00
Ossi Salmi
e913593020 apache, yum: Prevent mod_spdy post-install from modifying the yum repo file 2014-07-19 21:33:37 +03:00
Ossi Salmi
60cc04bd3a apache::mod::spdy: Add check for operatingsystem, lint fixes 2014-02-27 16:49:47 +02:00
5703db3f4b Merged in oherrala/puppet/oherrala-apache-mod-spdy (pull request #49)
apache, yum: Add support for Google's SPDY support with mod_spdy module
2014-02-27 15:33:13 +02:00
Ossi Herrala
019df9900b apache, yum: Add support for Google's SPDY support with mod_spdy module
See: https://developers.google.com/speed/spdy/mod_spdy/
2014-02-27 13:25:45 +00:00
Ossi Herrala
b1c7a02568 apache: Create httpsd user and group if no other user is defined for sslserver. 2014-02-27 07:44:15 +00:00
Ossi Herrala
7d9dce035f apache: Log rotation requires lsof. 2014-02-17 12:02:16 +00:00
Ossi Salmi
1b87c7bd04 apache: Fix file names with port based SSL virtual hosts
Ubuntu 10.04's apache ignores config files with colons in the name.
2013-11-05 10:16:19 +02:00
Ossi Salmi
b9ab6e9105 Revert "apache: Removed redundant imports"
This reverts commit 92f7a164e4.
2013-10-07 15:32:14 +03:00
Ossi Salmi
53a0422843 apache: Add support for port based SSL virtual hosts 2013-09-24 15:11:12 +03:00
06eb2bdf9a apache: Added proxy support to apache::sslsite. 2013-09-24 11:40:56 +03:00
6cebef3715 apache: Combined proxy.http.conf.erb to site.http.conf.erb. 2013-09-24 11:21:29 +03:00
Ossi Salmi
7f92851e16 apache: Add Ubuntu support to apache::mod::auth_openid 2013-08-20 14:43:53 +03:00
Ossi Salmi
e6d7688bdc apache: Add support for HTTP Strict Transport Security 2013-08-14 14:31:23 +03:00
Ossi Salmi
ebde843cc6 Changed remaining fqdn references to homename 2013-08-03 00:10:39 +03:00
Ossi Salmi
92f7a164e4 apache: Removed redundant imports 2013-07-19 23:00:44 +03:00
Ossi Salmi
341c86a0a0 apache: Added support for forward proxy with optional caching 2013-06-29 23:25:47 +03:00
Ossi Salmi
345a8f9589 apache: Allow disabling mod_wsgi's embedded mode 2013-06-27 19:37:04 +03:00
Ossi Salmi
ff003d864c apache: Allow enabling modules separately for http/https
Added parameters http and https (both enabled by default) for the
following classes:

 * apache::mod::fcgid
 * apache::mod::passenger
 * apache::mod::perl
 * apache::mod::php
 * apache::mod::python
 * apache::mod::wsgi
2013-06-16 17:33:17 +03:00
Ossi Salmi
fc12e7e03e apache: Fix fcgid on CentOS, dependency fix for wsgi
Create separate mod_fcgid socket dirs for http and httpsd. Also tune the
process limits.
2013-06-16 01:42:13 +03:00
6d3526125f apache: Added /var/run/passenger directory creation. 2013-05-08 08:46:33 +03:00
945a9f2af3 apache: Added support for proxy http sites. 2013-05-07 10:03:22 +03:00
Ossi Salmi
e8251bae66 apache: Added apache::mod::passenger 2013-05-02 21:42:05 +03:00
Ossi Salmi
bd631831ae Added system user for webalizer 2013-04-25 17:30:21 +03:00
7bd26f33d3 Fixed Apache module for Fedora 18 (eg. Apache 2.4 series). 2013-04-24 08:44:19 +03:00
Ossi Salmi
bf19695573 Initial support for mod_auth_openid 2013-03-30 19:29:54 +02:00
Ossi Salmi
fee22f529c Merge tmakinen/puppet 2013-02-06 12:57:11 +02:00
f7298b5671 Fixed SELinux context from apache logrotate script in Fedora. 2013-02-06 09:23:27 +02:00
Ossi Salmi
93f029a4a3 Fixed paths in apache::debian::sslsite 2013-02-02 21:58:26 +02:00
Ossi Salmi
68ac64b13f Added 'first' parameter to apache::sslsite
When set to true, ensures the site configuration is loaded first, thus
becoming the default virtual host when NameVirtualHost (and SNI) is
used.
2013-02-02 21:58:26 +02:00
Ossi Salmi
42360e66e8 Added seltype for http log directories 2013-02-02 21:55:18 +02:00
Ossi Salmi
3a40b11a62 Added fix for mod_wsgi socket path on CentOS/RedHat/Fedora 2013-01-24 13:00:20 +02:00
7ee51d6f4c Added "chkconfig --add" to httpsd service. 2013-01-22 15:47:36 +02:00
Ossi Salmi
3071640518 Removed useless require variables from apache module 2012-12-05 20:28:37 +02:00
Ossi Salmi
24ecb51f6f Added support for RHEL and did some syntax cleaning
Assume that "RedHat" also works where "CentOS" does.
2012-09-05 17:29:36 +03:00
c69fb5afb0 Fixed SELinux contexts from Apache log directories. 2012-08-28 08:50:56 +03:00
500c026131 SELinux fixes for apache module. 2012-08-01 12:18:12 +03:00
Ossi Salmi
dd9a78d8ae Give webalizer cron job more time to run before log rotation 2012-07-29 21:51:46 +03:00
a3b6071afb Improved checking of included http and https server. 2012-06-13 12:09:16 +03:00
5631a973bf Added /etc/sysconfig/httpsd file to apache::sslserver. 2012-04-02 17:01:19 +03:00
77decd746e Changed apache::sslserver to use systemd on Fedora. 2012-04-02 16:43:14 +03:00
84edcd61ed Fixed "unquoted file mode" errors given by puppet-lint. 2012-03-27 16:10:01 +03:00