diff options
author | Michael Scherer <misc@zarb.org> | 2014-12-29 23:04:45 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2014-12-29 23:04:45 +0100 |
commit | 8e5e55034dde263e828b390e2f60210441ab2991 (patch) | |
tree | 971d4251aa9a2c65fcfc8f64c33ae16204861ea5 /roles/httpd/files | |
parent | ce543b7cd386ccc8b60ae8d3e707961ac5d1e0d8 (diff) |
Switch to external httpd module
Diffstat (limited to 'roles/httpd/files')
-rw-r--r-- | roles/httpd/files/mod_filter.conf | 3 | ||||
-rw-r--r-- | roles/httpd/files/name_vhost.conf | 2 | ||||
-rw-r--r-- | roles/httpd/files/remove_sslv3.conf | 1 |
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 |