DirectAdmin 1.690

Last night we provided kernel updates and a restart to 15+ boxes. On all boxes with Isolated PHP-FPM enabled, after the restart, all user websites remained on a 500 server error. After restarting the PHP versions or a full server restart again, they come back online. A few boxes without Isolated PHP-FPM do not have this problem. I don't know if it's in the latest version of DA or the Isolated PHP-FPM feature, but we have now disabled this feature everywhere again.
 
I'm already working on a new compatible version of DirectSlave.
Maybe its handy to make it 1 single install command like :
 
Last night we provided kernel updates and a restart to 15+ boxes. On all boxes with Isolated PHP-FPM enabled, after the restart, all user websites remained on a 500 server error. After restarting the PHP versions or a full server restart again, they come back online. A few boxes without Isolated PHP-FPM do not have this problem. I don't know if it's in the latest version of DA or the Isolated PHP-FPM feature, but we have now disabled this feature everywhere again.
What isolated_fpm=1 set in directadmin.conf? Check:
Code:
da config-get isolated_fpm
 
Problem with webmail remains in openlitespeed :

version 1.691 (25bf6bfc15c4d488a04b825713d13ce9c414bf68) Changelog
Operating System linux
Linux Distribution rhel9
Hardware Architecture amd64
/webmail still has 404 error
I tried :
[root@dns4 ~]# da build openlitespeed
[root@dns4 ~]# da build roundcube
[root@dns4 ~]# da build rewrite_confs
 
/webmail still has 404 error
I tried :

What do you get when executing the following commands??

Bash:
ls -la /usr/local/directadmin/custombuild/custom/openlitespeed/

Bash:
ls -la /usr/local/directadmin/data/templates/custom/

custom templates used?
 
Need to update again correct to apply recent changes for openlitespeed , was only relative to security directives :
[root@dns4 ~]# ls -la /usr/local/directadmin/data/templates/custom/
total 20
drwx--x--x 2 diradmin diradmin 4096 Nov 11 2023 .
drwx--x--x. 12 diradmin diradmin 4096 Dec 21 02:59 ..
-rw-r--r-- 1 diradmin diradmin 90 Oct 10 2023 dns_ns.conf
-rw-r--r-- 1 diradmin diradmin 4826 Nov 11 2023 openlitespeed_vhost.conf
[root@dns4 ~]#
 
Than
What do you get when executing the following commands??

Bash:
ls -la /usr/local/directadmin/custombuild/custom/openlitespeed/

Bash:
ls -la /usr/local/directadmin/data/templates/custom/

custom templates used?
Thanks a lot worked, it was forgotten security relative template with old config
 
I noticed that system backup create empty directory every month. In GUI I have set all files and directories to backup, however after refresh page all items are unchecked.
 
Question about "Isolated PHP-FPM mode".

I'm not update to this mode yet,
How to restart for all user service with one-line command ?

Example: I update my custom "conf.d/some.conf", it require to restart the service.
 
Question about "Isolated PHP-FPM mode".

I'm not update to this mode yet,
How to restart for all user service with one-line command ?

Example: I update my custom "conf.d/some.conf", it require to restart the service.
Reload should be sufficient for config changes:
Code:
systemctl reload "php-isolated-fpm85@*.service"
 
What isolated_fpm=1 set in directadmin.conf? Check:
Code:
da config-get isolated_fpm
@smtalk

please listing, we just had it again on just 2 boxes.
after mysql is restarted. you will get a 500 error that means not connected to database but just on a few domainnames. not all of the account.

so what we do is
systemctl restart mysqld

then a few domainnames dont have connection to the database.

we tested in a like 4 to 8 boxes, all the same.

We then need to suspend user and unsupend and all domains come up again.
 
@smtalk

please listing, we just had it again on just 2 boxes.
after mysql is restarted. you will get a 500 error that means not connected to database but just on a few domainnames. not all of the account.

so what we do is
systemctl restart mysqld

then a few domainnames dont have connection to the database.

we tested in a like 4 to 8 boxes, all the same.

We then need to suspend user and unsupend and all domains come up again.
I guess you forgot to attach output of the mentioned command, may you? :) As it is important to know if it has any relation to the setting.
 
I guess you forgot to attach output of the mentioned command, may you? :) As it is important to know if it has any relation to the setting.
Aah yeah sorry, also replied in the ticket, with a video link of it.

Code:
[root@test-serv ~]# da config-get isolated_fpm
1
 
Back
Top