Webservice reagiert nicht  [SOLVED]

For topics beyond KeyHelp. / Für Themen jenseits von KeyHelp.
Hosting2023
Posts: 15
Joined: Mon 9. Oct 2023, 15:52

Webservice reagiert nicht

Post by Hosting2023 »

Server-Betriebssystem + Version
Ubuntu 20.04

Eingesetzte Server-Virtualisierung-Technologie
keine

KeyHelp-Version + Build-Nummer
23.1


Problembeschreibung / Fehlermeldungen
Webservice funktioniert nicht richtig, KH Webseite wird nicht geöffnet.

Erwartetes Ergebnis


Tatsächliches Ergebnis


Schritte zur Reproduktion


Zusätzliche Informationen
Ich habe den PHP aktualisiert, hierbei installierte er Version 8.2 ich habe dieses deinstalliert und installierte 8.1. Den Neustart hierbei dann Fehler Apache, forderte eine Aktualisierung bzw. Neuinstallation. Habe dies getan und seit dem werden die Webanfragen nicht mehr beantwortet, der Server ist aber erreichbar bei einer Ping-Auflösung der eingerichteten Domains. Im Hintergrund laufen auch noch alle Dienste ordnungsgemäß, allerdings halt Port 80 und 443 nicht mehr. Die Einrichtungsseite von Apache wird angezeigt, Syntax bei Überprüfung wird auch mit OK zurückgegeben. Wie kann ich denn wieder auf meine KH Weboberfläche zugreifen? SSH zugriff auf den Server ohne Probleme möglich.
User avatar
Alexander
Keyweb AG
Posts: 3842
Joined: Wed 20. Jan 2016, 02:23

Re: Webservice reagiert nicht

Post by Alexander »

Hallo,

Da kein KeyHelp-Problem, sondern auf Manipulation des Servers zurückzuführen, hab ich das Thema nun nach Offtopic verschoben.

Hosting2023 wrote:Ich habe den PHP aktualisiert, hierbei installierte er Version 8.2 ich habe dieses deinstalliert und installierte 8.1.
Beim Ersten einloggen ins KeyHelp wird dir unter anderem das angezeigt.
KeyHelp wrote:Ändern Sie niemals den Standard-PHP-Interpreter Ihres Betriebssystems.
Wenn Sie andere PHP-Versionen benötigen, verwenden Sie die unter Konfiguration -> PHP-Interpreter bereitgestellten Versionen.
Ubuntu 20 kommt mit 7.4 und das sollte auch nicht verändert werden.

Hosting2023 wrote:Wie kann ich denn wieder auf meine KH Weboberfläche zugreifen?
Hier würde ich einen eine Neuinstallation empfehlen. Aufgrund deiner am System durchgeführten Änderungen ist eine Ermittlung und Korrektur sämtlicher möglicher Dateien, die nun im Argen liegen möglich - definitiv! Aber effektiv / wirtschaftlich ist das nicht.
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
Florian
Keyweb AG
Posts: 1261
Joined: Wed 20. Jan 2016, 02:28

Re: Webservice reagiert nicht

Post by Florian »

Hallo,
Im Hintergrund laufen auch noch alle Dienste ordnungsgemäß, allerdings halt Port 80 und 443 nicht mehr. Die Einrichtungsseite von Apache wird angezeigt
Also wenn da eine Seite angezeigt wird läuft der Dienst. Prüfe mittels netstat oder ss ob Port 80 und 443 in Verwendung sind.

Dann sollte unter /etc/apache2/sites-enabled nichst aktiviert sein.
In der /etc/apache2.conf muss der Keyhelp-Konfig-Pfad inkludiert werden.

Code: Select all

#Include KeyHelp vHosts
Include keyhelp/keyhelp.conf
Ist der Pfad /etc/apache2/keyhelp überhaupt noch da?
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Hosting2023
Posts: 15
Joined: Mon 9. Oct 2023, 15:52

