CyberPanel Community

After the update all my sites no longer work with the message "The connection has been reset"

ke
kebsir #1

Good evening I’ve been having problems since I updated, all my sites don’t work anymore with the message “The connection has been reset” thank you

3 replies
SL
Spyros L #3

Try to disable ModSecurity engine and check again.

I’ll try to figure out where is the problem after the update…I’ll be back

SL
Spyros L #4

Finally got it work by disable ModSecurity engine, downgrade it and reinstall it again.

For me the solution is:
When downgrade ModSecurity version to “ols-modsecurity-1.8.3-2.el9.x86_64” and reinstall “ols-modsecurity-1.8.4-8.el9.x86_64” everything working again.

Steps:
Check the versions first:

dnf --showduplicates list ols-modsecurity

Downgrade to previous version with mark “litespeed-update”:

dnf downgrade ols-modsecurity-1.8.3-2.el9.x86_64

Reinstall the modSecurity with the last version:

 yum install ols-modsecurity -y
ke
kebsir #5

Absolutely, the problem comes from the modsecurity it’s good, everything works again.
Thank you.

Sign in to reply