diff -Nur smeserver-shared-folders-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/25ShareContent smeserver-shared-folders-0.1_mod/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/25ShareContent --- smeserver-shared-folders-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/25ShareContent 2010-12-10 09:36:33.000000000 +0100 +++ smeserver-shared-folders-0.1_mod/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/25ShareContent 2010-12-10 12:58:22.000000000 +0100 @@ -18,7 +18,7 @@ { my $key = $share->key; my $access = $share->prop('httpAccess') || 'none'; - next if (($access eq 'none') || ($key eq $virtualHostContent)); + next if (($access eq 'none') || ($key eq $virtualHostContent) || ($share->prop('AliasOnPrimary') || 'yes') ne 'yes'); my $basedir = "/home/e-smith/files/shares/$key"; my $name = $share->prop("Name") || "";