Failed to start The Apache HTTP Server

This is the line for the certificate of Letsencrypt, i dont understand why, i only update to 1.4.9 in the webclient without error, after the update the nextcloud pi writes this error mhhh? And the file *.pem also the zertificats are exist in the folder but it makes the error

Listen 4*****
<VirtualHost default:>
DocumentRoot /var/www/ncp-web
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/*******.
./fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/
..**/privkey.pem

2 days to avoid very big backups requests to timeout

TimeOut 172800

DefineExternalAuth pwauth pipe /usr/sbin/pwauth

AuthType Basic
AuthName “ncp-web login”
AuthBasicProvider external
AuthExternal pwauth

SetEnvIf Request_URI “^” noauth
SetEnvIf Request_URI “^index.php$” !noauth
SetEnvIf Request_URI “^/$” !noauth
SetEnvIf Request_URI “^/wizard/index.php$” !noauth
SetEnvIf Request_URI “^/wizard/$” !noauth

Require host localhost Require local Require ip ***.***. Require ip *** Require ip ** Require env noauth Require user ncp