Jump to content

Can't load my websites


robev

Recommended Posts

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

Link to comment
Share on other sites

@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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...