admin管理员组

文章数量:1418700

Im stumped

  • WP is hosted on a VPS
  • Browser will not load anything
  • curl returned connection refused
  • SSH access to the VPS works
  • UFW does not have any specific ip addresses blocked
  • Apache logs do not show anything related
  • I was running wordfence but disabled it as well as ALL other plugins and there was not change
  • .htacess does not have anything blocked
  • I can access the site from other IP addresses I.E when connected to my hotspot

Im stumped

  • WP is hosted on a VPS
  • Browser will not load anything
  • curl returned connection refused
  • SSH access to the VPS works
  • UFW does not have any specific ip addresses blocked
  • Apache logs do not show anything related
  • I was running wordfence but disabled it as well as ALL other plugins and there was not change
  • .htacess does not have anything blocked
  • I can access the site from other IP addresses I.E when connected to my hotspot
Share Improve this question edited Jul 26, 2019 at 1:20 sealfab asked Jul 26, 2019 at 0:24 sealfabsealfab 1012 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Since this actually seems to be a server related issue, it would be better suited for stackoverflow, or a stack exchange that is dedicated to networking. But, I'll do my best to help here.

If the CURL is showing connection refused, the connection is getting blocked before it can even load WP. You could prove this by making a file in the root that just has phpinfo() and attempting to access it directly.

My guess is that the server is not configured to listen to the web ports. This would explain why you can access the server over your SSH port but not over the web.

本文标签: troubleshootingWhy is my WP site blocking my own IP