Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Apr 29, 2015 4:49 pm 
Offline
Newbie

Joined: Wed Apr 29, 2015 4:31 pm
Posts: 2
I've setup a Wordpress installation that works fine, but for some reason I cannot access it from my office. I've flushed my DNS and reset the office router/modem, and showed Linode support my hosts file, which they say is setup correctly. When I run curl on the domain, I may get a different output each time.

$ curl -s joejalbert.com | fgrep '<title>'
<title>Welcome to nginx!</title>

then literally 1 second later:

$ curl -s joejalbert.com | fgrep '<title>'
<title>joejalbert.com | Just another WordPress sitejoejalbert.com | Just another WordPress site</title>


fwiw, yesterday I was able to access the WP site via Firefox, but not Chrome or Safari. Today I cannot access it at all from my location. This is clearly an issue that is specific to me, as I can access the site from any other location or through a proxy. I have absolutely no idea what could be causing it as I've cleared my cache in each browser, flushed DNS on my machine, and reset my router. Any insight at all would be greatly appreciated. Thanks!


Top
   
PostPosted: Wed Apr 29, 2015 7:51 pm 
Offline
Senior Member

Joined: Fri Feb 13, 2015 8:12 pm
Posts: 101
I see this:

Performance optimized by W3 Total Cache.

So I would try disabling that.


Top
   
PostPosted: Wed Apr 29, 2015 8:04 pm 
Offline
Senior Member

Joined: Fri Feb 13, 2015 8:12 pm
Posts: 101
I get your WordPress page from my computer at home.
I get the nginx welcome page from another linode.

Your domain name resolves to both an IPv4 address and an IPv6 address.

So: Did you configure nginx to listen at both IPv4 and IPv6?


Top
   
PostPosted: Wed Apr 29, 2015 8:13 pm 
Offline
Senior Member

Joined: Fri Feb 13, 2015 8:12 pm
Posts: 101
WordPress:
Code:
wget -4 -q -O - http://joejalbert.com

nginx welcome page:
Code:
wget -6 -q -O - http://joejalbert.com


Top
   
PostPosted: Fri May 01, 2015 2:24 pm 
Offline
Newbie

Joined: Wed Apr 29, 2015 4:31 pm
Posts: 2
It was indeed an issue w/ IPv6. I got it to work by adding
Code:
listen [::]:80 ipv6only=off;

to the server block in my site's config file. Thank you sanvila for taking the time to help me out!


Top
   
PostPosted: Sat Sep 12, 2015 12:59 pm 
Offline

Joined: Fri Sep 11, 2015 12:25 pm
Posts: 1
How do I access my server config file to add that code?

I am using webuzo + apache on ubuntu 14.04

I am a complete beginner when it comes to all this server stuff so please explain in detail.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group