/[smecontribs]/rpms/smeserver-freepbx/contribs10/smeserver-freepbx-14-bz12046-httpd24.patch
ViewVC logotype

Annotation of /rpms/smeserver-freepbx/contribs10/smeserver-freepbx-14-bz12046-httpd24.patch

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


Revision 1.1 - (hide annotations) (download)
Fri Jul 22 06:47:34 2022 UTC (22 months, 1 week ago) by jpp
Branch: MAIN
CVS Tags: smeserver-freepbx-14-5_el7_sme, smeserver-freepbx-14-8_el7_sme, smeserver-freepbx-14-9_el7_sme, smeserver-freepbx-14-11_el7_sme, smeserver-freepbx-14-6_el7_sme, smeserver-freepbx-14-4_el7_sme, smeserver-freepbx-14-7_el7_sme, smeserver-freepbx-14-13_el7_sme, smeserver-freepbx-14-10_el7_sme, smeserver-freepbx-14-12_el7_sme, smeserver-freepbx-14-14_el7_sme, HEAD
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> %{version}-4.sme
- add to core backup [SME: 12009]
- httpd 2.4 syntax [SME: 12046]

1 jpp 1.1 diff -Nur --no-dereference smeserver-freepbx-14.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28FreePBXProxyPass smeserver-freepbx-14/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28FreePBXProxyPass
2     --- smeserver-freepbx-14.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28FreePBXProxyPass 2016-06-13 08:03:08.000000000 -0400
3     +++ smeserver-freepbx-14/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28FreePBXProxyPass 2022-07-22 02:41:52.105000000 -0400
4     @@ -25,28 +25,20 @@
5    
6     <Location /freepbx>
7     SSLRequireSSL on
8     - order deny,allow
9     - deny from all
10     - allow from $localAccess $externalSSLAccess
11     + Require ip $localAccess $externalSSLAccess
12     </Location>
13    
14     <Location /freepbx/admin>
15     - order deny,allow
16     - deny from all
17     - allow from $localAccess $externalSSLAccess
18     + Require ip $localAccess $externalSSLAccess
19     </Location>
20    
21     <Location /freepbx/recordings>
22     - order deny,allow
23     - deny from all
24     - allow from all
25     + Require all granted
26     </Location>
27    
28     <Location /ucp>
29     SSLRequireSSL on
30     - order deny,allow
31     - deny from all
32     - allow from $localAccess $externalSSLAccess
33     + Require ip $localAccess $externalSSLAccess
34     </Location>
35    
36     HERE
37     diff -Nur --no-dereference smeserver-freepbx-14.old/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/85DefaultAccess smeserver-freepbx-14/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/85DefaultAccess
38     --- smeserver-freepbx-14.old/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/85DefaultAccess 2022-03-27 23:45:44.000000000 -0400
39     +++ smeserver-freepbx-14/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/85DefaultAccess 2022-07-22 02:42:27.925000000 -0400
40     @@ -5,9 +5,6 @@
41     <Directory />
42     Options None
43     AllowOverride None
44     - #order deny,allow
45     - #deny from all
46     - #allow from none
47     Require all denied
48     </Directory>
49    
50     diff -Nur --no-dereference smeserver-freepbx-14.old/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/90FreePBX20Root smeserver-freepbx-14/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/90FreePBX20Root
51     --- smeserver-freepbx-14.old/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/90FreePBX20Root 2022-03-27 23:45:44.000000000 -0400
52     +++ smeserver-freepbx-14/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/90FreePBX20Root 2022-07-22 02:42:53.529000000 -0400
53     @@ -11,9 +11,6 @@
54     </FilesMatch>\n";
55     }
56     AllowOverride All
57     - #order deny,allow
58     - #deny from all
59     - #allow from 127.0.0.1
60     Require host 127.0.0.1
61     </Directory>
62    
63     diff -Nur --no-dereference smeserver-freepbx-14.old/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/90FreePBX30Admin smeserver-freepbx-14/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/90FreePBX30Admin
64     --- smeserver-freepbx-14.old/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/90FreePBX30Admin 2022-03-27 23:45:44.000000000 -0400
65     +++ smeserver-freepbx-14/root/etc/e-smith/templates/etc/httpd/fpbx-conf/httpd.conf/90FreePBX30Admin 2022-07-22 02:44:29.269000000 -0400
66     @@ -4,8 +4,6 @@
67     </Directory>
68    
69     <Directory /opt/freepbx/admin/modules/>
70     - #deny from all
71     - #Allow from 127.0.0.1
72     Require host 127.0.0.1
73     </Directory>
74    

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