From c082411c992b3e182d30cc08133db5e14b6e1633 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Dec 2025 16:14:29 +0100 Subject: update to 1.7-rc raise dependency on PHP 8.1 --- roundcubemail.httpd | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) (limited to 'roundcubemail.httpd') diff --git a/roundcubemail.httpd b/roundcubemail.httpd index 5b67c20..38f5f8a 100644 --- a/roundcubemail.httpd +++ b/roundcubemail.httpd @@ -2,48 +2,19 @@ # Round Cube Webmail is a browser-based multilingual IMAP client # -Alias /roundcubemail /usr/share/roundcubemail +Alias /roundcubemail /usr/share/roundcubemail/public_html # Define who can access the Webmail # You can enlarge permissions once configured - - # Apache 2.4 Require local - - - # Apache 2.2 - Order Deny,Allow - Deny from all - Allow from 127.0.0.1 - Allow from ::1 - # Define who can access the installer # keep this secured once configured - - - # Apache 2.4 + Require local - - - # Apache 2.2 - Order Deny,Allow - Deny from all - Allow from 127.0.0.1 - Allow from ::1 - - + -# Those directories should not be viewed by Web clients. - - Order Allow,Deny - Deny from all - - - Order Allow,Deny - Deny from all - -- cgit