✓ Solved

[SOLVED] object storage custom index/404 pages not working

I followed the guide here https://www.linode.com/docs/guides/host-static-site-object-storage/ for setting up a static site with object storage.

https://test-site-pommicket.us-ord-1.linodeobjects.com/index.html works, but when I visit https://test-site-pommicket.us-ord-1.linodeobjects.com/ I just get an XML list of objects.

s3cmd is showing that the website should be properly configured

$ s3cmd ws-info s3://test-site-pommicket  
Bucket s3://test-site-pommicket/: Website configuration
Website endpoint: http://test-site-pommicket.us-ord-1.linodeobjects.com
Index document:   index.html
Error document:   404.html

Update: This did end up working when I hosted on website-us-east-1.linodeobjects.com (although not website-us-ord-1.linodeobjects.com for some reason: http://test-site-pommicket2.website-us-ord-1.linodeobjects.com/ gives me a DNS lookup fail).

2 Replies

✓ Best Answer

I would like to provide an update regarding the issue concerning website-us-ord-1.linodeobjects.com. Following an in-depth investigation, we have verified the existence of an issue that has led to the failure of subdomains associated with the Chicago Data Center website endpoint to resolve properly. I can confirm at this time that the issue has been resolved and the website-us-ord-1.linodeobjects.com endpoint and its subdomain should be working as expected. The website endpoint and its subdomains are resolving properly now.

dig my.website-us-ord-1.linodeobjects.com +short
website-us-ord-1.linodeobjects.com.
website-us-ord-1.linodeobjects.com.akadns.net.
172.232.10.29
172.232.0.221
172.232.10.25
172.232.10.22
172.232.0.218
172.232.10.21

Feel free to Open a ticket with Support if you run into any further issue.

-- Koffi

Although it's good to see you were able to figure out a work-around for your Object Storage connections, it is a bit troublesome to see you having issues with one of our newest DCs. This might be worth opening a ticket with Support so we can rule out any issues with Chicago's OBJ DNS.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct