I've recently installed a new Directadmin server. The setup is mostly stock with php7.4 fpm
Custombuild has gotten stuck on an issue around ProFtp
The custombuild config file ended up having 10 or more duplicates of every setting.
Apache config was left in a broken state. Remove one error and the next shows up.
DNS has gone down, Apache won't restart, Custombuild won't build.
How do I fix this?
@smtalk have you seen anything like this occuring on a fresh install?
Custombuild has gotten stuck on an issue around ProFtp
Code:
unified_ftp_password_file is not set to 1. You must convert before you can use pureftpd Please read this guide: https://www.directadmin.com/features.php?id=1134 Simulation: cd /usr/local/directadmin echo 'action=convert&value=unifiedftp&simulate=yes' >> data/task.queue ./dataskq d1 Conversion: cd /usr/local/directadmin echo 'unified_ftp_password_file=1' >> conf/directadmin.conf echo 'action=convert&value=unifiedftp' >> data/task.queue ./dataskq d1
Apache config was left in a broken state. Remove one error and the next shows up.
Code:
[root@24 ssh]# apachectl configtest
AH00526: Syntax error on line 32 of /usr/local/directadmin/data/users/admin/httpd.conf:
Invalid command 'php_admin_value', perhaps misspelled or defined by a module not included in the server configuration
DNS has gone down, Apache won't restart, Custombuild won't build.
How do I fix this?
@smtalk have you seen anything like this occuring on a fresh install?