I have looked and tested from topics from this, but did not found solution and no errors…
I have noticed this in path:
\etc\php\8.3\fpm\pool.d\www.conf
Phpmyadmin works with this, but webmail gives 503 (orginal setup)
; origin-src: deb/php-fpm/www.conf
[www]
listen = 127.0.0.1:9000
listen.allowed_clients = 127.0.0.1
;"hestiamail" user created to prevent users from abusing this config
user = hestiamail
group = www-data
pm = ondemand
pm.max_children = 4
pm.max_requests = 4000
pm.process_idle_timeout = 10s
And if I test this setup webmail. works, but /phpmyadmin not work
[www]
listen = /run/php/www.sock
listen.owner = hestiamail
listen.group = www-data
listen.mode = 0660
user = hestiamail
group = hestiamail
pm = ondemand
pm.max_children = 4
pm.max_requests = 4000
pm.process_idle_timeout = 10s
I have also tested add both listen but not work
listen = /run/php/www.sock
listen = 127.0.0.1:9000
Any tips for fix this?
Ubuntu 24.04