Re: Webservice reagiert nicht

Post by Hosting2023 »

Hallo,

die Datei ist vorhanden. Nachdem ich nun die Verknüpfung zur Keyhelp-Config eingesetzt habe, erscheint folgender Fehler wenn ich den Apache-Service neu starten möchten.


Oct 09 17:12:43 unseredomain.de systemd[1]: Starting The Apache HTTP Server...
Oct 09 17:12:43 unseredomain.de apachectl[72729]: AH00526: Syntax error on line 27 of /etc/apache2/keyhelp/keyhelp.conf:
Oct 09 17:12:43 unseredomain.de apachectl[72729]: Invalid command 'SuexecUserGroup', perhaps misspelled or defined by a module not included in the server configuration
Oct 09 17:12:43 unseredomain.de apachectl[72720]: Action 'start' failed.
Oct 09 17:12:43 unseredomain.de apachectl[72720]: The Apache error log may have more information.
Oct 09 17:12:43 unseredomain.de systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Oct 09 17:12:43 unseredomain.de systemd[1]: apache2.service: Failed with result 'exit-code'.
Oct 09 17:12:43 unseredomain.de systemd[1]: Failed to start The Apache HTTP Server.
User avatar
Florian
Keyweb AG
Posts: 1261
Joined: Wed 20. Jan 2016, 02:28

Re: Webservice reagiert nicht

Post by Florian »

Hallo,

Code: Select all

a2enmod suexec
Vermutlich werden da aber noch mehr Module fehlen

Diese müssen aktiv sein:

Code: Select all

# apache2ctl -M
Loaded Modules:
 core_module (static)
 so_module (static)
 watchdog_module (static)
 http_module (static)
 log_config_module (static)
 logio_module (static)
 version_module (static)
 unixd_module (static)
 access_compat_module (shared)
 actions_module (shared)
 alias_module (shared)
 auth_basic_module (shared)
 auth_digest_module (shared)
 authn_core_module (shared)
 authn_file_module (shared)
 authz_core_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgid_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 expires_module (shared)
 fcgid_module (shared)
 filter_module (shared)
 headers_module (shared)
 http2_module (shared)
 include_module (shared)
 mime_module (shared)
 mpm_event_module (shared)
 negotiation_module (shared)
 proxy_module (shared)
 proxy_fcgi_module (shared)
 reqtimeout_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 socache_shmcb_module (shared)
 ssl_module (shared)
 status_module (shared)
 suexec_module (shared)
Anstatt mpm_event_module (shared) kann natürlich auch mpm_worker_module (shared) aktiv sein.
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Hosting2023
Posts: 15
Joined: Mon 9. Oct 2023, 15:52

Re: Webservice reagiert nicht

Post by Hosting2023 »

Hallo,

so der Apache läuft wieder und die /etc/apache2/keyhelp.conf ist auch im Ordner. Aber es kommt folgendes bei der Adresse:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@unseredomain.de to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Apache/2.4.57 (Ubuntu) Server at unsteredomain.de Port 443



Das steht in den Error.log

Code: Select all

