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