From 0b9eb1932e102b45ff23704aebe092e2e28f0213 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 4 Aug 2014 21:29:08 +0300 Subject: [PATCH] Protecting roundcube installer --- install/rhel/httpd-webmail.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/rhel/httpd-webmail.conf b/install/rhel/httpd-webmail.conf index 3fbcd997..5111bf28 100644 --- a/install/rhel/httpd-webmail.conf +++ b/install/rhel/httpd-webmail.conf @@ -10,3 +10,8 @@ Alias /webmail /usr/share/roundcubemail Deny from all Allow from all + + + Order Deny,Allow + Deny from all +