potap
February 4, 2025, 5:47am
1
New install ubuntu 24.04
bash hst-install.sh --apache no --phpfpm yes --proftpd yes --named yes --mysql yes --exim yes --dovecot yes --sieve yes --clamav yes --spamassassin yes --iptables yes --fail2ban yes --quota yes --resourcelimit yes --webterminal yes --lang en --port 8083 --hostname host.admin.com --email [email protected] --username admin --password pAsswOrd
1 - install
2 - /var/log/php8.3-fpm.log
3 - /var/log/syslog
4 - journalctl -xeu php8.3-fpm.service
Tengo el mismo error, ya he probado isntalar varias veces y sobre Ubuntu o Debian el error es el mismo. Creo que la última versión de HestiaCP no esta funcionando.
johnny
February 4, 2025, 6:36am
3
I get something similar but its on my existing install upgraded to 1.9.1 when I try to install a new php version I get the same error. The only fix is to uninstall the newly installed php version.
Got the same error after the auto update. All the sites were down. Tried to reinstall Hestia but the installation fails
Please help.
1 Like
The problem is with PHP-FPM
I modified the Hestia installation script to force everything to PHP 8.2 and the problem persists.
I managed to get a clean install by disabling PHP-FMP with
–phpfpm no
and
–multiphp no
There is a typo in www.conf
file, edit file /etc/php/8.3/fpm/pool.d/www.conf
and replace:
[wwww]
by
[www]
Save the file and restart php:
systemctl restart php8.3-fpm
Edit : I’ve created this pull request.
hestiacp:main
← sahsanu:main
opened 07:54AM - 04 Feb 25 UTC
After updating to version 1.9.x, several users are reporting that php8.3-fpm doe… sn't start:
```
[04-Feb-2025 08:36:32] ALERT: [pool www] the process manager is missing (static, dynamic or ondemand)
[04-Feb-2025 08:36:32] ERROR: failed to post process the configuration
[04-Feb-2025 08:36:32] ERROR: FPM initialization failed
```
The default www.conf file used is using 4 w letters instead of 3.
6 Likes
Thanks @sahsanu for the PR, will check with @eris and release 1.9.2 soon.
7 Likes
I am also getting same error, Not able install HestiaCP in new server.
Larivas
February 4, 2025, 1:04pm
10
This works perfectly for old installations, but for new installations it does not work.
For everyone reading this before the fix is available…
If your System PHP Version isn’t php 8.3: you can find the www.conf in the folder corresponding to your php version.
8.2: /etc/php/8.2/fpm/pool.d/www.conf
8.4: /etc/php/8.4/fpm/pool.d/www.conf
Then remove the typo and…
8.2:
systemctl restart php8.2-fpm
8.4:
systemctl restart php8.4-fpm
Larivas
February 4, 2025, 3:35pm
12
I made the indicated change, but Webmail still does not work and I receive the following error:
"Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request."
Any additional suggestions please?
praderj
February 4, 2025, 7:07pm
13
Hi guys, I managed to install Hestia by following these steps
https://forum.hestiacp.com/t/temporary-fix-for-new-installation/17700
I hope this helps.