[Mon Oct 09 12:19:13.279208 2023] [mpm_event:notice] [pid 59268:tid 140062403718208] AH00489: Apache/2.4.41 (Ubuntu) configured -- resuming normal operations
[Mon Oct 09 12:19:13.279457 2023] [core:notice] [pid 59268:tid 140062403718208] AH00094: Command line: '/usr/sbin/apache2'
[Mon Oct 09 12:19:19.827420 2023] [mpm_event:notice] [pid 59268:tid 140062403718208] AH00491: caught SIGTERM, shutting down
[Mon Oct 09 12:19:19.869487 2023] [mpm_event:notice] [pid 59651:tid 140047795522624] AH00489: Apache/2.4.41 (Ubuntu) configured -- resuming normal operations
[Mon Oct 09 12:19:19.869555 2023] [core:notice] [pid 59651:tid 140047795522624] AH00094: Command line: '/usr/sbin/apache2'
[Mon Oct 09 12:22:20.008322 2023] [mpm_event:notice] [pid 59651:tid 140047795522624] AH00491: caught SIGTERM, shutting down
[Mon Oct 09 12:22:20.044419 2023] [mpm_event:notice] [pid 59856:tid 139722261859392] AH00489: Apache/2.4.41 (Ubuntu) configured -- resuming normal operations
[Mon Oct 09 12:22:20.044478 2023] [core:notice] [pid 59856:tid 139722261859392] AH00094: Command line: '/usr/sbin/apache2'
[Mon Oct 09 17:12:43.614255 2023] [mpm_event:notice] [pid 59856:tid 139722261859392] AH00491: caught SIGTERM, shutting down
[Mon Oct 09 18:22:17.735334 2023] [ssl:warn] [pid 78541:tid 140405309965568] AH01909: webmail:443:0 server certificate does NOT include an ID which matches the server name
[Mon Oct 09 18:22:17.740801 2023] [suexec:notice] [pid 78541:tid 140405309965568] AH01232: suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Oct 09 18:22:17.748707 2023] [ssl:warn] [pid 78549:tid 140405309965568] AH01909: webmail:443:0 server certificate does NOT include an ID which matches the server name
[Mon Oct 09 18:22:17.754624 2023] [mpm_event:notice] [pid 78549:tid 140405309965568] AH00489: Apache/2.4.57 (Ubuntu) OpenSSL/1.1.1f configured -- resuming normal operations
[Mon Oct 09 18:22:17.754635 2023] [core:notice] [pid 78549:tid 140405309965568] AH00094: Command line: '/usr/sbin/apache2'
Viele Grüße und Danke schon jetzt für alles.



[Mod-Edit]
CODE-Tags eingefügt.
Konsolenausgaben, Inhalte von Konfigurationsdateien, Auszüge aus Logfiles o.ä. bitte zukünftig immer mit CODE-Tags versehen!
Last edited by Jolinar on Mon 9. Oct 2023, 22:54, edited 1 time in total.
Reason: Mod-Edit
User avatar
Florian
Keyweb AG
Posts: 1261
Joined: Wed 20. Jan 2016, 02:28

Re: Webservice reagiert nicht

Post by Florian »

Hallo,

bei welcher Adresse?

Starte keyhelp-toolbox und lass die Konfiguration neu schreiben.

Für den Internal Server Error muss du entweder ins /var/log/apache2/keyhelp/error.log (für Keyhelp) oder bei der Domain schauen.
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
Alexander
Keyweb AG
Posts: 3842
Joined: Wed 20. Jan 2016, 02:23

Re: Webservice reagiert nicht

Post by Alexander »

Ich vermute, das immer noch PHP 8.1 auf dem Server läuft, und damit der Ioncube-Loader meckert.

Und hier kommt wieder der Teil aus meinem ersten Beitrag zum Tragen: Nie die PHP Version des Betriebssystems ändern!
Ubuntu 20 sollte mit PHP 7.4 laufen.
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Hosting2023
Posts: 15
Joined: Mon 9. Oct 2023, 15:52

Re: Webservice reagiert nicht

Post by Hosting2023 »

Hallo,

ihr seid wirklich der Hammer. Wir werden jetzt auch nach diesem ganzen durcheinander sehr vorsichtig sein und auch die Pro Version nehmen.

Ja du hast recht, es ist PHP 8.1.24 auf dem System und der Ioncube-Loader macht Probleme. Daher kann ich auch die Keyhel-Toolbox nicht ausführen.

ich verzweifele aktuell, das System lief seit Jahren stabil und durch so eine "unbedachte" Anpassung weil eine Software eine neue PHP Version forderte.

Habt ihr noch ein paar Tips.

