summaryrefslogtreecommitdiffstats
path: root/roles/httpd/files
diff options
context:
space:
mode:
Diffstat (limited to 'roles/httpd/files')
-rw-r--r--roles/httpd/files/mod_filter.conf3
-rw-r--r--roles/httpd/files/name_vhost.conf2
-rw-r--r--roles/httpd/files/remove_sslv3.conf1
3 files changed, 0 insertions, 6 deletions
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