• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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