Viele Grüße
User avatar
Florian
Keyweb AG
Posts: 1261
Joined: Wed 20. Jan 2016, 02:28

Re: Webservice reagiert nicht

Post by Florian »

Hallo,

installiere das PHP 7.4 was Ubuntu 20 mitbringt.

Code: Select all

dpkg --list | grep php
ii  libapache2-mod-php7.4                 7.4.3-4ubuntu2.19                          amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  php                                   2:7.4+75                                   all          server-side, HTML-embedded scripting language (default)
ii  php-auth-sasl                         1.0.6-3                                    all          Abstraction of various SASL mechanism responses
ii  php-bcmath                            2:7.4+75                                   all          Bcmath module for PHP [default]
ii  php-common                            2:75                                       all          Common files for PHP packages
ii  php-curl                              2:7.4+75                                   all          CURL module for PHP [default]
ii  php-fpm                               2:7.4+75                                   all          server-side, HTML-embedded scripting language (FPM-CGI binary) (default)
ii  php-gd                                2:7.4+75                                   all          GD module for PHP [default]
ii  php-imagick                           3.4.4-4                                    amd64        Provides a wrapper to the ImageMagick library
ii  php-intl                              2:7.4+75                                   all          Internationalisation module for PHP [default]
ii  php-mail-mime                         1.10.6-1                                   all          PHP PEAR module for creating MIME messages
ii  php-mbstring                          2:7.4+75                                   all          MBSTRING module for PHP [default]
ii  php-net-sieve                         1.4.1-1                                    all          Handles talking to a sieve server
ii  php-net-smtp                          1.9.0-1                                    all          PHP PEAR module implementing SMTP protocol
ii  php-net-socket                        1.0.14-2                                   all          Network Socket Interface
ii  php-pear                              1:1.10.9+submodules+notgz-1ubuntu0.20.04.3 all          PEAR Base System
ii  php-pspell                            2:7.4+75                                   all          pspell module for PHP [default]
ii  php-soap                              2:7.4+75                                   all          SOAP module for PHP [default]
ii  php-xml                               2:7.4+75                                   all          DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
ii  php-zip                               2:7.4+75                                   all          Zip module for PHP [default]
ii  php7.4                                7.4.3-4ubuntu2.19                          all          server-side, HTML-embedded scripting language (metapackage)
ii  php7.4-bcmath                         7.4.3-4ubuntu2.19                          amd64        Bcmath module for PHP
ii  php7.4-cli                            7.4.3-4ubuntu2.19                          amd64        command-line interpreter for the PHP scripting language
ii  php7.4-common                         7.4.3-4ubuntu2.19                          amd64        documentation, examples and common module for PHP
ii  php7.4-curl                           7.4.3-4ubuntu2.19                          amd64        CURL module for PHP
ii  php7.4-dev                            7.4.3-4ubuntu2.19                          amd64        Files for PHP7.4 module development
ii  php7.4-fpm                            7.4.3-4ubuntu2.19                          amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
ii  php7.4-gd                             7.4.3-4ubuntu2.19                          amd64        GD module for PHP
ii  php7.4-intl                           7.4.3-4ubuntu2.19                          amd64        Internationalisation module for PHP
ii  php7.4-json                           7.4.3-4ubuntu2.19                          amd64        JSON module for PHP
ii  php7.4-mbstring                       7.4.3-4ubuntu2.19                          amd64        MBSTRING module for PHP
ii  php7.4-mysql                          7.4.3-4ubuntu2.19                          amd64        MySQL module for PHP
ii  php7.4-opcache                        7.4.3-4ubuntu2.19                          amd64        Zend OpCache module for PHP
ii  php7.4-pspell                         7.4.3-4ubuntu2.19                          amd64        pspell module for PHP
ii  php7.4-readline                       7.4.3-4ubuntu2.19                          amd64        readline module for PHP
ii  php7.4-soap                           7.4.3-4ubuntu2.19                          amd64        SOAP module for PHP
ii  php7.4-xml                            7.4.3-4ubuntu2.19                          amd64        DOM, SimpleXML, XML, and XSL module for PHP
ii  php7.4-zip                            7.4.3-4ubuntu2.19                          amd64        Zip module for PHP
ii  pkg-php-tools                         1.38                                       all          various packaging tools and scripts for PHP packages

Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Hosting2023
Posts: 15
Joined: Mon 9. Oct 2023, 15:52

