Am Freitag, dem 22. Oktober 2021 schrieb Glenn Strauss: > Your probable error is well-documented as user misconfiguration: > $SERVER["socket"] must not be nested in other lighttpd config conditions
Ah! Even though I googled my error, I did not find out about that one. Thanks for pointing me to it. I removed all nested $SERVER["socket"] statements and used a global one instead. The old ones were basically there because at one point I used multiple certificates for the different domains I have, but I do not do that anymore. It's all in one certificate now anyway. With that change, the crashes are gone. Thank you! -quintus