AH01067: Failed to read FastCGI header

Nextcloud version: 27.0.1.2
Operating system and version: Debian GNU/Linux 11. 6.1.21-v8+ (aarch64) (nextcloudpi)
Apache or nginx version: Apache/2.4.56 (Debian)
PHP version: 8.1.21

This is a nextcloudpi installation.

The issue you are facing:

After some upgrades, I cannot login to nexcloud any more. The loginpage is still shown. When I login I get

Service Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

In the logfile /var/log/apache2/nc-error.log I see messages of this kind:

[proxy_fcgi:error] [pid XXX] [remote XXX] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid XXX] (104)Connection reset by peer: [remote XXX] AH01075: Error dispatching request to :4443:

This used to work fine. I recently noticed that nextcloud won’t offer updates any more. I discovered that this was a known bug in nextcloud and I had to install/update something on the system manually after which I also updated (through the GUI) nextcloud/nextcloudpi manually. Sorry, I do not recall the exact bug.

Then, I hit this problem with the Failed to read FastCGI header the first time. I did apt-get update/upgrade which updated some php stuff. After that nextcloud worked again. Yeah!

Today I got a desktop notification about nextcloud having update something. And now the problem is back.

Sorry for the vague recall of what lead to the issue!

I am happy to provide more info if needed.

I am not familiar with any web-related stuff. So your help is highly appreciated! Many thanks in advance!

Steps to replicate it:

  1. browse to nextcloud
  2. login

The output of your Nextcloud log in Admin > Logging:

how do I get this from cli?

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'passwordsalt' => 'randomstuff',
  'secret' => 'randomstuff',
  'trusted_domains' => 
  array (
    0 => 'localhost',
    5 => 'nextcloudpi.local',
    7 => 'nextcloudpi',
    8 => 'nextcloudpi.lan',
    11 => 'someip',
    1 => 'someip',
    12 => 'someip',
    3 => 'localhost',
    '' => 'localhost',
    14 => 'nextcloudpi',
  ),
  'datadirectory' => '/var/www/nextcloud/data',
  'dbtype' => 'mysql',
  'version' => '27.0.1.2',
  'overwrite.cli.url' => 'https://localhost/',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'ncadmin',
  'dbpassword' => 'randomstuff',
  'installed' => true,
  'instanceid' => 'randomstuff',
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => '/var/run/redis/redis.sock',
    'port' => 0,
    'timeout' => 0.0,
    'password' => 'randomstuff',
  ),
  'tempdirectory' => '/var/www/nextcloud/data/tmp',
  'mail_smtpmode' => 'sendmail',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_from_address' => 'admin',
  'mail_domain' => 'ownyourbits.com',
  'preview_max_x' => '2048',
  'preview_max_y' => '2048',
  'jpeg_quality' => '60',
  'overwriteprotocol' => 'https',
  'loglevel' => '2',
  'log_type' => 'file',
  'maintenance' => false,
  'theme' => '',
  'trusted_proxies' => 
  array (
    11 => '127.0.0.1',
    12 => '::1',
    13 => 'localhost',
    14 => '127.0.0.1',
  ),
);

The output of your Apache/nginx/system log in /var/log/____:

