Hi!
I’m having trouble accessing webmail; I get a 500 error. It’s an NGINX-only server. However, this doesn’t happen on other servers… Do you know where I can look for clues about the issue?
Best regards!
Hi!
I’m having trouble accessing webmail; I get a 500 error. It’s an NGINX-only server. However, this doesn’t happen on other servers… Do you know where I can look for clues about the issue?
Best regards!
Check /var/log/nginx/domains/webmail.domain.error.log
***** - - [06/Feb/2025:11:11:47 +0100] “GET / HTTP/1.1” 502 2869 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36”
***** - - [06/Feb/2025:11:50:35 +0100] “GET / HTTP/1.1” 502 2869 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36”
***** - - [06/Feb/2025:11:50:37 +0100] “GET / HTTP/1.1” 502 2869 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36”
I just realized that it’s not happening on all domains on the server, it seems to be only on this one.
That is the access log domain.log not not the error.log … domain.error.log…
running the following command did the trick for me:
v-update-sys-hestia-git hestiacp main install
Thanks, this worked for me too.
Hi, I have the same error 500 but it’s on my panel subdomain, so I cannot access my panel. I run the command you mentioned but I got this error message.
Installing packages...
(Reading database ... 155399 files and directories currently installed.)
Preparing to unpack .../deb//hestia_1.9.3_arm64.deb ...
Unpacking hestia (1.9.3) over (1.6.8) ...
dpkg: dependency problems prevent configuration of hestia:
hestia depends on bubblewrap; however:
Package bubblewrap is not installed.
hestia depends on at; however:
Package at is not installed.
dpkg: error processing package hestia (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
hestia
What can I do?
apt install bubblewrap
apt install -f
I achieve install the new version applying those commands. But, I still have the same 500 error in my panel subdomain.
What can I do?
Check your logs
Fixed it. I just run apt upgrade
. Thank you.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.