From ecb2ffca61834cf9deaa3bae2d8a093bf2c1ff59 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 29 Jul 2014 15:22:21 +0200 Subject: [PATCH] Update apache conf --- .../templates/etc/httpd/conf/httpd.conf/98phplist | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98phplist b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98phplist index 63b1924..b5b22d4 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98phplist +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98phplist @@ -32,9 +32,13 @@ $alias php_admin_value memory_limit 128M php_admin_value session.save_path /var/lib/phplist/tmp php_admin_value upload_tmp_dir /var/lib/phplist/tmp - - Order allow,deny - deny from all + + Order allow,deny + deny from all + + + Order allow,deny + allow from all Order deny,allow deny from all @@ -44,9 +48,13 @@ $alias # Admin section SSLRequireSSL on - - Order allow,deny - Deny from all + + Order allow,deny + Deny from all + + + Order allow,deny + allow from all order deny,allow deny from all