v-rebuild-web-domains user will update all the configs …
I try this but again websites not working …
Error code 502 for all websites
OS is Ubuntu 22 and Latest Hestia
This also not helping here after changing to mpm_event
You have fixed php 8.2 listening to port 9000, changed mpm_prefork to mpm_event and modified hestia-event.conf so php is managed by mpm_event so… I don’t know where is the problem.
php 8.2 is your default php?
php -v
or
ls -l /etc/alternatives/php
Currently I change to mpm_event , what working good for me was this:
a2dismod mpm_prefork
a2dismod ruid2
a2enmod mpm_event
After that for roundcube I have to install missing package with command: apt get install php-mbstring.
After that I update roundcube to the latest version with command: v-add-sys-roundcube
Now everything is working well.
Great, I’m happy you fixed it and thanks for sharing the solution.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.