diff -urN smeserver-webshare-1.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86WebShareAlias smeserver-webshare-1.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86WebShareAlias --- smeserver-webshare-1.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86WebShareAlias 2022-07-22 14:17:49.469953572 +0300 +++ smeserver-webshare-1.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86WebShareAlias 2022-07-22 14:20:53.570980209 +0300 @@ -21,9 +21,7 @@ } $OUT .= " Options +Indexes\n"; $OUT .= " AllowOverride None\n"; - $OUT .= " order deny,allow\n"; - $OUT .= " deny from all\n"; - $OUT .= " allow from all\n"; + $OUT .= " Require all granted\n"; $OUT .= " AuthName \"Restricted $key access only\"\n"; $OUT .= " AuthType Basic\n"; $OUT .= " AuthUserFile \/home\/e-smith\/db\/webshare\/htpasswd.$key\n";