Jump to content

Recommended Posts

Posted

I'm temporarily using VPS until the dust settles with Tommy's move to Plesk.

My websites were all working until last week. Now they all give me a ERR_CONNECTION_REFUSED error. I am able to login to hestia and SSH into my server...

What's the problem?

Username: robev

Website: robbiewolfe.heliohost.org

Thanks

Posted

@robev - It should be working now.


Apache and PHP FPM services weren't working. Restarting those services fixed it.

Before

# v-list-sys-services
NAME          STATE    CPU  MEM  UPTIME
----          -----    ---  ---  ------
apache2       stopped  0    0    0
php7.4-fpm    stopped  0    0    0
nginx         running  0    10   226
bind9         running  0    77   227
exim4         running  0    5    220
dovecot       running  0    0    227
spamassassin  stopped  0    0    0
mariadb       running  0    385  227
vsftpd        running  0    0    226
cron          running  0    0    226
ssh           running  0    2    226
iptables      running  0    0    0
fail2ban      running  0.4  137  226

After: 

# service apache2 start
# service php7.4-fpm start
# v-list-sys-services

NAME          STATE    CPU  MEM  UPTIME
----          -----    ---  ---  ------
apache2       running  0    445  0
php7.4-fpm    running  1.8  8    0
nginx         running  0    10   228
bind9         running  0    77   228
exim4         running  0    5    222
dovecot       running  0    0    229
spamassassin  stopped  0    0    0
mariadb       running  0    385  228
vsftpd        running  0    0    227
cron          running  0    0    227
ssh           running  0    2    227
iptables      running  0    0    0
fail2ban      running  0.4  137  227

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...