Hy, i search for a soulution since days.
My server runs with Ubuntu 18.04.4 and apache.
one of my sites which are written with CakePhp throws a 500 Internal Server error with less log entries.
When I call the index.php on command line with php index.php, I get the regular HTML-Code.
log entries from /var/log/apache2.error.log
Premature end of script headers: index.php
Error parsing script headers
AH01075: Error dispatching request to :
log entries from /var/www/vhosts/my-site.com/logs/access_ssl_log
[20/Sep/2020:08:37:36 +0200] "GET / HTTP/1.1" 500 3542 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/537.36"
When I use FastCgi de Plesk-Predefined ErrorDoc is shown.
WhenI use FPM just a blank side is shown.
I have no idea
My server runs with Ubuntu 18.04.4 and apache.
one of my sites which are written with CakePhp throws a 500 Internal Server error with less log entries.
When I call the index.php on command line with php index.php, I get the regular HTML-Code.
log entries from /var/log/apache2.error.log
Premature end of script headers: index.php
Error parsing script headers
AH01075: Error dispatching request to :
log entries from /var/www/vhosts/my-site.com/logs/access_ssl_log
[20/Sep/2020:08:37:36 +0200] "GET / HTTP/1.1" 500 3542 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/537.36"
When I use FastCgi de Plesk-Predefined ErrorDoc is shown.
WhenI use FPM just a blank side is shown.
I have no idea