最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

troubleshooting - Why is my WP site blocking my own IP?

programmeradmin0浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论