Giter VIP home page Giter VIP logo

Comments (15)

ojwb avatar ojwb commented on August 29, 2024

The website is still hosted on sourceforge, and I can see there's a vhost configured for www.swig.org there.

I don't think I have access to the DNS config for the domain though - probably @wsfulton does.

from www.

wsfulton avatar wsfulton commented on August 29, 2024

Sourceforge hosts the domain. @ojwb, you have the same admin access for Sourceforge as I do, so you can probably see the same configuration at https://sourceforge.net/p/swig/admin/ext/vhost/. There isn't a lot there to configure, so I suppose we should raise a request to SF for an explanation.

from www.

futatuki avatar futatuki commented on August 29, 2024

As far as I read https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ , Sourceforge does not provide DNS service. Perhaps you need to contact to registrar of swig.org -- NETWORK SOLUTIONS, or hostmaster of DNS zone, [email protected] (which is found in SOA record of swig.org).

from www.

wsfulton avatar wsfulton commented on August 29, 2024

Hi @dabeaz, is this something you raise with your network provider that you use for SWIG please?

from www.

dabeaz avatar dabeaz commented on August 29, 2024

Is the problem basically one of configuring DNS as described in the above sourceforge links?

from www.

ojwb avatar ojwb commented on August 29, 2024

@dabaez Probably - specifically it seems we're missing this part:

www.yourdomain.com CNAME to vhost2.sourceforge.net.

I'm not sure what happened as this was working.

The configuration at SF seems to be correct, since if I add 204.68.111.101 www.swig.org to my /etc/hosts file locally then https://www.swig.org/ works for me. So adding the missing CNAME should fix this (once DNS changes have propagated).

from www.

dabeaz avatar dabeaz commented on August 29, 2024

Weird. The DNS record had "www.swig.org" listed as an A-record. I've changed it to a CNAME record and will see if it makes any difference. Keep me posted.

from www.

ojwb avatar ojwb commented on August 29, 2024

Either A or CNAME should work, but sourceforge docs say to use a CNAME so probably better to.

It doesn't seem to be visible yet, but will check again later.

from www.

dabeaz avatar dabeaz commented on August 29, 2024

A screenshot of what the network solutions configuration shows:

image

from www.

ojwb avatar ojwb commented on August 29, 2024

Hmm, with 2 hour TTL it ought to be working by now but isn't.

That * entry seems odd to me - that seems like it's trying to define a wildcard A record so .swig.org resolves to that SF IP address, but no subdomains of swig.org I've tried seem to resolve. Maybe that used to work but the registrar broke it. I'd try removing the * entry since it doesn't seem useful to have a wildcard entry and SF is only configured as a vhost for swig.org and www.swig.org anyway.

(The @ entry is OK - that means "the domain itself" so is defining an A record for swig.org, which does seem to be working.)

from www.

dabeaz avatar dabeaz commented on August 29, 2024

I removed the * entry just now. Will keep an eye on it. I'm not seeing a whole lot of things to change unless the ns11.worldnic.com and ns12.worldnic.com servers are broken themselves. Also, I would add that DNSSEC is disabled (if it might matter).

from www.

ojwb avatar ojwb commented on August 29, 2024

Looking at the dig output in detail, one thing I find a bit odd is that the worldnic nameservers return status "REFUSED" (and the detailed error code is "EDE: 15 (Blocked): (Request blocked by policy)"), and the same for any other subdomain of swig.org it seems. I'd expect status "NOERROR" for found and "NXDOMAIN" for not found, which is what I get testing a different domain (but I don't know anyone else still using network solutions, so that's with a different registrar's name servers).

Maybe that's normal though. I don't have to do much DNS debugging these days.

from www.

dabeaz avatar dabeaz commented on August 29, 2024

That's just bizarre. In any event, the website seems to be working when I tried it just now.

from www.

futatuki avatar futatuki commented on August 29, 2024
$ dig @ns11.worldnic.com www.swig.org A +norecurse             
; <<>> DiG 9.18.20 <<>> @ns11.worldnic.com www.swig.org A +norecurse
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38181
;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;www.swig.org.                  IN      A

;; ANSWER SECTION:
www.swig.org.           7200    IN      CNAME   vhost2.sourceforge.net.

;; Query time: 156 msec
;; SERVER: 162.159.26.214#53(ns11.worldnic.com) (UDP)
;; WHEN: Wed Feb 14 21:04:08 JST 2024
;; MSG SIZE  rcvd: 77

I also confirmed it.

from www.

ojwb avatar ojwb commented on August 29, 2024

Working for me too, so closing.

(@dabeaz Doesn't seem very fair you still seem to be paying for the domain - if you want shot of it we could probably transfer it to SFC and pay for it out of project funds.)

from www.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.