1. It's a very frustrating that third party mirrors URL is in some domain where is the official mirror. Who think it is normal situationFiles6 is not an official mirror
Run the commands that @Richard G described or change it to files1 first and then that command to get the latest servers.txt file
2. We have a lot of years (10+) directadmin installed and never changed this setting. If it is changed this wase done by custombuild
3. changing mirror not solves the problem. Now use files-de.directadmin.com
I have now checked the content of file /usr/local/directadmin/custombuild/configure/php/configure.php80
#!/bin/sh
./configure --with-iconv=/usr/local --enable-embed \
--prefix=/usr/local/php80 \
--program-suffix=80 \
--enable-fpm \
--enable-litespeed \
--with-config-file-scan-dir=/usr/local/php80/lib/php.conf.d \
--with-curl \
--enable-gd \
--with-gettext \
--with-jpeg \
--with-freetype \
--with-kerberos \
--with-openssl \
--with-mhash \
--with-mysql-sock=/var/lib/mysql/mysql.sock \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-pear \
--with-sodium=/usr/local \
--with-webp \
--with-xsl \
--with-zlib \
--with-zip \
--enable-bcmath \
--enable-calendar \
--enable-exif \
--enable-ftp \
--enable-sockets \
--enable-soap \
--enable-mbstring \
--enable-intl
Why not turnde on "--with-fpm-systemd" option?