/[smecontribs]/rpms/smeserver-zoneminder/contribs10/smeserver-zoneminder-1.0-bz12069-24syntax.patch
ViewVC logotype

Annotation of /rpms/smeserver-zoneminder/contribs10/smeserver-zoneminder-1.0-bz12069-24syntax.patch

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


Revision 1.1 - (hide annotations) (download)
Mon Aug 1 04:32:52 2022 UTC (22 months ago) by jpp
Branch: MAIN
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-12.sme
- adapt to httpd 2.4 access syntax [SME: 12069]
  work of  bunkobugsy

1 jpp 1.1 diff -urN smeserver-zoneminder-1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder smeserver-zoneminder-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder
2     --- smeserver-zoneminder-1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder 2022-07-22 13:16:11.659203129 +0300
3     +++ smeserver-zoneminder-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder 2022-07-22 13:28:35.253426318 +0300
4     @@ -7,8 +7,7 @@
5     SetHandler "proxy:unix:/var/run/php-fpm/php74.sock|fcgi://localhost"
6     </FilesMatch>
7     AllowOverride All
8     - Order allow,deny
9     - Allow from all
10     + Require all granted
11     AuthName "Zoneminder"
12     AuthType Basic
13     AuthBasicProvider external
14     @@ -19,6 +18,5 @@
15     <Directory "/usr/libexec/zoneminder/cgi-bin">
16     AllowOverride All
17     Options ExecCGI FollowSymLinks
18     - Order allow,deny
19     - Allow from all
20     + Require all granted
21     </Directory>

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