Hallo,
hatte mich heute mal wieder in Plesk eingeloggt und folgende Meldung präsentiert bekommen:
ZitatAufgrund folgender Fehler in den Konfigurations-Templates konnten keine neuen Konfigurationsdateien für den Apache Webserver erstellt werden: AH00526: Syntax error on line 1 of /var/www/vhosts/system/domain.abc/conf/vhost_ssl.conf: <VirtualHost> cannot occur within <VirtualHost> section .
In der entsprechenden File steht folgendes:
Code
<VirtualHost *:443>
ServerName domain.abc
DocumentRoot /var/www/vhost/domain.abc/httpdocs/
SSLEngine on
SSLCertificateFile /var/www/vhost/domain.abc/ssl/domaiabc.crt
SSLCertificateKeyFile /var/www/vhost/domain.abc/ssl/domaiabc.key
SSLCertificateChainFile /var/www/vhost/domain.abc/ssl/domaiabcCA.crt
.
.
.
ProxyPreserveHost on
ProxyPass "/socket" "ws://127.0.0.1:8081"
ProxyPassReverse "/socket" "ws://127.0.0.1:8081"
</VirtualHost>
Alles anzeigen
Es funktioniert jedoch soweit alles, jemand eine Idee was das Problem ist?
Dankeschön