• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Error! Failed to connect to vps343915.ovh.net port 80: Connection refused

Bogdan1

Regular Pleskian
Hello,

can someone help me with this issue?

[[email protected] ~]# netstat -plan | grep http
tcp6 0 0 :::7080 :::* LISTEN 30852/httpd

tcp6 0 0 :::7081 :::* LISTEN 30852/httpd

unix 2 [ ACC ] STREAM LISTENING 324688 30853/httpd /run/httpd/cgisock.30852

unix 3 [ ] STREAM CONNECTED 323693 30852/httpd

Redirecting to /bin/systemctl status httpd.service

httpd.service - The Apache HTTP Server

Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)

Active: active (running) since Sat 2016-12-03 05:51:44 CET; 15min ago

Docs: man:httpd(8)

man:apachectl(8)

Process: 30846 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS)

Main PID: 30852 (httpd)

Status: "Total requests: 32; Current requests/sec: 0; Current traffic: 0 B/sec"

Memory: 45.5M

CGroup: /system.slice/httpd.service

├─30852 /usr/sbin/httpd -DFOREGROUND

├─30853 /usr/sbin/httpd -DFOREGROUND

├─30854 /usr/sbin/httpd -DFOREGROUND

├─30855 /usr/sbin/httpd -DFOREGROUND

├─30856 /usr/sbin/httpd -DFOREGROUND

├─30857 /usr/sbin/httpd -DFOREGROUND

└─31018 /usr/sbin/httpd -DFOREGROUND
 
Last edited:
Hi Bogdan1,

to control port "80", you should use:
Code:
netstat -plan | grep :80

Could you pls. explain, WHERE you get the error - message "Error! Failed to connect to vps343915.ovh.net port 80: Connection refused" ?
 
Hi Bogdan1,

to control port "80", you should use:
Code:
netstat -plan | grep :80

Could you pls. explain, WHERE you get the error - message "Error! Failed to connect to vps343915.ovh.net port 80: Connection refused" ?

Ok

tcp 0 0 164.132.48.211:80 0.0.0.0:* LISTEN 1470/nginx: master

tcp6 0 0 2001:41d0:401:3000:::80 :::* LISTEN 1470/nginx: master

But if I type http://vps343915.ovh.net:7080/ then it works.

I've got this error from some website where I checked if my website is working or not.

***:~ appletrh$ telnet vps343915.ovh.net 80

Trying 164.132.48.211...

telnet: connect to address 164.132.48.211: Connection refused

telnet: Unable to connect to remote host
 
either your dns isnt resolving or you name isnt registered.

Code:
If you are seeing this message, the website for vps343915.ovh.net is not available at this time.

If you are the owner of this website, one of the following things may be occurring:

    You have not put any content on your website.
    Your provider has suspended this page.

still not a plesk issue

regards
Jan
 
either your dns isnt resolving or you name isnt registered.

Code:
If you are seeing this message, the website for vps343915.ovh.net is not available at this time.

If you are the owner of this website, one of the following things may be occurring:

    You have not put any content on your website.
    Your provider has suspended this page.

still not a plesk issue

regards
Jan

Nop, uninstalled Nginx and everything is ok now.
 
Nop, uninstalled Nginx and everything is ok now.

Then the name was known to apache and not known to nginx, still not a plesk issue.

It might sound hard, but if you rent a vps, you should be able to read log files, or be willing to pay a sysadmin.

only sunshine is free

regards
Jan
 
Back
Top