Parent Directory | Revision Log | Revision Graph
* 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 |