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 --- 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 +++ 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 @@ -122,13 +122,11 @@ $OUT .=<<"EOF"; - Order deny,allow - Deny from all - Allow from $allow + Require ip $allow - Allow from all + Require all granted EOF @@ -142,13 +140,10 @@ } $OUT .=<<"EOF"; - SetEnvIf %{Request_URI} "^/\.well\-known/acme\-challenge" granted=1 + SetEnvIf %{Request_URI} "^/\.well\-known/acme\-challenge" granted - Order deny,allow - Satisfy any - Deny from all - Allow from env=granted + Require env granted AuthType basic AuthName "$name" AuthBasicProvider ldap