/[smecontribs]/rpms/smeserver-webshare/contribs10/smeserver-webshare-bz12066-24syntax.patch
ViewVC logotype

Contents of /rpms/smeserver-webshare/contribs10/smeserver-webshare-bz12066-24syntax.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Aug 2 03:41:16 2022 UTC (21 months, 1 week ago) by jpp
Branch: MAIN
CVS Tags: smeserver-webshare-1_0_0-13_el7_sme, HEAD
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0.0-13.sme
- update to httpd 2.4 access syntax [SME: 12066]
  thanks to Vasarhelyi Zsolt

1 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
2 --- 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
3 +++ smeserver-webshare-1.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86WebShareAlias 2022-07-22 14:20:53.570980209 +0300
4 @@ -21,9 +21,7 @@
5 }
6 $OUT .= " Options +Indexes\n";
7 $OUT .= " AllowOverride None\n";
8 - $OUT .= " order deny,allow\n";
9 - $OUT .= " deny from all\n";
10 - $OUT .= " allow from all\n";
11 + $OUT .= " Require all granted\n";
12 $OUT .= " AuthName \"Restricted $key access only\"\n";
13 $OUT .= " AuthType Basic\n";
14 $OUT .= " AuthUserFile \/home\/e-smith\/db\/webshare\/htpasswd.$key\n";

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed