diff -up smeserver-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir.patch5 smeserver-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir --- smeserver-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir.patch5 2013-11-24 03:15:05.000000000 -0500 +++ smeserver-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir 2013-11-24 03:20:38.000000000 -0500 @@ -112,16 +112,17 @@ $result .= " require valid-user\n"; $result .= " Satisfy $satisfy\n"; } - $result .= " \n"; - $result .= " Order allow,deny\n"; - $result .= " Allow from all\n"; - $result .= " \n"; +# $result .= " \n"; +# $result .= " Order allow,deny\n"; +# $result .= " Allow from all\n"; +# $result .= " \n"; $result .= " \n"; $result .= " Order deny,allow\n"; $result .= " Deny from all\n"; $result .= " \n"; $result .= "\n"; } + } $result; }