Jump to content
Froxlor Forum

stolly82

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by stolly82

  1. Hey, 

     

    vielen Dank für die schnelle Antwort 🙂

     

    Leider Ja 🙂 

     

    Ich habe im Test-Script phpinfo() direkt ausgegeben um sicher zu gehen, dass das auch genau die Version ist, die ich nutze. 

     

     

     

    Directive Local Value Master Value
    zlib.output_compression Off Off
    zlib.output_compression_level -1 -1
    zlib.output_handler no value no value

     

    html_errors On On
    ignore_repeated_errors Off Off
    ignore_repeated_source Off Off
    ignore_user_abort On Off
    implicit_flush Off Off
    include_path .:/var/customers/webs/stoll/yii/protected/extensions/EExcelView:/var/customers/webs/stoll/yii/protected/components:/var/customers/webs/stoll/yii/protected/models:/usr/share/php .:/usr/share/php
    input_encoding no value no value
    internal_encoding no value no value
    log_errors On On
    log_errors_max_len 1024 1024
    mail.add_x_header Off Off
    mail.force_extra_parameters no value no value
    mail.log no value no value
    max_execution_time 0 3600
    max_file_uploads 20 20
    max_input_nesting_level 64 64
    max_input_time 240 240
    max_input_vars 1000 1000
    max_multipart_body_parts -1 -1
    memory_limit 4048M 4048M
    open_basedir no value no value
    output_buffering 4096 4096
    output_encoding no value no value
    output_handler no value no value
    post_max_size 256M 256M
  2. Hallo zusammen, 

    wir haben Jahrelang einen Debian 10 Server mit Froxlor und php7.3 genutzt und haben jetzt auf einen neuen Server mit Debain 12 und PHP [7.3|8.1|8.2] FPM gewechselt. 

    Seit dem funktioniert keine live Ausgabe in den Scripts mehr:

    Simples Beispiel:

    ``` php 

    if (ob_get_level() == 0) ob_start();
    for ($i = 0; $i<3; $i++){
     
    echo "<br> Line to show.";
    echo str_pad('',4096)."\n";
     
    ob_flush();
    flush();
    sleep(1);
    }
     
    echo "Done.";
     
    ob_end_flush();


    ```

    Ich habe wirklich sehr viel gelesen und die Settings geprüft, ich finde den Fehler aber nicht. 


    Settings die dafür verantwortlich sein sollen:
    php.ini
    ```
    output_buffering = 4096
    zlib.output_compression = Off
    implicit_flush = Off

    ```

    Funktioniert aber nicht, es wird immer erst ausgegeben, wenn das Script beendet ist.

    Kann mit da jemand helfen oder eine Info geben, was das sein könnte? 

     

     

  3. Hey together, 

    may be somebody has an idea what's happen.

    We have a lot long running scripts on our server (60-90 min runtime) and they are running with our settings (also with FCGID) very well, when the server has deactivated cron. 

    When "service cron start" is running the scripts are stopping about all 10 minutes.

    When I switch FCGID to off, the scripts are also running perfect with an activated cron. 

    image.thumb.png.e2363781e1290a221b0bbeaeab173d69.png

     

    The Froxlor MasterCron is doing then something all 10 min. where FCGID is reloading or restarting. 

     

    Does anybody have an idea what could this be? 

     

    Here are the logs from the time of the crash .

     

    Thanks a lot

     

    Jan

     

    ==> /var/customers/logs/stoll-access.log <==
    88.130.57.220 - - [09/Mar/2020:13:56:10 +0100] "GET /?_task=logout&_token=vXuambnYrvCZp7OO7Ky3BbJFd7PEkqj0 HTTP/1.1" 200 3027 "http://mail.XX.de/?_task=mail&_mbox=INBOX" "Mozilla/5.0 (X11; CrOS x86_64 12607.81.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.119 Safari/537.36"
    
    ==> /var/log/apache2/access.log <==
    ::1 - - [09/Mar/2020:13:56:11 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.38 (Debian) mod_fcgid/2.3.9 OpenSSL/1.1.1d (internal dummy connection)"
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:12.405006 2020] [mpm_prefork:notice] [pid 1221] AH00171: Graceful restart requested, doing restart
    
    ==> /var/log/apache2/access.log <==
    ::1 - - [09/Mar/2020:13:56:12 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.38 (Debian) mod_fcgid/2.3.9 OpenSSL/1.1.1d (internal dummy connection)"
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:15.510491 2020] [fcgid:info] [pid 6053] mod_fcgid: process /var/www/php-fcgi-scripts/stoll/XX.de/php-fcgi-starter(6061) exit(shutting down), terminated by calling exit(), return code: 0
    [Mon Mar 09 13:56:15.510545 2020] [fcgid:info] [pid 6053] mod_fcgid: process /var/www/php-fcgi-scripts/Hannimoon/XXpluseins.de/php-fcgi-starter(6062) exit(shutting down), terminated by calling exit(), return code: 0
    [Mon Mar 09 13:56:15.510560 2020] [fcgid:info] [pid 6053] mod_fcgid: process /var/www/php-fcgi-scripts/stoll/XX.de/php-fcgi-starter(6067) exit(shutting down), terminated by calling exit(), return code: 0
    [Mon Mar 09 13:56:15.510571 2020] [fcgid:info] [pid 6053] mod_fcgid: process /var/www/php-fcgi-scripts/stoll/XX.de/php-fcgi-starter(6085) exit(shutting down), terminated by calling exit(), return code: 0
    [Mon Mar 09 13:56:15.510582 2020] [fcgid:info] [pid 6053] mod_fcgid: process /var/www/php-fcgi-scripts/Hannimoon/XXpluseins.de/php-fcgi-starter(6096) exit(shutting down), terminated by calling exit(), return code: 0
    [Mon Mar 09 13:56:15.510609 2020] [fcgid:info] [pid 6053] mod_fcgid: process /var/www/php-fcgi-scripts/froxlor.panel/katyp.XX.de/php-fcgi-starter(6303) exit(shutting down), terminated by calling exit(), return code: 0
    [Mon Mar 09 13:56:15.510636 2020] [fcgid:info] [pid 6053] mod_fcgid: process /var/www/php-fcgi-scripts/stoll/XX.de/php-fcgi-starter(6606) exit(shutting down), terminated by calling exit(), return code: 0
    [Mon Mar 09 13:56:15.510653 2020] [fcgid:info] [pid 6053] mod_fcgid: process /var/www/php-fcgi-scripts/stoll/mail.XX.de/php-fcgi-starter(11546) exit(shutting down), terminated by calling exit(), return code: 0
    [Mon Mar 09 13:56:15.510664 2020] [fcgid:info] [pid 6053] mod_fcgid: process /var/www/php-fcgi-scripts/Hannimoon/XXpluseins.de/php-fcgi-starter(11997) exit(shutting down), terminated by calling exit(), return code: 0
    [Mon Mar 09 13:56:15.510675 2020] [fcgid:info] [pid 6053] mod_fcgid: process /var/www/php-fcgi-scripts/Hannimoon/XXpluseins.de/php-fcgi-starter(11999) exit(shutting down), terminated by calling exit(), return code: 0
    [Mon Mar 09 13:56:23.781757 2020] [fcgid:error] [pid 6053] FastCGI process 6066 still did not exit, terminating forcefully
    
    ==> /var/customers/logs/stoll-error.log <==
    [Mon Mar 09 13:56:23.784045 2020] [fcgid:warn] [pid 6065] (104)Connection reset by peer: [client 91.248.65.25:53901] mod_fcgid: error reading data from FastCGI server
    [Mon Mar 09 13:56:23.784108 2020] [core:error] [pid 6065] [client 91.248.65.25:53901] End of script output before headers: index.php
    [Mon Mar 09 13:56:23.784140 2020] [fcgid:emerg] [pid 6065] (22)Invalid argument: [client 91.248.65.25:53901] mod_fcgid: can't lock process table in pid 6065
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:24.782912 2020] [fcgid:info] [pid 6053] mod_fcgid: process /var/www/php-fcgi-scripts/stoll/XX.de/php-fcgi-starter(6066) exit(shutting down), get stop signal 9
    [Mon Mar 09 13:56:24.782984 2020] [fcgid:info] [pid 6053] mod_fcgid: Process manager 6053 stopped
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using katyP.XX.de. Set the 'ServerName' directive globally to suppress this message
    [Mon Mar 09 13:56:24.819307 2020] [fcgid:info] [pid 13680] mod_fcgid: Process manager 13680 started
    [Mon Mar 09 13:56:24.840366 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(401): AH00821: shmcb_init allocated 131072 bytes of shared memory
    [Mon Mar 09 13:56:24.840391 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(417): AH00822: for 130984 bytes (131072 including header), recommending 4 subcaches, 21 indexes each
    [Mon Mar 09 13:56:24.840396 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(450): AH00824: shmcb_init_memory choices follow
    [Mon Mar 09 13:56:24.840400 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(452): AH00825: subcache_num = 4
    [Mon Mar 09 13:56:24.840403 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(454): AH00826: subcache_size = 32744
    [Mon Mar 09 13:56:24.840406 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(456): AH00827: subcache_data_offset = 520
    [Mon Mar 09 13:56:24.840410 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(458): AH00828: subcache_data_size = 32224
    [Mon Mar 09 13:56:24.840413 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(460): AH00829: index_num = 21
    [Mon Mar 09 13:56:24.840425 2020] [socache_shmcb:info] [pid 1221] AH00830: Shared memory socache initialised
    [Mon Mar 09 13:56:24.840441 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(401): AH00821: shmcb_init allocated 512000 bytes of shared memory
    [Mon Mar 09 13:56:24.840447 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(417): AH00822: for 511912 bytes (512000 including header), recommending 32 subcaches, 88 indexes each
    [Mon Mar 09 13:56:24.840452 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(450): AH00824: shmcb_init_memory choices follow
    [Mon Mar 09 13:56:24.840456 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(452): AH00825: subcache_num = 32
    [Mon Mar 09 13:56:24.840460 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(454): AH00826: subcache_size = 15992
    [Mon Mar 09 13:56:24.840463 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(456): AH00827: subcache_data_offset = 2128
    [Mon Mar 09 13:56:24.840467 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(458): AH00828: subcache_data_size = 13864
    [Mon Mar 09 13:56:24.840471 2020] [socache_shmcb:debug] [pid 1221] mod_socache_shmcb.c(460): AH00829: index_num = 88
    [Mon Mar 09 13:56:24.840540 2020] [socache_shmcb:info] [pid 1221] AH00830: Shared memory socache initialised
    [Mon Mar 09 13:56:24.840546 2020] [ssl:info] [pid 1221] AH01887: Init: Initializing (virtual) servers for SSL
    [Mon Mar 09 13:56:24.840564 2020] [ssl:info] [pid 1221] AH01914: Configuring server katyP.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.840569 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (katyP.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.840731 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.840914 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [katyP.XX.de:443] Cert does not match for name 'katyP.XX.de' [subject: CN=Debian-103-buster-64-LAMP / issuer: CN=Debian-103-buster-64-LAMP / serial: 20B7F6B3E8A0C200B7FFB9926BC7055B9A043767 / notbefore: Feb 21 20:21:58 2020 GMT / notafter: Feb 18 20:21:58 2030 GMT]
    [Mon Mar 09 13:56:24.840925 2020] [ssl:warn] [pid 1221] AH01909: katyP.XX.de:443:0 server certificate does NOT include an ID which matches the server name
    [Mon Mar 09 13:56:24.840929 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key katyP.XX.de:443:0 configured from /etc/ssl/certs/ssl-cert-snakeoil.pem and /etc/ssl/private/ssl-cert-snakeoil.key
    
    ==> /var/customers/logs/stoll-error.log <==
    [Mon Mar 09 13:56:24.840978 2020] [ssl:info] [pid 1221] AH01914: Configuring server XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.840991 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.841224 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.841343 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.841352 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.841551 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [XX.de:443] Cert matches for name 'XX.de' [subject: CN=XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 0392DA3F94BC2D6E8C6B46B34620EB4A1091 / notbefore: Feb 27 17:50:25 2020 GMT / notafter: May 27 17:50:25 2020 GMT]
    [Mon Mar 09 13:56:24.841562 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key XX.de:443:0 configured from /etc/ssl/froxlor-custom/XX.de.crt and /etc/ssl/froxlor-custom/XX.de.key
    [Mon Mar 09 13:56:24.841619 2020] [ssl:info] [pid 1221] AH01914: Configuring server XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.841628 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.841843 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.841962 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.841971 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.842154 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [XX.de:443] Cert matches for name 'XX.de' [subject: CN=XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 044D03AB4E849945CB93DE6CA796D6065A7E / notbefore: Feb 27 17:50:34 2020 GMT / notafter: May 27 17:50:34 2020 GMT]
    [Mon Mar 09 13:56:24.842165 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key XX.de:443:0 configured from /etc/ssl/froxlor-custom/XX.de.crt and /etc/ssl/froxlor-custom/XX.de.key
    [Mon Mar 09 13:56:24.842801 2020] [ssl:info] [pid 1221] AH01914: Configuring server retouren.center:443 for SSL protocol
    [Mon Mar 09 13:56:24.842811 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (retouren.center:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.843044 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.843170 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.843180 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.843368 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [retouren.center:443] Cert matches for name 'retouren.center' [subject: CN=retouren.center / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 031AFC8A98EB377E4E3CF375E76CF37C95E7 / notbefore: Feb 27 17:51:45 2020 GMT / notafter: May 27 17:51:45 2020 GMT]
    [Mon Mar 09 13:56:24.843379 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key retouren.center:443:0 configured from /etc/ssl/froxlor-custom/retouren.center.crt and /etc/ssl/froxlor-custom/retouren.center.key
    [Mon Mar 09 13:56:24.843447 2020] [ssl:info] [pid 1221] AH01914: Configuring server XX.center:443 for SSL protocol
    [Mon Mar 09 13:56:24.843456 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (XX.center:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.843669 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.843774 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.843783 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.843970 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [XX.center:443] Cert matches for name 'XX.center' [subject: CN=XX.center / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 0339AEE6D7DFFB34794F98BA6AAC2305C0C6 / notbefore: Feb 27 17:51:39 2020 GMT / notafter: May 27 17:51:39 2020 GMT]
    [Mon Mar 09 13:56:24.843981 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key XX.center:443:0 configured from /etc/ssl/froxlor-custom/XX.center.crt and /etc/ssl/froxlor-custom/XX.center.key
    [Mon Mar 09 13:56:24.844039 2020] [ssl:info] [pid 1221] AH01914: Configuring server refurb.center:443 for SSL protocol
    [Mon Mar 09 13:56:24.844048 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (refurb.center:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.844260 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.844380 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.844390 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.844574 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [refurb.center:443] Cert matches for name 'refurb.center' [subject: CN=refurb.center / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 0355A2AFBD97727AB4ED6348F10060887B55 / notbefore: Feb 27 17:51:26 2020 GMT / notafter: May 27 17:51:26 2020 GMT]
    [Mon Mar 09 13:56:24.844585 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key refurb.center:443:0 configured from /etc/ssl/froxlor-custom/refurb.center.crt and /etc/ssl/froxlor-custom/refurb.center.key
    [Mon Mar 09 13:56:24.844644 2020] [ssl:info] [pid 1221] AH01914: Configuring server XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.844652 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.844886 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.845007 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.845016 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.845202 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [XX.de:443] Cert matches for name 'XX.de' [subject: CN=XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 0456B2FB2CDD46FA17FB85CF618E42DCE26A / notbefore: Feb 27 17:50:08 2020 GMT / notafter: May 27 17:50:08 2020 GMT]
    [Mon Mar 09 13:56:24.845213 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key XX.de:443:0 configured from /etc/ssl/froxlor-custom/XX.de.crt and /etc/ssl/froxlor-custom/XX.de.key
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:24.845270 2020] [ssl:info] [pid 1221] AH01914: Configuring server bit-electronix.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.845280 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (bit-electronix.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.845501 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.845619 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.845628 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.845812 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [bit-electronix.de:443] Cert matches for name 'bit-electronix.de' [subject: CN=bit-electronix.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 037CC96270029DDB55325C31B408F2DC444B / notbefore: Feb 27 17:50:41 2020 GMT / notafter: May 27 17:50:41 2020 GMT]
    [Mon Mar 09 13:56:24.845823 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key bit-electronix.de:443:0 configured from /etc/ssl/froxlor-custom/bit-electronix.de.crt and /etc/ssl/froxlor-custom/bit-electronix.de.key
    
    ==> /var/customers/logs/stoll-error.log <==
    [Mon Mar 09 13:56:24.845881 2020] [ssl:info] [pid 1221] AH01914: Configuring server b-ware.center:443 for SSL protocol
    [Mon Mar 09 13:56:24.845896 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (b-ware.center:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.846125 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.846242 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.846251 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.846435 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [b-ware.center:443] Cert matches for name 'b-ware.center' [subject: CN=b-ware.center / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 031548346D7D382FBE898B330680B232159D / notbefore: Feb 27 17:51:32 2020 GMT / notafter: May 27 17:51:32 2020 GMT]
    [Mon Mar 09 13:56:24.846446 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key b-ware.center:443:0 configured from /etc/ssl/froxlor-custom/b-ware.center.crt and /etc/ssl/froxlor-custom/b-ware.center.key
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:24.846503 2020] [ssl:info] [pid 1221] AH01914: Configuring server b-i-t-gmbh.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.846512 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (b-i-t-gmbh.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.846731 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.846872 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.846882 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.847070 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [b-i-t-gmbh.de:443] Cert matches for name 'b-i-t-gmbh.de' [subject: CN=b-i-t-gmbh.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 04078F0E0BAAB42E0978840E3AFB1F6E0EF2 / notbefore: Feb 27 17:50:18 2020 GMT / notafter: May 27 17:50:18 2020 GMT]
    [Mon Mar 09 13:56:24.847082 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key b-i-t-gmbh.de:443:0 configured from /etc/ssl/froxlor-custom/b-i-t-gmbh.de.crt and /etc/ssl/froxlor-custom/b-i-t-gmbh.de.key
    
    ==> /var/customers/logs/stoll-error.log <==
    [Mon Mar 09 13:56:24.847142 2020] [ssl:info] [pid 1221] AH01914: Configuring server yii.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.847152 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (yii.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.847372 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.847492 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.847501 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.847690 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [yii.XX.de:443] Cert does not match for name 'yii.XX.de' [subject: CN=XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 044D03AB4E849945CB93DE6CA796D6065A7E / notbefore: Feb 27 17:50:34 2020 GMT / notafter: May 27 17:50:34 2020 GMT]
    [Mon Mar 09 13:56:24.847701 2020] [ssl:warn] [pid 1221] AH01909: yii.XX.de:443:0 server certificate does NOT include an ID which matches the server name
    [Mon Mar 09 13:56:24.847705 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key yii.XX.de:443:0 configured from /etc/ssl/froxlor-custom/yii.XX.de.crt and /etc/ssl/froxlor-custom/yii.XX.de.key
    [Mon Mar 09 13:56:24.847763 2020] [ssl:info] [pid 1221] AH01914: Configuring server wh13.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.847771 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (wh13.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.847985 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.848102 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.848111 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.848304 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [wh13.XX.de:443] Cert does not match for name 'wh13.XX.de' [subject: CN=XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 0456B2FB2CDD46FA17FB85CF618E42DCE26A / notbefore: Feb 27 17:50:08 2020 GMT / notafter: May 27 17:50:08 2020 GMT]
    [Mon Mar 09 13:56:24.848315 2020] [ssl:warn] [pid 1221] AH01909: wh13.XX.de:443:0 server certificate does NOT include an ID which matches the server name
    [Mon Mar 09 13:56:24.848320 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key wh13.XX.de:443:0 configured from /etc/ssl/froxlor-custom/wh13.XX.de.crt and /etc/ssl/froxlor-custom/wh13.XX.de.key
    [Mon Mar 09 13:56:24.848378 2020] [ssl:info] [pid 1221] AH01914: Configuring server supportguides.bit-electronix.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.848393 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (supportguides.bit-electronix.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.848610 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.848727 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.848736 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.848919 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [supportguides.bit-electronix.de:443] Cert does not match for name 'supportguides.bit-electronix.de' [subject: CN=bit-electronix.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 037CC96270029DDB55325C31B408F2DC444B / notbefore: Feb 27 17:50:41 2020 GMT / notafter: May 27 17:50:41 2020 GMT]
    [Mon Mar 09 13:56:24.848930 2020] [ssl:warn] [pid 1221] AH01909: supportguides.bit-electronix.de:443:0 server certificate does NOT include an ID which matches the server name
    [Mon Mar 09 13:56:24.848935 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key supportguides.bit-electronix.de:443:0 configured from /etc/ssl/froxlor-custom/supportguides.bit-electronix.de.crt and /etc/ssl/froxlor-custom/supportguides.bit-electronix.de.key
    [Mon Mar 09 13:56:24.848992 2020] [ssl:info] [pid 1221] AH01914: Configuring server stats2.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.849001 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (stats2.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.849214 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.849333 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.849342 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.849523 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [stats2.XX.de:443] Cert does not match for name 'stats2.XX.de' [subject: CN=XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 044D03AB4E849945CB93DE6CA796D6065A7E / notbefore: Feb 27 17:50:34 2020 GMT / notafter: May 27 17:50:34 2020 GMT]
    [Mon Mar 09 13:56:24.849534 2020] [ssl:warn] [pid 1221] AH01909: stats2.XX.de:443:0 server certificate does NOT include an ID which matches the server name
    [Mon Mar 09 13:56:24.849538 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key stats2.XX.de:443:0 configured from /etc/ssl/froxlor-custom/stats2.XX.de.crt and /etc/ssl/froxlor-custom/stats2.XX.de.key
    [Mon Mar 09 13:56:24.849596 2020] [ssl:info] [pid 1221] AH01914: Configuring server stats.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.849605 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (stats.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.849829 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.849945 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.849954 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.850136 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [stats.XX.de:443] Cert matches for name 'stats.XX.de' [subject: CN=stats.XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 030E4FD1D507865B72AEED538D7DB5D769B9 / notbefore: Feb 27 17:50:56 2020 GMT / notafter: May 27 17:50:56 2020 GMT]
    [Mon Mar 09 13:56:24.850148 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key stats.XX.de:443:0 configured from /etc/ssl/froxlor-custom/stats.XX.de.crt and /etc/ssl/froxlor-custom/stats.XX.de.key
    [Mon Mar 09 13:56:24.850231 2020] [ssl:info] [pid 1221] AH01914: Configuring server partner.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.850240 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (partner.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.850453 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.850567 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.850576 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.850762 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [partner.XX.de:443] Cert does not match for name 'partner.XX.de' [subject: CN=XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 0456B2FB2CDD46FA17FB85CF618E42DCE26A / notbefore: Feb 27 17:50:08 2020 GMT / notafter: May 27 17:50:08 2020 GMT]
    [Mon Mar 09 13:56:24.850778 2020] [ssl:warn] [pid 1221] AH01909: partner.XX.de:443:0 server certificate does NOT include an ID which matches the server name
    [Mon Mar 09 13:56:24.850784 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key partner.XX.de:443:0 configured from /etc/ssl/froxlor-custom/partner.XX.de.crt and /etc/ssl/froxlor-custom/partner.XX.de.key
    [Mon Mar 09 13:56:24.850844 2020] [ssl:info] [pid 1221] AH01914: Configuring server partner.bit-electronix.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.850853 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (partner.bit-electronix.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.851064 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.851176 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.851185 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.851368 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [partner.bit-electronix.de:443] Cert does not match for name 'partner.bit-electronix.de' [subject: CN=bit-electronix.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 037CC96270029DDB55325C31B408F2DC444B / notbefore: Feb 27 17:50:41 2020 GMT / notafter: May 27 17:50:41 2020 GMT]
    [Mon Mar 09 13:56:24.851379 2020] [ssl:warn] [pid 1221] AH01909: partner.bit-electronix.de:443:0 server certificate does NOT include an ID which matches the server name
    [Mon Mar 09 13:56:24.851383 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key partner.bit-electronix.de:443:0 configured from /etc/ssl/froxlor-custom/partner.bit-electronix.de.crt and /etc/ssl/froxlor-custom/partner.bit-electronix.de.key
    [Mon Mar 09 13:56:24.851439 2020] [ssl:info] [pid 1221] AH01914: Configuring server lara.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.851448 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (lara.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.851658 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.851772 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.851781 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.851958 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [lara.XX.de:443] Cert does not match for name 'lara.XX.de' [subject: CN=XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 044D03AB4E849945CB93DE6CA796D6065A7E / notbefore: Feb 27 17:50:34 2020 GMT / notafter: May 27 17:50:34 2020 GMT]
    [Mon Mar 09 13:56:24.851974 2020] [ssl:warn] [pid 1221] AH01909: lara.XX.de:443:0 server certificate does NOT include an ID which matches the server name
    [Mon Mar 09 13:56:24.851978 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key lara.XX.de:443:0 configured from /etc/ssl/froxlor-custom/lara.XX.de.crt and /etc/ssl/froxlor-custom/lara.XX.de.key
    [Mon Mar 09 13:56:24.852036 2020] [ssl:info] [pid 1221] AH01914: Configuring server kontra.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.852044 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (kontra.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.852254 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.852370 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.852379 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.852558 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [kontra.XX.de:443] Cert matches for name 'kontra.XX.de' [subject: CN=kontra.XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 0384A8EEB2A9548BED0C1E9C8C66C675DEF2 / notbefore: Feb 27 17:51:02 2020 GMT / notafter: May 27 17:51:02 2020 GMT]
    [Mon Mar 09 13:56:24.852569 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key kontra.XX.de:443:0 configured from /etc/ssl/froxlor-custom/kontra.XX.de.crt and /etc/ssl/froxlor-custom/kontra.XX.de.key
    [Mon Mar 09 13:56:24.852624 2020] [ssl:info] [pid 1221] AH01914: Configuring server images.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.852632 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (images.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.852842 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.852958 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.852967 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.853148 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [images.XX.de:443] Cert matches for name 'images.XX.de' [subject: CN=images.XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 038C1349CE8191233100231C394E3FD03298 / notbefore: Feb 28 07:05:58 2020 GMT / notafter: May 28 07:05:58 2020 GMT]
    [Mon Mar 09 13:56:24.853159 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key images.XX.de:443:0 configured from /etc/ssl/froxlor-custom/images.XX.de.crt and /etc/ssl/froxlor-custom/images.XX.de.key
    [Mon Mar 09 13:56:24.853215 2020] [ssl:info] [pid 1221] AH01914: Configuring server icecat.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.853223 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (icecat.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.853433 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.853543 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.853552 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.853731 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [icecat.XX.de:443] Cert matches for name 'icecat.XX.de' [subject: CN=icecat.XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 039CE49B1B2D4E34838EB5C02EE9A8B2E324 / notbefore: Feb 27 17:50:47 2020 GMT / notafter: May 27 17:50:47 2020 GMT]
    [Mon Mar 09 13:56:24.853747 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key icecat.XX.de:443:0 configured from /etc/ssl/froxlor-custom/icecat.XX.de.crt and /etc/ssl/froxlor-custom/icecat.XX.de.key
    [Mon Mar 09 13:56:24.853807 2020] [ssl:info] [pid 1221] AH01914: Configuring server gf.XX.center:443 for SSL protocol
    [Mon Mar 09 13:56:24.853816 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (gf.XX.center:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.854033 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.854134 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.854143 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.854324 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [gf.XX.center:443] Cert does not match for name 'gf.XX.center' [subject: CN=XX.center / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 0339AEE6D7DFFB34794F98BA6AAC2305C0C6 / notbefore: Feb 27 17:51:39 2020 GMT / notafter: May 27 17:51:39 2020 GMT]
    [Mon Mar 09 13:56:24.854335 2020] [ssl:warn] [pid 1221] AH01909: gf.XX.center:443:0 server certificate does NOT include an ID which matches the server name
    [Mon Mar 09 13:56:24.854339 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key gf.XX.center:443:0 configured from /etc/ssl/froxlor-custom/gf.XX.center.crt and /etc/ssl/froxlor-custom/gf.XX.center.key
    [Mon Mar 09 13:56:24.854396 2020] [ssl:info] [pid 1221] AH01914: Configuring server employees.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.854404 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (employees.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.854618 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.854739 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.854748 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.854939 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [employees.XX.de:443] Cert does not match for name 'employees.XX.de' [subject: CN=XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 044D03AB4E849945CB93DE6CA796D6065A7E / notbefore: Feb 27 17:50:34 2020 GMT / notafter: May 27 17:50:34 2020 GMT]
    [Mon Mar 09 13:56:24.854951 2020] [ssl:warn] [pid 1221] AH01909: employees.XX.de:443:0 server certificate does NOT include an ID which matches the server name
    [Mon Mar 09 13:56:24.854955 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key employees.XX.de:443:0 configured from /etc/ssl/froxlor-custom/employees.XX.de.crt and /etc/ssl/froxlor-custom/employees.XX.de.key
    [Mon Mar 09 13:56:24.855014 2020] [ssl:info] [pid 1221] AH01914: Configuring server employees.bit-electronix.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.855023 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (employees.bit-electronix.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.855235 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.855353 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.855362 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.855543 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [employees.bit-electronix.de:443] Cert does not match for name 'employees.bit-electronix.de' [subject: CN=bit-electronix.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 037CC96270029DDB55325C31B408F2DC444B / notbefore: Feb 27 17:50:41 2020 GMT / notafter: May 27 17:50:41 2020 GMT]
    [Mon Mar 09 13:56:24.855559 2020] [ssl:warn] [pid 1221] AH01909: employees.bit-electronix.de:443:0 server certificate does NOT include an ID which matches the server name
    [Mon Mar 09 13:56:24.855563 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key employees.bit-electronix.de:443:0 configured from /etc/ssl/froxlor-custom/employees.bit-electronix.de.crt and /etc/ssl/froxlor-custom/employees.bit-electronix.de.key
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:24.855622 2020] [ssl:info] [pid 1221] AH01914: Configuring server katyp.XX.de:443 for SSL protocol
    [Mon Mar 09 13:56:24.855631 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1750): AH10083: Init: (katyp.XX.de:443) mod_md support is unavailable.
    [Mon Mar 09 13:56:24.855849 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(2066): AH02209: CA certificate: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
    [Mon Mar 09 13:56:24.855970 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(1111): AH01904: Configuring server certificate chain (1 CA certificate)
    [Mon Mar 09 13:56:24.855978 2020] [ssl:debug] [pid 1221] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
    [Mon Mar 09 13:56:24.856159 2020] [ssl:debug] [pid 1221] ssl_util_ssl.c(476): AH02412: [katyp.XX.de:443] Cert matches for name 'katyp.XX.de' [subject: CN=katyp.XX.de / issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US / serial: 0354757AB9DAB9249B2FE9FA6E47932A747E / notbefore: Feb 27 13:30:28 2020 GMT / notafter: May 27 13:30:28 2020 GMT]
    [Mon Mar 09 13:56:24.856169 2020] [ssl:info] [pid 1221] AH02568: Certificate and private key katyp.XX.de:443:0 configured from /etc/ssl/froxlor-custom/katyp.XX.de.crt and /etc/ssl/froxlor-custom/katyp.XX.de.key
    [Mon Mar 09 13:56:24.856231 2020] [ssl:info] [pid 1221] AH01876: mod_ssl/2.4.38 compiled against Server: Apache/2.4.38, Library: OpenSSL/1.1.1d
    [Mon Mar 09 13:56:24.856267 2020] [watchdog:debug] [pid 1221] mod_watchdog.c(454): AH010033: Watchdog: Running with WatchdogInterval 1000ms
    [Mon Mar 09 13:56:24.856274 2020] [watchdog:debug] [pid 1221] mod_watchdog.c(462): AH02974: Watchdog: found parent providers.
    [Mon Mar 09 13:56:24.856280 2020] [watchdog:debug] [pid 1221] mod_watchdog.c(508): AH02977: Watchdog: found child providers.
    [Mon Mar 09 13:56:24.856284 2020] [watchdog:debug] [pid 1221] mod_watchdog.c(516): AH02978: Watchdog: Looking for child (_default_).
    [Mon Mar 09 13:56:24.856288 2020] [watchdog:debug] [pid 1221] mod_watchdog.c(516): AH02978: Watchdog: Looking for child (_singleton_).
    [Mon Mar 09 13:56:24.856395 2020] [mpm_prefork:notice] [pid 1221] AH00163: Apache/2.4.38 (Debian) mod_fcgid/2.3.9 OpenSSL/1.1.1d configured -- resuming normal operations
    [Mon Mar 09 13:56:24.856403 2020] [mpm_prefork:info] [pid 1221] AH00164: Server built: 2019-10-15T19:53:42
    [Mon Mar 09 13:56:24.856415 2020] [core:notice] [pid 1221] AH00094: Command line: '/usr/sbin/apache2'
    [Mon Mar 09 13:56:24.856420 2020] [core:debug] [pid 1221] log.c(1571): AH02639: Using SO_REUSEPORT: yes (1)
    [Mon Mar 09 13:56:24.856424 2020] [mpm_prefork:debug] [pid 1221] prefork.c(919): AH00165: Accept mutex: sysvsem (default: sysvsem)
    [Mon Mar 09 13:56:24.857897 2020] [watchdog:debug] [pid 13681] mod_watchdog.c(567): AH02980: Watchdog: nothing configured?
    [Mon Mar 09 13:56:24.858244 2020] [ssl:info] [pid 13681] [client 82.135.246.254:56069] AH01964: Connection to child 14 established (server katyp.XX.de:443)
    [Mon Mar 09 13:56:24.858294 2020] [watchdog:debug] [pid 13682] mod_watchdog.c(567): AH02980: Watchdog: nothing configured?
    [Mon Mar 09 13:56:24.858848 2020] [watchdog:debug] [pid 13683] mod_watchdog.c(567): AH02980: Watchdog: nothing configured?
    [Mon Mar 09 13:56:24.859426 2020] [socache_shmcb:debug] [pid 13681] mod_socache_shmcb.c(532): AH00835: socache_shmcb_retrieve (0xa1 -> subcache 1)
    [Mon Mar 09 13:56:24.859454 2020] [socache_shmcb:debug] [pid 13681] mod_socache_shmcb.c(917): AH00851: shmcb_subcache_retrieve found no match
    [Mon Mar 09 13:56:24.859462 2020] [socache_shmcb:debug] [pid 13681] mod_socache_shmcb.c(542): AH00836: leaving socache_shmcb_retrieve successfully
    [Mon Mar 09 13:56:24.859463 2020] [watchdog:debug] [pid 13684] mod_watchdog.c(567): AH02980: Watchdog: nothing configured?
    [Mon Mar 09 13:56:24.859547 2020] [ssl:debug] [pid 13681] ssl_engine_kernel.c(2319): [client 82.135.246.254:56069] AH02043: SSL virtual host for servername XX.de found
    [Mon Mar 09 13:56:24.859652 2020] [core:debug] [pid 13681] protocol.c(2314): [client 82.135.246.254:56069] AH03155: select protocol from , choices=h2,http/1.1 for server XX.de
    [Mon Mar 09 13:56:24.860012 2020] [watchdog:debug] [pid 13685] mod_watchdog.c(567): AH02980: Watchdog: nothing configured?
    
    ==> /var/customers/logs/stoll-error.log <==
    [Mon Mar 09 13:56:24.896758 2020] [socache_shmcb:debug] [pid 13681] mod_socache_shmcb.c(495): AH00831: socache_shmcb_store (0x4c -> subcache 12)
    [Mon Mar 09 13:56:24.896807 2020] [socache_shmcb:debug] [pid 13681] mod_socache_shmcb.c(849): AH00847: insert happened at idx=0, data=(0:32)
    [Mon Mar 09 13:56:24.896818 2020] [socache_shmcb:debug] [pid 13681] mod_socache_shmcb.c(854): AH00848: finished insert, subcache: idx_pos/idx_used=0/1, data_pos/data_used=0/213
    [Mon Mar 09 13:56:24.896826 2020] [socache_shmcb:debug] [pid 13681] mod_socache_shmcb.c(516): AH00834: leaving socache_shmcb_store successfully
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:24.896845 2020] [ssl:debug] [pid 13681] ssl_engine_kernel.c(2235): [client 82.135.246.254:56069] AH02041: Protocol: TLSv1.2, Cipher: ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)
    
    ==> /var/customers/logs/stoll-error.log <==
    [Mon Mar 09 13:56:24.899436 2020] [ssl:debug] [pid 13681] ssl_engine_kernel.c(383): [client 82.135.246.254:56069] AH02034: Initial (No.1) HTTPS request received for child 14 (server XX.de:443), referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    [Mon Mar 09 13:56:24.899634 2020] [authz_core:debug] [pid 13681] mod_authz_core.c(820): [client 82.135.246.254:56069] AH01626: authorization result of Require all granted: granted, referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    [Mon Mar 09 13:56:24.899656 2020] [authz_core:debug] [pid 13681] mod_authz_core.c(820): [client 82.135.246.254:56069] AH01626: authorization result of <RequireAny>: granted, referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:24.900750 2020] [fcgid:info] [pid 13680] mod_fcgid: server XX.de:/var/www/php-fcgi-scripts/stoll/XX.de/php-fcgi-starter(13686) started
    
    ==> /var/log/apache2/suexec.log <==
    [2020-03-09 13:56:24]: uid: (10000/stoll) gid: (10000/stoll) cmd: php-fcgi-starter
    
    ==> /var/log/apache2/other_vhosts_access.log <==
    XXpluseins.de:80 185.234.219.231 - - [09/Mar/2020:13:56:24 +0100] "GET /.git/config HTTP/1.1" 301 608 "-" "Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:25.054401 2020] [ssl:info] [pid 13683] [client 185.234.219.231:44832] AH01964: Connection to child 6 established (server katyp.XX.de:443)
    [Mon Mar 09 13:56:25.055684 2020] [socache_shmcb:debug] [pid 13683] mod_socache_shmcb.c(532): AH00835: socache_shmcb_retrieve (0x56 -> subcache 22)
    [Mon Mar 09 13:56:25.055720 2020] [socache_shmcb:debug] [pid 13683] mod_socache_shmcb.c(917): AH00851: shmcb_subcache_retrieve found no match
    [Mon Mar 09 13:56:25.055733 2020] [socache_shmcb:debug] [pid 13683] mod_socache_shmcb.c(542): AH00836: leaving socache_shmcb_retrieve successfully
    [Mon Mar 09 13:56:25.055850 2020] [ssl:debug] [pid 13683] ssl_engine_kernel.c(2319): [client 185.234.219.231:44832] AH02043: SSL virtual host for servername XXpluseins.de found
    
    ==> /var/customers/logs/stoll-error.log <==
    [Mon Mar 09 13:56:25.068757 2020] [deflate:debug] [pid 13681] mod_deflate.c(856): [client 82.135.246.254:56069] AH01384: Zlib: Compressed 19 to 21 : URL /system/XX/index.php, referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    
    ==> /var/customers/logs/stoll-access.log <==
    82.135.246.254 - - [09/Mar/2020:13:56:24 +0100] "POST /system/XX/index.php?r=testing/zustand1 HTTP/1.1" 200 3136 "https://XX.de/system/XX/index.php?r=testing/process&karton=12824" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36"
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:25.107585 2020] [ssl:debug] [pid 13683] ssl_engine_kernel.c(2235): [client 185.234.219.231:44832] AH02041: Protocol: TLSv1.2, Cipher: ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)
    
    ==> /var/customers/logs/stoll-error.log <==
    [Mon Mar 09 13:56:25.114401 2020] [ssl:debug] [pid 13681] ssl_engine_kernel.c(383): [client 82.135.246.254:56069] AH02034: Subsequent (No.2) HTTPS request received for child 14 (server XX.de:443), referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    [Mon Mar 09 13:56:25.114544 2020] [authz_core:debug] [pid 13681] mod_authz_core.c(820): [client 82.135.246.254:56069] AH01626: authorization result of Require all granted: granted, referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    [Mon Mar 09 13:56:25.114563 2020] [authz_core:debug] [pid 13681] mod_authz_core.c(820): [client 82.135.246.254:56069] AH01626: authorization result of <RequireAny>: granted, referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:25.165394 2020] [ssl:info] [pid 13684] [client 82.135.246.254:56070] AH01964: Connection to child 8 established (server katyp.XX.de:443)
    [Mon Mar 09 13:56:25.166679 2020] [socache_shmcb:debug] [pid 13684] mod_socache_shmcb.c(532): AH00835: socache_shmcb_retrieve (0x4c -> subcache 12)
    [Mon Mar 09 13:56:25.166713 2020] [socache_shmcb:debug] [pid 13684] mod_socache_shmcb.c(884): AH00849: match at idx=0, data=0
    [Mon Mar 09 13:56:25.166723 2020] [socache_shmcb:debug] [pid 13684] mod_socache_shmcb.c(542): AH00836: leaving socache_shmcb_retrieve successfully
    [Mon Mar 09 13:56:25.166871 2020] [ssl:debug] [pid 13684] ssl_engine_kernel.c(2319): [client 82.135.246.254:56070] AH02043: SSL virtual host for servername XX.de found
    [Mon Mar 09 13:56:25.166958 2020] [core:debug] [pid 13684] protocol.c(2314): [client 82.135.246.254:56070] AH03155: select protocol from , choices=h2,http/1.1 for server XX.de
    [Mon Mar 09 13:56:25.203888 2020] [ssl:debug] [pid 13684] ssl_engine_kernel.c(2235): [client 82.135.246.254:56070] AH02041: Protocol: TLSv1.2, Cipher: ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)
    
    ==> /var/customers/logs/stoll-error.log <==
    [Mon Mar 09 13:56:25.205469 2020] [deflate:debug] [pid 13681] mod_deflate.c(856): [client 82.135.246.254:56069] AH01384: Zlib: Compressed 14420 to 3421 : URL /system/XX/index.php, referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    
    ==> /var/customers/logs/stoll-access.log <==
    82.135.246.254 - - [09/Mar/2020:13:56:25 +0100] "POST /system/XX/index.php?r=testing/zustand1Defect HTTP/1.1" 200 3926 "https://XX.de/system/XX/index.php?r=testing/process&karton=12824" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36"
    
    ==> /var/customers/logs/stoll-error.log <==
    [Mon Mar 09 13:56:25.206086 2020] [ssl:debug] [pid 13684] ssl_engine_kernel.c(383): [client 82.135.246.254:56070] AH02034: Initial (No.1) HTTPS request received for child 8 (server XX.de:443), referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    [Mon Mar 09 13:56:25.206305 2020] [authz_core:debug] [pid 13684] mod_authz_core.c(820): [client 82.135.246.254:56070] AH01626: authorization result of Require all granted: granted, referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    [Mon Mar 09 13:56:25.206329 2020] [authz_core:debug] [pid 13684] mod_authz_core.c(820): [client 82.135.246.254:56070] AH01626: authorization result of <RequireAny>: granted, referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    [Mon Mar 09 13:56:25.256387 2020] [deflate:debug] [pid 13684] mod_deflate.c(856): [client 82.135.246.254:56070] AH01384: Zlib: Compressed 87360 to 10713 : URL /system/XX/index.php, referer: https://XX.de/system/XX/index.php?r=testing/process&karton=12824
    
    ==> /var/customers/logs/stoll-access.log <==
    82.135.246.254 - - [09/Mar/2020:13:56:25 +0100] "GET /system/XX/index.php?ajax=testing-grid&karton=12824&r=testing%2Fprocess HTTP/1.1" 200 11575 "https://XX.de/system/XX/index.php?r=testing/process&karton=12824" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36"
    
    ==> /var/log/apache2/other_vhosts_access.log <==
    XXpluseins.de:80 185.234.219.231 - - [09/Mar/2020:13:56:25 +0100] "GET /.git/config HTTP/1.1" 301 620 "-" "Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
    
    ==> /var/log/apache2/error.log <==
    [Mon Mar 09 13:56:25.862987 2020] [watchdog:debug] [pid 13689] mod_watchdog.c(567): AH02980: Watchdog: nothing configured?
    [Mon Mar 09 13:56:25.863334 2020] [ssl:info] [pid 13689] [client 185.234.219.231:46550] AH01964: Connection to child 0 established (server katyp.XX.de:443)
    [Mon Mar 09 13:56:25.864506 2020] [socache_shmcb:debug] [pid 13689] mod_socache_shmcb.c(532): AH00835: socache_shmcb_retrieve (0x9d -> subcache 29)
    [Mon Mar 09 13:56:25.864537 2020] [socache_shmcb:debug] [pid 13689] mod_socache_shmcb.c(917): AH00851: shmcb_subcache_retrieve found no match
    [Mon Mar 09 13:56:25.864545 2020] [socache_shmcb:debug] [pid 13689] mod_socache_shmcb.c(542): AH00836: leaving socache_shmcb_retrieve successfully
    [Mon Mar 09 13:56:25.864636 2020] [ssl:debug] [pid 13689] ssl_engine_kernel.c(2319): [client 185.234.219.231:46550] AH02043: SSL virtual host for servername www.XXpluseins.de found
    [Mon Mar 09 13:56:25.916987 2020] [ssl:debug] [pid 13689] ssl_engine_kernel.c(2235): [client 185.234.219.231:46550] AH02041: Protocol: TLSv1.2, Cipher: ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)
    [Mon Mar 09 13:56:25.969655 2020] [fcgid:info] [pid 13680] mod_fcgid: server XXplus

     

  4. Hey,

    tonight the server freezes four times 😂

     

    wow and always no logs.

     

    Today Hetzner changed the server again and updated the BIOS because of a known issue from the old BIOS version. 
     

    I can’t see the server also anymore on their page, may be to many issues 🤨

     

    I also think it’s not a Froxlor issue and also not a Buster issue, because otherwise there would be something in the logs. 
     

    This is from my order confirmation email:

     

    Ihre Bestellung:

     1 x Dedicated Root Server SB57
         * AMD Ryzen 7 1700X
         * 2x SSD SATA 512 GB 
         * 4x RAM 16384 MB DDR4 
         * Standort: FSN1
         * Rescue-System (Englisch)

  5. Hey together, 

     

    after almost 4 years using Froxlor on a Jessie system and really no issues I installed now 3 times a new Buster image, unfortunatley the server is crashing really random without any informations I can find. 

     

    Yesterday Hetzner changed my server, because they also told me this can be only a Hardware bug if the image is almost virgin, but today (and now we took that server live) the Server again crashed, so this can't be a hardware fail then. 

     

    We are using just the Hetzner Debian 10.3 LAMP with Froxlor. 

     

    Now Froxlor is the restored version from the old server, the crash is also with a plain image and a virgin Froxlor. 

     

    Strange is, all Logs I checked are clean, there is nothing happen except that the logs are stopping all at the same time (when it freezes) and they are starting again when I make a hard reset. 

     

    This is my journalctl from that time where the crash was. 19:59 I noticed that and restarted the server. 

     

    May be somebody from you has an idea how we can figure out how this can happen and may be a solution 🙂 

    For me it's total not understandable. 

    Thanks 

     

    Jan

     

    HARDWARE:

    Quote

    H/W path              Device     Class      Description

    =======================================================

                                     system     System Product Name (SKU)

    /0                               bus        PRIME B350M-A

    /0/0                             memory     64KiB BIOS

    /0/26                            memory     64GiB System Memory

    /0/26/0                          memory     16GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 2133 MHz (0.5 ns)

    /0/26/1                          memory     16GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 2133 MHz (0.5 ns)

    /0/26/2                          memory     16GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 2133 MHz (0.5 ns)

    /0/26/3                          memory     16GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 2133 MHz (0.5 ns)

    /0/28                            memory     768KiB L1 cache

    /0/29                            memory     4MiB L2 cache

    /0/2a                            memory     16MiB L3 cache

    /0/2b                            processor  AMD Ryzen 7 1700X Eight-Core Processor

    /0/100                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/100/0.2                       generic    Advanced Micro Devices, Inc. [AMD]

    /0/100/1.3                       bridge     Advanced Micro Devices, Inc. [AMD]

    /0/100/1.3/0                     bus        Advanced Micro Devices, Inc. [AMD]

    /0/100/1.3/0/0        usb1       bus        xHCI Host Controller

    /0/100/1.3/0/1        usb2       bus        xHCI Host Controller

    /0/100/1.3/0.1        scsi0      storage    Advanced Micro Devices, Inc. [AMD]

    /0/100/1.3/0.1/0      /dev/sda   disk       512GB Micron_1100_MTFD

    /0/100/1.3/0.1/0/1    /dev/sda1  volume     32GiB Linux raid autodetect partition

    /0/100/1.3/0.1/0/2    /dev/sda2  volume     512MiB Linux raid autodetect partition

    /0/100/1.3/0.1/0/3    /dev/sda3  volume     444GiB Linux raid autodetect partition

    /0/100/1.3/0.1/1      /dev/sdb   disk       512GB Micron_1100_MTFD

    /0/100/1.3/0.1/1/1    /dev/sdb1  volume     32GiB Linux raid autodetect partition

    /0/100/1.3/0.1/1/2    /dev/sdb2  volume     512MiB Linux raid autodetect partition

    /0/100/1.3/0.1/1/3    /dev/sdb3  volume     444GiB Linux raid autodetect partition

    /0/100/1.3/0.2                   bridge     Advanced Micro Devices, Inc. [AMD]

    /0/100/1.3/0.2/0                 bridge     Advanced Micro Devices, Inc. [AMD]

    /0/100/1.3/0.2/0/0               bus        ASMedia Technology Inc.

    /0/100/1.3/0.2/0/0/0  usb3       bus        xHCI Host Controller

    /0/100/1.3/0.2/0/0/1  usb4       bus        xHCI Host Controller

    /0/100/1.3/0.2/4                 bridge     Advanced Micro Devices, Inc. [AMD]

    /0/100/1.3/0.2/5                 bridge     Advanced Micro Devices, Inc. [AMD]

    /0/100/1.3/0.2/6                 bridge     Advanced Micro Devices, Inc. [AMD]

    /0/100/1.3/0.2/6/0    enp6s0     network    RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller

    /0/100/1.3/0.2/7                 bridge     Advanced Micro Devices, Inc. [AMD]

    /0/100/1.3/0.2/7/0               display    Z11/Z11M

    /0/100/7.1                       bridge     Advanced Micro Devices, Inc. [AMD]

    /0/100/7.1/0                     generic    Advanced Micro Devices, Inc. [AMD]

    /0/100/7.1/0.2                   generic    Advanced Micro Devices, Inc. [AMD]

    /0/100/7.1/0.3                   bus        Advanced Micro Devices, Inc. [AMD]

    /0/100/7.1/0.3/0      usb5       bus        xHCI Host Controller

    /0/100/7.1/0.3/1      usb6       bus        xHCI Host Controller

    /0/100/8.1                       bridge     Advanced Micro Devices, Inc. [AMD]

    /0/100/8.1/0                     generic    Advanced Micro Devices, Inc. [AMD]

    /0/100/8.1/0.2                   storage    FCH SATA Controller [AHCI mode]

    /0/100/14                        bus        FCH SMBus Controller

    /0/100/14.3                      bridge     FCH LPC Bridge

    /0/101                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/102                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/103                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/104                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/105                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/106                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/107                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/108                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/109                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/10a                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/10b                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/10c                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/10d                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/10e                           bridge     Advanced Micro Devices, Inc. [AMD]

    /0/1                             system     PnP device PNP0c01

    /0/2                             system     PnP device PNP0b00

    /0/3                             system     PnP device PNP0c02

    /0/4                             system     PnP device PNP0c02

     

    image.png

×
×
  • Create New...