[ssl:warn] [pid 626:tid 548052919360] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 626:tid 548052919360] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 626:tid 548052919360] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[mpm_event:notice] [pid 626:tid 548052919360] AH00489: Apache/2.4.56 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[core:notice] [pid 626:tid 548052919360] AH00094: Command line: '/usr/sbin/apache2'
[mpm_event:notice] [pid 626:tid 548052919360] AH00492: caught SIGWINCH, shutting down gracefully
[ssl:warn] [pid 534138:tid 547865162816] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 534138:tid 547865162816] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 534138:tid 547865162816] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[ssl:warn] [pid 534139:tid 547865162816] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 534139:tid 547865162816] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 534139:tid 547865162816] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[mpm_event:notice] [pid 534139:tid 547865162816] AH00489: Apache/2.4.56 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[core:notice] [pid 534139:tid 547865162816] AH00094: Command line: '/usr/sbin/apache2'
[mpm_event:notice] [pid 534139:tid 547865162816] AH00492: caught SIGWINCH, shutting down gracefully
[ssl:warn] [pid 490:tid 548315608128] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 490:tid 548315608128] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 490:tid 548315608128] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[ssl:warn] [pid 626:tid 548315608128] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 626:tid 548315608128] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 626:tid 548315608128] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[mpm_event:notice] [pid 626:tid 548315608128] AH00489: Apache/2.4.56 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[core:notice] [pid 626:tid 548315608128] AH00094: Command line: '/usr/sbin/apache2'
[mpm_event:notice] [pid 626:tid 548315608128] AH00492: caught SIGWINCH, shutting down gracefully
[ssl:warn] [pid 491:tid 547600761920] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 491:tid 547600761920] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 491:tid 547600761920] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[ssl:warn] [pid 626:tid 547600761920] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 626:tid 547600761920] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 626:tid 547600761920] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[mpm_event:notice] [pid 626:tid 547600761920] AH00489: Apache/2.4.56 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[core:notice] [pid 626:tid 547600761920] AH00094: Command line: '/usr/sbin/apache2'

Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

