From 8e5e55034dde263e828b390e2f60210441ab2991 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 29 Dec 2014 23:04:45 +0100 Subject: Switch to external httpd module --- roles/httpd/files/mod_filter.conf | 3 --- roles/httpd/files/name_vhost.conf | 2 -- roles/httpd/files/remove_sslv3.conf | 1 - 3 files changed, 6 deletions(-) delete mode 100644 roles/httpd/files/mod_filter.conf delete mode 100644 roles/httpd/files/name_vhost.conf delete mode 100644 roles/httpd/files/remove_sslv3.conf (limited to 'roles/httpd/files') diff --git a/roles/httpd/files/mod_filter.conf b/roles/httpd/files/mod_filter.conf deleted file mode 100644 index cde8c84..0000000 --- a/roles/httpd/files/mod_filter.conf +++ /dev/null @@ -1,3 +0,0 @@ -# not enabled by default on centos 6 -LoadModule filter_module modules/mod_filter.so - diff --git a/roles/httpd/files/name_vhost.conf b/roles/httpd/files/name_vhost.conf deleted file mode 100644 index d2d1c0d..0000000 --- a/roles/httpd/files/name_vhost.conf +++ /dev/null @@ -1,2 +0,0 @@ -NameVirtualHost *:443 -NameVirtualHost *:80 diff --git a/roles/httpd/files/remove_sslv3.conf b/roles/httpd/files/remove_sslv3.conf deleted file mode 100644 index 0872cbe..0000000 --- a/roles/httpd/files/remove_sslv3.conf +++ /dev/null @@ -1 +0,0 @@ -SSLProtocol all -SSLv2 -SSLv3 -- cgit