/[smecontribs]/rpms/smeserver-zabbix-server/contribs10/smeserver-zabbix-server-0.1-bz12068-httpd24.patch
ViewVC logotype

Annotation of /rpms/smeserver-zabbix-server/contribs10/smeserver-zabbix-server-0.1-bz12068-httpd24.patch

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


Revision 1.1 - (hide annotations) (download)
Mon Aug 1 18:17:17 2022 UTC (22 months, 1 week ago) by jpp
Branch: MAIN
CVS Tags: smeserver-zabbix-server-0_1-31_el7_sme, smeserver-zabbix-server-0_1-30_el7_sme, HEAD
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme
- update to httpd 2.4 access syntax [SME: 12068]
  thanks to Vasarhelyi Zsolt

1 jpp 1.1 diff -Nur --no-dereference smeserver-zabbix-server-0.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98zabbix-web smeserver-zabbix-server-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98zabbix-web
2     --- smeserver-zabbix-server-0.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98zabbix-web 2022-08-01 14:09:46.850000000 -0400
3     +++ smeserver-zabbix-server-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98zabbix-web 2022-08-01 14:14:00.103000000 -0400
4     @@ -4,7 +4,7 @@
5     ((${'zabbix-server'}{'WebAccess'} || 'local') ne 'disabled')){
6    
7     my $access = (${'zabbix-server'}{'WebAccess'} || 'local') eq 'public' ?
8     - 'all':"$localAccess $externalSSLAccess";
9     + 'all granted':"ip $localAccess $externalSSLAccess";
10    
11     my $tz = ${'TimeZone'} || 'Europe/Paris';
12    
13     @@ -18,38 +18,25 @@
14     <Directory "/usr/share/zabbix">
15     SSLRequireSSL on
16     Options FollowSymLinks
17     -
18     -<FilesMatch .php>
19     - SetHandler "proxy:unix:/var/run/php-fpm/php74-zabbix-server.sock|fcgi://localhost"
20     -</FilesMatch>
21     -
22     - #AddType application/x-httpd-php .php
23     - #php_admin_value max_execution_time 600
24     - #php_admin_value max_input_time 600
25     - #php_admin_value memory_limit 256M
26     - #php_admin_value date.timezone $tz
27     - #php_admin_value post_max_size 32M
28     - #php_admin_value always_populate_raw_post_data -1
29     AllowOverride None
30     - Order allow,deny
31     - Allow from $access
32     + #AddType application/x-httpd-php .php
33     + <FilesMatch .php>
34     + SetHandler "proxy:unix:/var/run/php-fpm/php74-zabbix-server.sock|fcgi://localhost"
35     + </FilesMatch>
36     + Require $access
37     </Directory>
38    
39     <Directory "/usr/share/zabbix/include">
40     - Order deny,allow
41     - Deny from all
42     + Require all denied
43     <files *.php>
44     - Order deny,allow
45     - Deny from all
46     + Require all denied
47     </files>
48     </Directory>
49    
50     <Directory "/usr/share/zabbix/include/classes">
51     - Order deny,allow
52     - Deny from all
53     + Require all denied
54     <files *.php>
55     - Order deny,allow
56     - Deny from all
57     + Require all denied
58     </files>
59     </Directory>
60    

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