[ssl:warn] [pid 626:tid 548052919360] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 626:tid 548052919360] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 626:tid 548052919360] AH02604: Unable to configure certificate localhost:443:0 for stapling
[proxy_fcgi:error] [pid 492905:tid 547742544256] [client someip:48868] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547742544256] (104)Connection reset by peer: [client someip:48868] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547708973440] [client someip:48870] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547708973440] (104)Connection reset by peer: [client someip:48870] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 546836558208] [client someip:48872] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 546836558208] (104)Connection reset by peer: [client someip:48872] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 546828165504] [client someip:48874] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 546828165504] (104)Connection reset by peer: [client someip:48874] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547457323392] [client someip:51340] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547457323392] (104)Connection reset by peer: [client someip:51340] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547700580736] [client someip:51342] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547700580736] (104)Connection reset by peer: [client someip:51342] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547824767360] [client someip:51344] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547824767360] (104)Connection reset by peer: [client someip:51344] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547742544256] [client someip:51346] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547742544256] (104)Connection reset by peer: [client someip:51346] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547700580736] [client someip:51348] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547700580736] (104)Connection reset by peer: [client someip:51348] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547205673344] [client someip:51350] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547205673344] (104)Connection reset by peer: [client someip:51350] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547717366144] [client someip:51352] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547717366144] (104)Connection reset by peer: [client someip:51352] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547942470016] [remote someip:57798] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547942470016] (104)Connection reset by peer: [remote someip:57798] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547925651840] [remote someip:57798] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547925651840] (104)Connection reset by peer: [remote someip:57798] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547959288192] [remote someip:57798] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547959288192] (104)Connection reset by peer: [remote someip:57798] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547950879104] [remote someip:57798] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547950879104] (104)Connection reset by peer: [remote someip:57798] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547934060928] [remote someip:57798] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547934060928] (104)Connection reset by peer: [remote someip:57798] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547967697280] [remote someip:57798] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547967697280] (104)Connection reset by peer: [remote someip:57798] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547942470016] [remote someip:57798] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547942470016] (104)Connection reset by peer: [remote someip:57798] AH01075: Error dispatching request to :4443: 
[access_compat:error] [pid 492905:tid 546870129024] [client someip:43286] AH01797: client denied by server configuration: /var/www/nextcloud/config
[proxy_fcgi:error] [pid 492905:tid 547892015488] [remote someip:43322] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547892015488] (104)Connection reset by peer: [remote someip:43322] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 546861736320] [client someip:51354] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 546861736320] (104)Connection reset by peer: [client someip:51354] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 548026503552] [remote someip:57572] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 548026503552] (104)Connection reset by peer: [remote someip:57572] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 548018110848] [remote someip:57188] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 548018110848] (104)Connection reset by peer: [remote someip:57188] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 548009718144] [remote someip:57188] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 548009718144] (104)Connection reset by peer: [remote someip:57188] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547976106368] [remote someip:57188] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547976106368] (104)Connection reset by peer: [remote someip:57188] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547841560960] [remote someip:57188] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547841560960] (104)Connection reset by peer: [remote someip:57188] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547984515456] [remote someip:57188] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547984515456] (104)Connection reset by peer: [remote someip:57188] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 548001325440] [remote someip:57188] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 548001325440] (104)Connection reset by peer: [remote someip:57188] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547992924544] [remote someip:57188] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547992924544] (104)Connection reset by peer: [remote someip:57188] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547950879104] [remote someip:51354] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547950879104] (104)Connection reset by peer: [remote someip:51354] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547959288192] [remote someip:55738] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547959288192] (104)Connection reset by peer: [remote someip:55738] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 548043288960] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 548043288960] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547841560960] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547841560960] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 548009718144] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 548009718144] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 548034896256] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 548034896256] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 548018110848] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 548018110848] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 548026503552] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 548026503552] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 548001325440] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 548001325440] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547866788224] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547866788224] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547942470016] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547942470016] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547875197312] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547875197312] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547900424576] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547900424576] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547883606400] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547883606400] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547892015488] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547892015488] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547849970048] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547849970048] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547841560960] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547841560960] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547858379136] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547858379136] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 548043288960] [remote someip:39608] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 548043288960] (104)Connection reset by peer: [remote someip:39608] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 548018110848] [remote someip:42570] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 548018110848] (104)Connection reset by peer: [remote someip:42570] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 546618446208] [client someip:51356] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 546618446208] (104)Connection reset by peer: [client someip:51356] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547934060928] [remote someip:41488] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547934060928] (104)Connection reset by peer: [remote someip:41488] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547883606400] [remote someip:59016] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547883606400] (104)Connection reset by peer: [remote someip:59016] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547892015488] [remote someip:59016] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547892015488] (104)Connection reset by peer: [remote someip:59016] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547917242752] [remote someip:59016] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547917242752] (104)Connection reset by peer: [remote someip:59016] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547875197312] [remote someip:59016] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547875197312] (104)Connection reset by peer: [remote someip:59016] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547900424576] [remote someip:59016] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547900424576] (104)Connection reset by peer: [remote someip:59016] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547866788224] [remote someip:59016] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547866788224] (104)Connection reset by peer: [remote someip:59016] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547908833664] [remote someip:59016] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547908833664] (104)Connection reset by peer: [remote someip:59016] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 548043288960] [remote someip:59016] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 548043288960] (104)Connection reset by peer: [remote someip:59016] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547858379136] [remote someip:59016] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547858379136] (104)Connection reset by peer: [remote someip:59016] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 548026503552] [remote someip:59016] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 548026503552] (104)Connection reset by peer: [remote someip:59016] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 548009718144] [remote someip:38196] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 548009718144] (104)Connection reset by peer: [remote someip:38196] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 548001325440] [remote someip:37112] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 548001325440] (104)Connection reset by peer: [remote someip:37112] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547976106368] [remote someip:37112] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547976106368] (104)Connection reset by peer: [remote someip:37112] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547967697280] [remote someip:37112] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547967697280] (104)Connection reset by peer: [remote someip:37112] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547950879104] [remote someip:37112] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547950879104] (104)Connection reset by peer: [remote someip:37112] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547934060928] [remote someip:37112] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547934060928] (104)Connection reset by peer: [remote someip:37112] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547917242752] [remote someip:37112] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547917242752] (104)Connection reset by peer: [remote someip:37112] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492905:tid 547984515456] [remote someip:37112] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492905:tid 547984515456] (104)Connection reset by peer: [remote someip:37112] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 492904:tid 547976106368] [remote someip:56226] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 492904:tid 547976106368] (104)Connection reset by peer: [remote someip:56226] AH01075: Error dispatching request to :4443: 
[ssl:warn] [pid 534138:tid 547865162816] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 534138:tid 547865162816] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 534138:tid 547865162816] AH02604: Unable to configure certificate localhost:443:0 for stapling
[ssl:warn] [pid 534139:tid 547865162816] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 534139:tid 547865162816] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 534139:tid 547865162816] AH02604: Unable to configure certificate localhost:443:0 for stapling
[proxy_fcgi:error] [pid 534141:tid 547821961600] [remote someip:57328] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 534141:tid 547821961600] (104)Connection reset by peer: [remote someip:57328] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 534141:tid 547830354304] [remote someip:57328] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 534141:tid 547830354304] (104)Connection reset by peer: [remote someip:57328] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 534141:tid 547813568896] [remote someip:57328] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 534141:tid 547813568896] (104)Connection reset by peer: [remote someip:57328] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 534141:tid 547838747008] [remote someip:57328] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 534141:tid 547838747008] (104)Connection reset by peer: [remote someip:57328] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 534141:tid 547805176192] [remote someip:57328] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 534141:tid 547805176192] (104)Connection reset by peer: [remote someip:57328] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 534141:tid 547847139712] [remote someip:57328] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 534141:tid 547847139712] (104)Connection reset by peer: [remote someip:57328] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 534141:tid 547653812608] [remote someip:57328] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 534141:tid 547653812608] (104)Connection reset by peer: [remote someip:57328] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 534141:tid 547796767104] [remote someip:57328] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 534141:tid 547796767104] (104)Connection reset by peer: [remote someip:57328] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 534141:tid 547788358016] [remote someip:57328] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 534141:tid 547788358016] (104)Connection reset by peer: [remote someip:57328] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 534141:tid 547779948928] [remote someip:57328] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 534141:tid 547779948928] (104)Connection reset by peer: [remote someip:57328] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 534141:tid 547771539840] [remote someip:57334] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 534141:tid 547771539840] (104)Connection reset by peer: [remote someip:57334] AH01075: Error dispatching request to :4443: 
[ssl:warn] [pid 490:tid 548315608128] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 490:tid 548315608128] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 490:tid 548315608128] AH02604: Unable to configure certificate localhost:443:0 for stapling
[ssl:warn] [pid 626:tid 548315608128] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 626:tid 548315608128] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 626:tid 548315608128] AH02604: Unable to configure certificate localhost:443:0 for stapling
[proxy_fcgi:error] [pid 627:tid 548238803328] [remote someip:34458] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548238803328] (104)Connection reset by peer: [remote someip:34458] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 548255621504] [remote someip:34458] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548255621504] (104)Connection reset by peer: [remote someip:34458] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 548280799616] [remote someip:34458] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548280799616] (104)Connection reset by peer: [remote someip:34458] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 548264014208] [remote someip:34458] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548264014208] (104)Connection reset by peer: [remote someip:34458] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 548289192320] [remote someip:34458] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548289192320] (104)Connection reset by peer: [remote someip:34458] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 548272406912] [remote someip:34458] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548272406912] (104)Connection reset by peer: [remote someip:34458] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 548247212416] [remote someip:34458] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548247212416] (104)Connection reset by peer: [remote someip:34458] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 548230394240] [remote someip:34458] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548230394240] (104)Connection reset by peer: [remote someip:34458] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 548213576064] [remote someip:34458] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548213576064] (104)Connection reset by peer: [remote someip:34458] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 548221985152] [remote someip:34458] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548221985152] (104)Connection reset by peer: [remote someip:34458] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 548305977728] [remote someip:37728] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 548305977728] (104)Connection reset by peer: [remote someip:37728] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 548171530624] [remote someip:34052] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548171530624] (104)Connection reset by peer: [remote someip:34052] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 548264014208] [remote someip:51238] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 548264014208] (104)Connection reset by peer: [remote someip:51238] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 548272406912] [remote someip:51238] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 548272406912] (104)Connection reset by peer: [remote someip:51238] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 548247212416] [remote someip:51238] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 548247212416] (104)Connection reset by peer: [remote someip:51238] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 548280799616] [remote someip:51238] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 548280799616] (104)Connection reset by peer: [remote someip:51238] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 548289192320] [remote someip:51238] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 548289192320] (104)Connection reset by peer: [remote someip:51238] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 548238803328] [remote someip:51238] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 548238803328] (104)Connection reset by peer: [remote someip:51238] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 548255621504] [remote someip:51238] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 548255621504] (104)Connection reset by peer: [remote someip:51238] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 548230394240] [remote someip:51238] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 548230394240] (104)Connection reset by peer: [remote someip:51238] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 548221985152] [remote someip:51238] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 548221985152] (104)Connection reset by peer: [remote someip:51238] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 548213576064] [remote someip:51238] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 548213576064] (104)Connection reset by peer: [remote someip:51238] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 548163121536] [remote someip:41442] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 548163121536] (104)Connection reset by peer: [remote someip:41442] AH01075: Error dispatching request to :4443: 
[ssl:warn] [pid 491:tid 547600761920] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 491:tid 547600761920] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 491:tid 547600761920] AH02604: Unable to configure certificate localhost:443:0 for stapling
[ssl:warn] [pid 626:tid 547600761920] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[ssl:error] [pid 626:tid 547600761920] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT]
[ssl:error] [pid 626:tid 547600761920] AH02604: Unable to configure certificate localhost:443:0 for stapling
[proxy_fcgi:error] [pid 627:tid 547372609920] [client someip:49180] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Doctrine\\DBAL\\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory in /var/www/nextcloud/lib/private/DB/Connection.php:140\nStack trace:\n#0 /var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1531): OC\\DB\\Connection->connect()\n#1 /var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1029): Doctrine\\DBAL\\Connection->getWrappedConnection()\n#2 /var/www/nextcloud/lib/private/DB/Connection.php(262): Doctrine\\DBAL\\Connection->executeQuery()\n#3 /var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php(345): OC\\DB\\Connection->executeQuery()\n#4 /var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php(280): Doctrine\\DBAL\\Query\\QueryBuilder->execute()\n#5 /var/www/nextcloud/lib/private/AppConfig.php(418): OC\\DB\\QueryBuilder\\QueryBuilder->execute()\n#6 /var/www/nextcloud/lib/private/AppConfig.php(184): OC\\AppConfig->loadConfigValues()\n#7 /var/www/nextcloud/lib/p...'
[proxy_fcgi:error] [pid 628:tid 547473502592] [remote someip:54664] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547473502592] (104)Connection reset by peer: [remote someip:54664] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547481911680] [remote someip:54664] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547481911680] (104)Connection reset by peer: [remote someip:54664] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547431457152] [remote someip:54664] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547431457152] (104)Connection reset by peer: [remote someip:54664] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547507138944] [remote someip:54664] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547507138944] (104)Connection reset by peer: [remote someip:54664] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547591131520] [remote someip:54664] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547591131520] (104)Connection reset by peer: [remote someip:54664] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547465093504] [remote someip:54664] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547465093504] (104)Connection reset by peer: [remote someip:54664] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547574346112] [remote someip:54664] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547574346112] (104)Connection reset by peer: [remote someip:54664] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547582738816] [remote someip:54664] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547582738816] (104)Connection reset by peer: [remote someip:54664] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547448275328] [remote someip:54664] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547448275328] (104)Connection reset by peer: [remote someip:54664] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547439866240] [remote someip:54664] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547439866240] (104)Connection reset by peer: [remote someip:54664] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547582738816] [remote someip:40654] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547582738816] (104)Connection reset by peer: [remote someip:40654] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 545527951744] [client someip:51358] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 545527951744] (104)Connection reset by peer: [client someip:51358] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547498729856] [remote someip:48830] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547498729856] (104)Connection reset by peer: [remote someip:48830] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547490320768] [remote someip:42582] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547490320768] (104)Connection reset by peer: [remote someip:42582] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547473502592] [remote someip:42582] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547473502592] (104)Connection reset by peer: [remote someip:42582] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547532366208] [remote someip:42582] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547532366208] (104)Connection reset by peer: [remote someip:42582] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547397820800] [remote someip:42582] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547397820800] (104)Connection reset by peer: [remote someip:42582] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547389411712] [remote someip:42582] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547389411712] (104)Connection reset by peer: [remote someip:42582] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547507138944] [remote someip:42582] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547507138944] (104)Connection reset by peer: [remote someip:42582] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547481911680] [remote someip:42582] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547481911680] (104)Connection reset by peer: [remote someip:42582] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547515548032] [remote someip:60838] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547515548032] (104)Connection reset by peer: [remote someip:60838] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547515548032] [remote someip:46636] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547515548032] (104)Connection reset by peer: [remote someip:46636] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547523957120] [remote someip:46636] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547523957120] (104)Connection reset by peer: [remote someip:46636] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547549168000] [remote someip:46636] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547549168000] (104)Connection reset by peer: [remote someip:46636] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547490320768] [remote someip:46636] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547490320768] (104)Connection reset by peer: [remote someip:46636] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547540775296] [remote someip:46636] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547540775296] (104)Connection reset by peer: [remote someip:46636] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547557560704] [remote someip:46636] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547557560704] (104)Connection reset by peer: [remote someip:46636] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547456684416] [remote someip:46636] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547456684416] (104)Connection reset by peer: [remote someip:46636] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547423048064] [remote someip:46636] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547423048064] (104)Connection reset by peer: [remote someip:46636] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547481911680] [remote someip:46636] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547481911680] (104)Connection reset by peer: [remote someip:46636] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547473502592] [remote someip:46636] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547473502592] (104)Connection reset by peer: [remote someip:46636] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547565953408] [remote someip:50268] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547565953408] (104)Connection reset by peer: [remote someip:50268] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547465093504] [remote someip:49426] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547465093504] (104)Connection reset by peer: [remote someip:49426] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547214033280] [client someip:51360] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547214033280] (104)Connection reset by peer: [client someip:51360] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547406229888] [remote someip:55884] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547406229888] (104)Connection reset by peer: [remote someip:55884] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547574346112] [remote someip:48100] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547574346112] (104)Connection reset by peer: [remote someip:48100] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547397820800] [remote someip:48100] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547397820800] (104)Connection reset by peer: [remote someip:48100] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547448275328] [remote someip:48100] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547448275328] (104)Connection reset by peer: [remote someip:48100] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547389411712] [remote someip:48100] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547389411712] (104)Connection reset by peer: [remote someip:48100] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547582738816] [remote someip:48100] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547582738816] (104)Connection reset by peer: [remote someip:48100] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547439866240] [remote someip:48100] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547439866240] (104)Connection reset by peer: [remote someip:48100] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 628:tid 547414638976] [remote someip:48100] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 628:tid 547414638976] (104)Connection reset by peer: [remote someip:48100] AH01075: Error dispatching request to :4443: 
[proxy_fcgi:error] [pid 627:tid 547439866240] [remote someip:45952] AH01067: Failed to read FastCGI header
[proxy_fcgi:error] [pid 627:tid 547439866240] (104)Connection reset by peer: [remote someip:45952] AH01075: Error dispatching request to :4443: 

Apparently, I had asked the wrong question or my question the wrong way so that I did not get any reply here. But in the meantime php8.1 and a bunch of related packages got updated and after another apt-get upgrade things are working again for now. I hope this is now more permanent than last time.

1 Like