diff -Nur e-smith-horde-4.4.0-old/root/etc/e-smith/db/configuration/defaults/horde/httpsaccess e-smith-horde-4.4.0/root/etc/e-smith/db/configuration/defaults/horde/httpsaccess --- e-smith-horde-4.4.0-old/root/etc/e-smith/db/configuration/defaults/horde/httpsaccess 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-horde-4.4.0/root/etc/e-smith/db/configuration/defaults/horde/httpsaccess 2013-12-08 10:18:47.074235713 +0100 @@ -0,0 +1 @@ +public diff -Nur e-smith-horde-4.4.0-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess e-smith-horde-4.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess --- e-smith-horde-4.4.0-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess 2013-11-26 19:01:33.230479756 +0100 +++ e-smith-horde-4.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess 2013-12-09 21:48:54.188795138 +0100 @@ -23,8 +23,14 @@ Options Indexes Includes FollowSymLinks AllowOverride None - order allow,deny - allow from all + order deny,allow + deny from all +); + $OUT .= " allow from "; + $OUT .= ( $horde{httpsaccess} eq "public" ) ? "all" : $localAccess; + $OUT .= "\n"; + + $OUT .= qq( AddType application/x-httpd-php .php .php3 php_value include_path '/usr/share/pear-addons:/usr/share/pear' # php_value auto_prepend_file /home/httpd/horde-phplib/prepend.php3