Re: Webservice reagiert nicht

Post by Hosting2023 »

Hallo,

muss ich die 8.1.24 vorher deinstallieren und habt ihr den richtigen Befehl? Bin gerade total raus weil alles gerade nicht läuft :-(

Und Installiere ich PHP 7.4 über folgenden Befehl?

Code: Select all

sudo apt update
sudo apt install php php-cli php-fpm php-json php-pdo php-mysql php-zip php-gd  php-mbstring php-curl php-xml php-pear php-bcmath

Viele Grüße
User avatar
Alexander
Keyweb AG
Posts: 3842
Joined: Wed 20. Jan 2016, 02:23

Re: Webservice reagiert nicht

Post by Alexander »

1) Du deinstallierst PHP 8.1

2) Du schmeißt den Eintrag für PHP, den du in deiner sources-list hinterlegt hast wieder raus,ansonsten installiert er dir wahrscheinlich gleich wieder PHP 8.1

3) Dann das ausführen: apt-get install -y php php-curl php-gd imagemagick php-imagick php-mail-mime php-net-sieve php-pspell php-net-socket php-auth-sasl php-intl php7.4-mysql php-net-smtp php-zip php-bcmath php-soap

Hosting2023 wrote:durch so eine "unbedachte" Anpassung weil eine Software eine neue PHP Version forderte.
Und für diesen Fall, installierst du den gewünschten PHP Interpreter über KeyHelp "Konfiguration -> PHP-Interpreter".
Fortan kannst du diesen Interpreter einer Domain zuweisen und über die CLI mit den Befehl "keyhelp-php81-fpm" ansprechen, anstatt über "php".
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Hosting2023
Posts: 15
Joined: Mon 9. Oct 2023, 15:52

Re: Webservice reagiert nicht

Post by Hosting2023 »

Hallo,

ja das werde ich sobald es wieder läuft umgehend tun.

Ich habe wie folgt deinstalliert:
sudo apt-get purge php8.1
sudo apt-get autoclean

muss ich dies auch ausführen und mit Ja bestätigen?
sudo apt-get autoremove

Code: Select all

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libapache2-mod-php7.4 libapache2-mod-php8.1 liblua5.2-0 libzip5 linux-image-5.4.0-146-generic linux-modules-5.4.0-146-generic linux-modules-extra-5.4.0-146-generic php7.4 php7.4-bcmath php7.4-curl php7.4-fpm php7.4-gd php7.4-intl
  php7.4-mbstring php7.4-pspell php7.4-soap php7.4-zip
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  php8.1*
0 upgraded, 0 newly installed, 1 to remove and 5 not upgraded.
After this operation, 72.7 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 61576 files and directories currently installed.)
Removing php8.1 (8.1.24-1+ubuntu20.04.1+deb.sury.org+1) ...
Updating coolwsd systemplate


Wenn ich jetzt aber php -v ausführen kommt noch immer folgendes:

PHP 8.1.24 (cli) (built: Oct 6 2023 09:46:19) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.24, Copyright (c) Zend Technologies
with Zend OPcache v8.1.24, Copyright (c), by Zend Technologies
User avatar
Florian
Keyweb AG
Posts: 1261
Joined: Wed 20. Jan 2016, 02:28

Re: Webservice reagiert nicht

Post by Florian »

Hallo,

kontrolliere mittels

Code: Select all

