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> |