Commit graph

54 commits

Author SHA1 Message Date
Ossi Salmi
dd9a78d8ae Give webalizer cron job more time to run before log rotation 2012-07-29 21:51:46 +03:00
a935a763b8 Fixed description from httpsd service file. 2012-06-13 22:53:00 +03:00
a3b6071afb Improved checking of included http and https server. 2012-06-13 12:09:16 +03:00
5901b6d25c Improved ciphers from apache::sslsite to prevent BEAST attacks. 2012-05-09 14:25:20 +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
34c36045fa Fixing puppet-lint errors. 2012-03-27 14:41:39 +03:00
Ossi Salmi
ed65daf9d8 Fixed apache config includes on Ubuntu 2012-01-03 14:30:44 +02:00
Ossi Salmi
e58965fc00 Send webalizer cronjob mails to root 2012-01-03 14:30:43 +02:00
3a030c6b13 Fixed www-logrotate.sh for CentOS 6. 2011-11-09 08:57:32 +02:00
Lari Huttunen
c3d5784660 Added support for mod_include for SSI 2011-08-26 20:10:49 +03:00
28ebdf5820 Fixed apache configs for CentOS 6.0. 2011-08-03 20:17:28 +03:00
cf2f50e7e5 Removed 56 bit ciphers from Apache SSL configs. 2011-08-03 10:29:32 +03:00
Ossi Salmi
9cc2c06922 Added support for IP-based SSL virtual hosts in apache 2011-05-26 22:58:31 +03:00
Ossi Salmi
9691ca3977 Fixed www-logrotate.sh for Ubuntu. 2011-03-30 12:59:07 +03:00
311df93f08 Fixed selinux context from apache datadir. 2011-03-16 14:59:41 +02:00
Ossi Salmi
7b10e62e1c Fixed apache user and group handing on Ubuntu 2011-03-09 14:41:04 +02:00
e3b6cca7a4 Migrated $httpd_user, $httpd_group, $httpsd_user and $httpsd_group variables to use format $apache::server::{user,group} and $apache::sslserver::{user,group}. 2011-02-25 11:46:57 +02:00
f72ec5b350 Fixed selinux contexts from apache datadir. 2011-01-27 13:10:54 +02:00
5475229cfd Fixed deprecation warnings "Files found in modules without specifying 'modules' in file path". This will break 0.24.x client compatibility. 2011-01-26 20:06:13 +02:00
Ossi Salmi
b60ad68d08 Fixed dependency in apache::webalizer 2010-12-27 06:57:21 +02:00
Ossi Salmi
84f0f1694c Fixed dependency in apache::debian::a2enmod 2010-11-18 10:48:16 +02:00
Ossi Salmi
ff6b42fc09 Added apache modules 2010-11-09 15:57:12 +02:00
Ossi Salmi
dddba9202f Added checks for domain variable in apache module 2010-11-08 14:42:43 +02:00
Ossi Salmi
45b597c29c Replaced fqdn variables with homename 2010-11-08 14:42:41 +02:00
Ossi Salmi
63440a18d4 Improved apache virtual host configuration
Additional configuration files are now fetched from the
puppet file server.
2010-11-05 22:56:24 +02:00
Ossi Salmi
eca8e074e5 Added webalizer support to apache module 2010-11-05 22:56:22 +02:00
Ossi Salmi
42fd785e66 Added virtual host support for Debian/Ubuntu to apache module 2010-11-05 22:56:20 +02:00
Ossi Salmi
512c38ba9d Restructured apache module 2010-11-05 22:56:18 +02:00
Ossi Salmi
fa53a19798 Added initial support for Debian and Ubuntu to apache module. 2010-10-23 16:30:34 +03:00
5fbe6228f2 Added support for status query into httpsd service. 2010-10-21 22:00:21 +03:00
9806934c75 Fixed directory depencies from apache::sslsite. 2010-10-21 13:15:07 +03:00
c7d064b58e Fixed SELinux contexts from apache logrotate script. 2010-10-04 08:24:22 +03:00
cd6cd656e2 Fixes SELinux contexts from httpsd binary. 2010-10-04 01:56:38 +03:00
Ossi Salmi
1aa19a8eb5 Fixed missing $ in define apache::site. 2010-03-04 14:55:41 +02:00
Ossi Salmi
dc3f04cfda Added support for $apache_datadir variable. 2010-03-04 14:55:41 +02:00
Ossi Salmi
dc761f2a38 Purge unmanaged files from managed configuration directories. 2010-02-19 16:09:25 +02:00
Ossi Salmi
ced754f674 Add $aliases and $redirect to apache::site, ensure default vhost is loaded first. 2010-02-18 20:07:56 +02:00
4320b5fca9 Fixed apache::sslserver init script to work on Fedora. 2010-01-08 01:34:15 +02:00
Ossi Salmi
9c853fa445 Added variables for user and group to apache configs, commented out UserDir. 2009-12-01 19:29:40 +02:00
Ossi Salmi
95d3d822d6 Added missing file parameters to apache module. 2009-12-01 19:29:39 +02:00
Ossi Salmi
0e1976f08c Added fcgid and wsgi modules to apache. 2009-12-01 19:29:38 +02:00
9151b42da7 Enabled password fallback for apache kerberos authentication. 2009-11-26 22:57:12 +02:00
Ossi Salmi
66c88cd9cd Cleaned up apache module some more. 2009-11-26 20:05:29 +02:00
Ossi Salmi
12ac1c01a2 Added apache::configfile for extra configuration deployment. 2009-11-26 20:05:28 +02:00
0d5d809519 Added mod_auth_kerb module to apache. 2009-11-26 10:22:34 +02:00
e75a38070a Added php and perl modules to apache. 2009-11-26 10:10:14 +02:00
f6989ac734 Fixed apache main configs to work on Fedora. 2009-11-26 10:01:12 +02:00
Ossi Salmi
b221355896 Cleaned up apache module. 2009-11-25 22:32:42 +02:00