dpkg --list | grep php 
was noch an PHP Paketen installiert ist und deinstalliere die ggf separat.

apt-get autoremove musst du erstmal nicht machen
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Hosting2023
Posts: 15
Joined: Mon 9. Oct 2023, 15:52

Re: Webservice reagiert nicht

Post by Hosting2023 »

Hallo,

folgendes erhalte ich:

Code: Select all

ii  libapache2-mod-php7.4                     1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  libapache2-mod-php8.1                     8.1.24-1+ubuntu20.04.1+deb.sury.org+1                                amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  libapache2-mod-php8.2                     8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  php                                       2:8.2+93+ubuntu20.04.1+deb.sury.org+2                                all          server-side, HTML-embedded scripting language (default)
ii  php-apcu                                  5.1.22+4.0.11-2+ubuntu20.04.1+deb.sury.org+1                         amd64        APC User Cache for PHP
ii  php-auth-sasl                             1.0.6-3                                                              all          Abstraction of various SASL mechanism responses
ii  php-bcmath                                2:8.2+93+ubuntu20.04.1+deb.sury.org+2                                all          Bcmath module for PHP [default]
ii  php-common                                2:93+ubuntu20.04.1+deb.sury.org+2                                    all          Common files for PHP packages
ii  php-curl                                  2:8.2+93+ubuntu20.04.1+deb.sury.org+2                                all          CURL module for PHP [default]
ii  php-fpm                                   2:8.2+93+ubuntu20.04.1+deb.sury.org+2                                all          server-side, HTML-embedded scripting language (FPM-CGI binary) (default)
ii  php-gd                                    2:8.2+93+ubuntu20.04.1+deb.sury.org+2                                all          GD module for PHP [default]
ii  php-igbinary                              3.2.14-1+ubuntu20.04.1+deb.sury.org+1                                amd64        igbinary PHP serializer
ii  php-imagick                               3.7.0-3+ubuntu20.04.1+deb.sury.org+1                                 amd64        Provides a wrapper to the ImageMagick library
ii  php-intl                                  2:8.2+93+ubuntu20.04.1+deb.sury.org+2                                all          Internationalisation module for PHP [default]
ii  php-mail-mime                             1.10.6-1                                                             all          PHP PEAR module for creating MIME messages
ii  php-mbstring                              2:8.2+93+ubuntu20.04.1+deb.sury.org+2                                all          MBSTRING module for PHP [default]
ii  php-net-sieve                             1.4.1-1                                                              all          Handles talking to a sieve server
ii  php-net-smtp                              1.9.0-1                                                              all          PHP PEAR module implementing SMTP protocol
ii  php-net-socket                            1.0.14-2                                                             all          Network Socket Interface
ii  php-pear                                  1:1.10.13+submodules+notgz+2022032202-2+ubuntu20.04.1+deb.sury.org+1 all          PEAR Base System
ii  php-pspell                                2:8.2+93+ubuntu20.04.1+deb.sury.org+2                                all          pspell module for PHP [default]
ii  php-redis                                 6.0.1-1+ubuntu20.04.1+deb.sury.org+1                                 amd64        PHP extension for interfacing with Redis
ii  php-soap                                  2:8.2+93+ubuntu20.04.1+deb.sury.org+2                                all          SOAP module for PHP [default]
ii  php-xml                                   2:8.2+93+ubuntu20.04.1+deb.sury.org+2                                all          DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
ii  php-zip                                   2:8.2+93+ubuntu20.04.1+deb.sury.org+2                                all          Zip module for PHP [default]
ii  php7.4                                    1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              all          server-side, HTML-embedded scripting language (metapackage)
ii  php7.4-bcmath                             1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        Bcmath module for PHP
ii  php7.4-cli                                1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        command-line interpreter for the PHP scripting language
ii  php7.4-common                             1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        documentation, examples and common module for PHP
ii  php7.4-curl                               1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        CURL module for PHP
ii  php7.4-fpm                                1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
ii  php7.4-gd                                 1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        GD module for PHP
ii  php7.4-gmp                                1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        GMP module for PHP
ii  php7.4-imap                               1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        IMAP module for PHP
ii  php7.4-intl                               1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        Internationalisation module for PHP
ii  php7.4-json                               1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        JSON module for PHP
ii  php7.4-mbstring                           1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        MBSTRING module for PHP
ii  php7.4-mysql                              1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        MySQL module for PHP
ii  php7.4-opcache                            1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        Zend OpCache module for PHP
ii  php7.4-pspell                             1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        pspell module for PHP
ii  php7.4-readline                           1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        readline module for PHP
ii  php7.4-soap                               1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        SOAP module for PHP
ii  php7.4-xml                                1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        DOM, SimpleXML, XML, and XSL module for PHP
ii  php7.4-zip                                1:7.4.33-8+ubuntu20.04.1+deb.sury.org+1                              amd64        Zip module for PHP
ii  php8.1-common                             8.1.24-1+ubuntu20.04.1+deb.sury.org+1                                amd64        documentation, examples and common module for PHP
ii  php8.1-opcache                            8.1.24-1+ubuntu20.04.1+deb.sury.org+1                                amd64        Zend OpCache module for PHP
ii  php8.1-readline                           8.1.24-1+ubuntu20.04.1+deb.sury.org+1                                amd64        readline module for PHP
ii  php8.2                                    8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                all          server-side, HTML-embedded scripting language (metapackage)
ii  php8.2-apcu                               5.1.22+4.0.11-2+ubuntu20.04.1+deb.sury.org+1                         amd64        APC User Cache for PHP
ii  php8.2-bcmath                             8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        Bcmath module for PHP
ii  php8.2-cli                                8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        command-line interpreter for the PHP scripting language
ii  php8.2-common                             8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        documentation, examples and common module for PHP
ii  php8.2-curl                               8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        CURL module for PHP
ii  php8.2-fpm                                8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
ii  php8.2-gd                                 8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        GD module for PHP
ii  php8.2-igbinary                           3.2.14-1+ubuntu20.04.1+deb.sury.org+1                                amd64        igbinary PHP serializer
ii  php8.2-imagick                            3.7.0-3+ubuntu20.04.1+deb.sury.org+1                                 amd64        Provides a wrapper to the ImageMagick library
ii  php8.2-intl                               8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        Internationalisation module for PHP
ii  php8.2-mbstring                           8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        MBSTRING module for PHP
ii  php8.2-opcache                            8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        Zend OpCache module for PHP
ii  php8.2-phpdbg                             8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        server-side, HTML-embedded scripting language (PHPDBG binary)
ii  php8.2-pspell                             8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        pspell module for PHP
ii  php8.2-readline                           8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        readline module for PHP
ii  php8.2-redis                              6.0.1-1+ubuntu20.04.1+deb.sury.org+1                                 amd64        PHP extension for interfacing with Redis
ii  php8.2-soap                               8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        SOAP module for PHP
ii  php8.2-xml                                8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        DOM, SimpleXML, XML, and XSL module for PHP
ii  php8.2-zip                                8.2.11-1+ubuntu20.04.1+deb.sury.org+1                                amd64        Zip module for PHP
ii  php8.1-cli                                8.1.24-1+ubuntu20.04.1+deb.sury.org+1                                amd64        command-line interpreter for the PHP scripting language
ii  php8.1-common                             8.1.24-1+ubuntu20.04.1+deb.sury.org+1                                amd64        documentation, examples and common module for PHP
ii  php8.1-opcache                            8.1.24-1+ubuntu20.04.1+deb.sury.org+1                                amd64        Zend OpCache module for PHP
ii  php8.1-readline                           8.1.24-1+ubuntu20.04.1+deb.sury.org+1                                amd64        readline module for PHP
Viele Grüße
Post Reply