/[smeserver]/rpms/smeserver-php/sme10/smeserver-php-3.0.0-bz11943-require.patch
ViewVC logotype

Annotation of /rpms/smeserver-php/sme10/smeserver-php-3.0.0-bz11943-require.patch

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


Revision 1.1 - (hide annotations) (download)
Sun Apr 17 18:50:56 2022 UTC (2 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-php-3_0_0-45_el7_sme, smeserver-php-3_0_0-48_el7_sme, smeserver-php-3_0_0-43_el7_sme, smeserver-php-3_0_0-46_el7_sme, smeserver-php-3_0_0-44_el7_sme, smeserver-php-3_0_0-47_el7_sme, HEAD
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-43.sme
- update to httpd 2.4 Require usage [SME: 11943]

1 jpp 1.1 diff -Nur --no-dereference smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/WebAppVirtualHost/50Content smeserver-php-3.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/WebAppVirtualHost/50Content
2     --- smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/WebAppVirtualHost/50Content 2022-04-17 14:36:52.327000000 -0400
3     +++ smeserver-php-3.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/WebAppVirtualHost/50Content 2022-04-17 14:46:30.045000000 -0400
4     @@ -122,13 +122,11 @@
5     $OUT .=<<"EOF";
6    
7     <Location />
8     - Order deny,allow
9     - Deny from all
10     - Allow from $allow
11     + Require ip $allow
12     </Location>
13    
14     <Location /.well-known/acme-challenge/>
15     - Allow from all
16     + Require all granted
17     </Location>
18    
19     EOF
20     @@ -142,13 +140,10 @@
21     }
22    
23     $OUT .=<<"EOF";
24     - SetEnvIf %{Request_URI} "^/\.well\-known/acme\-challenge" granted=1
25     + SetEnvIf %{Request_URI} "^/\.well\-known/acme\-challenge" granted
26    
27     <Location />
28     - Order deny,allow
29     - Satisfy any
30     - Deny from all
31     - Allow from env=granted
32     + Require env granted
33     AuthType basic
34     AuthName "$name"
35     AuthBasicProvider ldap

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