I installed DirectAdmin today, using the auto settings.
OS=Centos8, License matches.
I am slowly transferring cPanel accounts over, 1 at a time. However, every time I restore an account through the GUI, the account's website will not work until I run the following command:
systemctl restart php-fpm73.service
The error message, before restarting php-fpm, is:
Then, the website loads properly.
Shouldn't that be happening automatically when it creates the account?
OS=Centos8, License matches.
I am slowly transferring cPanel accounts over, 1 at a time. However, every time I restore an account through the GUI, the account's website will not work until I run the following command:
systemctl restart php-fpm73.service
The error message, before restarting php-fpm, is:
Code:
[proxy_fcgi:error] [pid 21327:tid xxxxxxxxxx] [client x.x.x.x:54575] AH01079: failed to make connection to backend: httpd-UDS
[proxy:error] [pid 21327:tid xxxxxxxxxx] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /usr/local/php73/sockets/xxxxxx.sock (*) failed
Then, the website loads properly.
Shouldn't that be happening automatically when it creates the account?