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-11 23:56:03.672896312 +0100 @@ -23,8 +23,13 @@ Options Indexes Includes FollowSymLinks AllowOverride None - order allow,deny - allow from all + order deny,allow + deny from all +); + $OUT .= " allow from "; + $OUT .= ( $horde{access} 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