82 |
$OUT .= " Options +Indexes\n"; |
$OUT .= " Options +Indexes\n"; |
83 |
$OUT .= " AllowOverride None\n"; |
$OUT .= " AllowOverride None\n"; |
84 |
$OUT .= " Require all granted\n"; |
$OUT .= " Require all granted\n"; |
85 |
|
diff -Nur --no-dereference 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 |
86 |
|
--- smeserver-webshare-1.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86WebShareAlias 2022-08-02 00:06:23.070000000 -0400 |
87 |
|
+++ smeserver-webshare-1.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86WebShareAlias 2022-08-02 00:12:14.761000000 -0400 |
88 |
|
@@ -12,7 +12,6 @@ |
89 |
|
$OUT .= " SSLRequireSSL\n"; |
90 |
|
$OUT .= " Options +Indexes\n"; |
91 |
|
$OUT .= " AllowOverride None\n"; |
92 |
|
- $OUT .= " Require all granted\n"; |
93 |
|
$OUT .= " AuthName \"Restricted $key access only\"\n"; |
94 |
|
$OUT .= " AuthType Basic\n"; |
95 |
|
$OUT .= " AuthUserFile \/home\/e-smith\/db\/webshare\/htpasswd.$key\n"; |