Commit graph

78 commits

Author SHA1 Message Date
4976e2eb73 Added check for correct user when running www-webalizer.sh. 2013-04-25 00:53:03 +03:00
Ossi Salmi
39f16b7c6c apache: Changed Ubuntu's server limits to match CentOS's defaults 2013-04-24 21:51:13 +03:00
7bd26f33d3 Fixed Apache module for Fedora 18 (eg. Apache 2.4 series). 2013-04-24 08:44:19 +03:00
Ossi Salmi
07b220391b apache: Allow setting WSGI process group via environment variable 2013-04-16 15:37:08 +03:00
Ossi Salmi
8bcbd022a4 apache: Disable directory indexes by default 2013-04-03 14:58:21 +03:00
Ossi Salmi
bf19695573 Initial support for mod_auth_openid 2013-03-30 19:29:54 +02:00
Ossi Herrala
0548ead8cd Allow Apache to use MD5 signed certs in Centos >=6.4.
Centos 6.4 changed the NSS library to reject X.509 certificates which
are signed with MD5:

  "[VALID] The upstream Mozilla NSS disabled support for MD5 hash
   signed certificates in the 3.14 release, which was added to CentOS
   6.4. More details and workarounds can be found in this Fedora bugzilla
   report https://bugzilla.redhat.com/show_bug.cgi?id=895513"

This change can be reverted when the world has changed from MD5 to something else :)
2013-03-09 15:57:45 +00: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
18af82f97f Fixed Apache ssl.conf for Fedora 18. 2013-01-23 17:51:03 +02:00
936499737c Fixed operatingsystemrelease comparison from httpsd.conf. 2013-01-23 11:12:05 +02:00
b10de9c0b2 Fixed apache module loading for Fedora 18. 2013-01-23 10:06:32 +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 Herrala
cd91e65ab2 Fix too widely open regexp targeting SSL/TLS settings of Microsoft
Internet Explorer.

See rant:

  http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/

This is also ack'ed by Apache and fixed in their httpd's trunk:
  https://issues.apache.org/bugzilla/show_bug.cgi?id=49484
  http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in?view=markup
2012-11-22 13:44:27 +00:00
Ossi Salmi
98767cfb2a Merge tmakinen/puppet
Conflicts:
	dovecot/manifests/init.pp
	libvirt/manifests/init.pp
	munin/manifests/init.pp
	puppet/manifests/init.pp
	tftp/manifests/init.pp
2012-11-16 19:40:31 +02:00
Paavo Pokkinen
eebd1512cf puppet 3.0 fixes 2012-10-10 15:13:50 +03: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
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