numpy.scipy.org page 404s
![](https://secure.gravatar.com/avatar/70f464a5b882a9042663f8ee29969104.jpg?s=120&d=mm&r=g)
Dear Numpy Webmasters, Would it be possible to either redirect numpy.scipy.org to www.numpy.org or to the main numpy github landing page? Currently numpy.scipy.org hits a Github 404 page. As the numpy.scipy.org site still shows up in searches it would be useful to have that address resolve to something more helpful. Thank you for your time and help, Chris
![](https://secure.gravatar.com/avatar/764323a14e554c97ab74177e0bce51d4.jpg?s=120&d=mm&r=g)
On Fri, Apr 26, 2013 at 3:20 PM, Christopher Hanley <chanley@gmail.com> wrote:
Dear Numpy Webmasters,
Would it be possible to either redirect numpy.scipy.org to www.numpy.org or to the main numpy github landing page? Currently numpy.scipy.org hits a Github 404 page. As the numpy.scipy.org site still shows up in searches it would be useful to have that address resolve to something more helpful.
Thank you for your time and help,
$ dig numpy.scipy.org ; <<>> DiG 9.8.3-P1 <<>> numpy.scipy.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49456 ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;numpy.scipy.org. IN A ;; ANSWER SECTION: numpy.scipy.org. 682 IN CNAME www.numpy.org. www.numpy.org. 60 IN CNAME numpy.github.com. numpy.github.com. 42982 IN A 204.232.175.78 ;; Query time: 14 msec ;; SERVER: 10.44.0.1#53(10.44.0.1) ;; WHEN: Fri Apr 26 16:05:20 2013 ;; MSG SIZE rcvd: 103 Unfortunately, Github can only deal with one CNAME, www.numpy.org. The documentation recommends that one "redirect" the other domains, but it's not clear exactly what it is referring to. Having an HTTP server with an A record for numpy.scipy.org that just issues HTTP 301 redirects for everything? I can look into getting that set up. https://help.github.com/articles/my-custom-domain-isn-t-working#multiple-dom... -- Robert Kern
![](https://secure.gravatar.com/avatar/871426dddc1a9f702316c1ca03a33d9b.jpg?s=120&d=mm&r=g)
On Fri, Apr 26, 2013 at 4:11 PM, Robert Kern <robert.kern@gmail.com> wrote:
On Fri, Apr 26, 2013 at 3:20 PM, Christopher Hanley <chanley@gmail.com> wrote:
Dear Numpy Webmasters,
Would it be possible to either redirect numpy.scipy.org to www.numpy.org or to the main numpy github landing page? Currently numpy.scipy.org hits a Github 404 page. As the numpy.scipy.org site still shows up in searches it would be useful to have that address resolve to something more helpful.
Thank you for your time and help,
$ dig numpy.scipy.org
; <<>> DiG 9.8.3-P1 <<>> numpy.scipy.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49456 ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION: ;numpy.scipy.org. IN A
;; ANSWER SECTION: numpy.scipy.org. 682 IN CNAME www.numpy.org. www.numpy.org. 60 IN CNAME numpy.github.com. numpy.github.com. 42982 IN A 204.232.175.78
;; Query time: 14 msec ;; SERVER: 10.44.0.1#53(10.44.0.1) ;; WHEN: Fri Apr 26 16:05:20 2013 ;; MSG SIZE rcvd: 103
Unfortunately, Github can only deal with one CNAME, www.numpy.org. The documentation recommends that one "redirect" the other domains, but it's not clear exactly what it is referring to. Having an HTTP server with an A record for numpy.scipy.org that just issues HTTP 301 redirects for everything? I can look into getting that set up.
https://help.github.com/articles/my-custom-domain-isn-t-working#multiple-dom...
+1 for fixing this - I tried to report this back in February, but checking the archive my email seems to have gotten lost. I noticed this from a manuscript in proof when the copy editor pointed out http://numpy.scipy.org wasn't working. As http://numpy.scipy.org used to be a widely used URL for the project, and likely appears in many printed references, fixing it to redirect to the (relatively new) http://www.numpy.org would be good. Peter
![](https://secure.gravatar.com/avatar/a5172a0e32bf445abf49379c67206866.jpg?s=120&d=mm&r=g)
Unfortunately, Github can only deal with one CNAME, www.numpy.org. The documentation recommends that one "redirect" the other domains, but it's not clear exactly what it is referring to. Having an HTTP server with an A record for numpy.scipy.org that just issues HTTP 301 redirects for everything? I can look into getting that set up.
https://help.github.com/articles/my-custom-domain-isn-t-working#multiple-dom...
If I understand that correctly, you'll need to point the numpy.scipy.org CNAME to a non-github IP, and install a HTTP redirect **or** a HTTPD rewrite on that IP. So we need to find a server to do that. Probably easiest to ask numfocus, right? Cheers, Andreas.
![](https://secure.gravatar.com/avatar/764323a14e554c97ab74177e0bce51d4.jpg?s=120&d=mm&r=g)
On Fri, Apr 26, 2013 at 4:30 PM, Andreas Hilboll <lists@hilboll.de> wrote:
Unfortunately, Github can only deal with one CNAME, www.numpy.org. The documentation recommends that one "redirect" the other domains, but it's not clear exactly what it is referring to. Having an HTTP server with an A record for numpy.scipy.org that just issues HTTP 301 redirects for everything? I can look into getting that set up.
https://help.github.com/articles/my-custom-domain-isn-t-working#multiple-dom...
If I understand that correctly, you'll need to point the numpy.scipy.org CNAME to a non-github IP, and install a HTTP redirect **or** a HTTPD rewrite on that IP. So we need to find a server to do that. Probably easiest to ask numfocus, right?
There's no need. We'll just use the existing www.scipy.org Apache server to host the redirects. -- Robert Kern
![](https://secure.gravatar.com/avatar/a5172a0e32bf445abf49379c67206866.jpg?s=120&d=mm&r=g)
Unfortunately, Github can only deal with one CNAME, www.numpy.org. The documentation recommends that one "redirect" the other domains, but it's not clear exactly what it is referring to. Having an HTTP server with an A record for numpy.scipy.org that just issues HTTP 301 redirects for everything? I can look into getting that set up.
https://help.github.com/articles/my-custom-domain-isn-t-working#multiple-dom...
If I understand that correctly, you'll need to point the numpy.scipy.org CNAME to a non-github IP, and install a HTTP redirect **or** a HTTPD rewrite on that IP. So we need to find a server to do that. Probably easiest to ask numfocus, right?
There's no need. We'll just use the existing www.scipy.org Apache server to host the redirects.
Good. I have no clue about who operates which servers, and just assumed numfocus is doing that. BTW, is there help needed in server administration (for numpy, scipy, or whatever)? I could happily volunteer to help out. Cheers, Andreas.
![](https://secure.gravatar.com/avatar/764323a14e554c97ab74177e0bce51d4.jpg?s=120&d=mm&r=g)
On Fri, Apr 26, 2013 at 4:44 PM, Andreas Hilboll <lists@hilboll.de> wrote:
Unfortunately, Github can only deal with one CNAME, www.numpy.org. The documentation recommends that one "redirect" the other domains, but it's not clear exactly what it is referring to. Having an HTTP server with an A record for numpy.scipy.org that just issues HTTP 301 redirects for everything? I can look into getting that set up.
https://help.github.com/articles/my-custom-domain-isn-t-working#multiple-dom...
If I understand that correctly, you'll need to point the numpy.scipy.org CNAME to a non-github IP, and install a HTTP redirect **or** a HTTPD rewrite on that IP. So we need to find a server to do that. Probably easiest to ask numfocus, right?
There's no need. We'll just use the existing www.scipy.org Apache server to host the redirects.
Good. I have no clue about who operates which servers, and just assumed numfocus is doing that.
Enthought hosts and administers the scipy.org domain.
BTW, is there help needed in server administration (for numpy, scipy, or whatever)? I could happily volunteer to help out.
Right now, the recurring cost is kicking the www.scipy.org wiki every once in a while under the deluge of spam. The best way to stop that is to help finish the migration of content to the new static site: https://github.com/scipy/scipy.org-new I think the major TODO items there are the conversion of the Topical Software and Cookbook pages. I can give dumps of the current wiki pages to anyone who wants to help with that. -- Robert Kern
![](https://secure.gravatar.com/avatar/2fb58a352b67b5d5735cf8a9ce0f2f2a.jpg?s=120&d=mm&r=g)
Should be fixed now. Ognen On Fri, Apr 26, 2013 at 10:51 AM, Robert Kern <robert.kern@gmail.com> wrote:
On Fri, Apr 26, 2013 at 4:44 PM, Andreas Hilboll <lists@hilboll.de> wrote:
Unfortunately, Github can only deal with one CNAME, www.numpy.org. The documentation recommends that one "redirect" the other domains, but it's not clear exactly what it is referring to. Having an HTTP server with an A record for numpy.scipy.org that just issues HTTP 301 redirects for everything? I can look into getting that set up.
https://help.github.com/articles/my-custom-domain-isn-t-working#multiple-dom...
If I understand that correctly, you'll need to point the numpy.scipy.org CNAME to a non-github IP, and install a HTTP redirect **or** a HTTPD rewrite on that IP. So we need to find a server to do that. Probably easiest to ask numfocus, right?
There's no need. We'll just use the existing www.scipy.org Apache server to host the redirects.
Good. I have no clue about who operates which servers, and just assumed numfocus is doing that.
Enthought hosts and administers the scipy.org domain.
BTW, is there help needed in server administration (for numpy, scipy, or whatever)? I could happily volunteer to help out.
Right now, the recurring cost is kicking the www.scipy.org wiki every once in a while under the deluge of spam. The best way to stop that is to help finish the migration of content to the new static site:
https://github.com/scipy/scipy.org-new
I think the major TODO items there are the conversion of the Topical Software and Cookbook pages. I can give dumps of the current wiki pages to anyone who wants to help with that.
-- Robert Kern _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
![](https://secure.gravatar.com/avatar/70f464a5b882a9042663f8ee29969104.jpg?s=120&d=mm&r=g)
Thank you! On Fri, Apr 26, 2013 at 12:06 PM, Ognen Duzlevski <ognen@enthought.com>wrote:
Should be fixed now. Ognen
On Fri, Apr 26, 2013 at 10:51 AM, Robert Kern <robert.kern@gmail.com>wrote:
On Fri, Apr 26, 2013 at 4:44 PM, Andreas Hilboll <lists@hilboll.de> wrote:
Unfortunately, Github can only deal with one CNAME, www.numpy.org. The documentation recommends that one "redirect" the other domains, but it's not clear exactly what it is referring to. Having an HTTP server with an A record for numpy.scipy.org that just issues HTTP 301 redirects for everything? I can look into getting that set up.
https://help.github.com/articles/my-custom-domain-isn-t-working#multiple-dom...
If I understand that correctly, you'll need to point the numpy.scipy.org CNAME to a non-github IP, and install a HTTP redirect **or** a HTTPD rewrite on that IP. So we need to find a server to do that. Probably easiest to ask numfocus, right?
There's no need. We'll just use the existing www.scipy.org Apache server to host the redirects.
Good. I have no clue about who operates which servers, and just assumed numfocus is doing that.
Enthought hosts and administers the scipy.org domain.
BTW, is there help needed in server administration (for numpy, scipy, or whatever)? I could happily volunteer to help out.
Right now, the recurring cost is kicking the www.scipy.org wiki every once in a while under the deluge of spam. The best way to stop that is to help finish the migration of content to the new static site:
https://github.com/scipy/scipy.org-new
I think the major TODO items there are the conversion of the Topical Software and Cookbook pages. I can give dumps of the current wiki pages to anyone who wants to help with that.
-- Robert Kern _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
![](https://secure.gravatar.com/avatar/da3a0a1942fbdc5ee9a9b8115ac5dae7.jpg?s=120&d=mm&r=g)
26.04.2013 18:51, Robert Kern kirjoitti: [clip]
Right now, the recurring cost is kicking the www.scipy.org wiki every once in a while under the deluge of spam.
It's dying a slow death again. How about restricting editing pages to people in EditorGroup? There should be an option in Moin config for that. I don't think there is any other solution to the spam with the Moin wiki at present. -- Pauli Virtanen
![](https://secure.gravatar.com/avatar/764323a14e554c97ab74177e0bce51d4.jpg?s=120&d=mm&r=g)
On Sat, May 4, 2013 at 12:43 AM, Pauli Virtanen <pav@iki.fi> wrote:
26.04.2013 18:51, Robert Kern kirjoitti: [clip]
Right now, the recurring cost is kicking the www.scipy.org wiki every once in a while under the deluge of spam.
It's dying a slow death again.
How about restricting editing pages to people in EditorGroup? There should be an option in Moin config for that. I don't think there is any other solution to the spam with the Moin wiki at present.
Done. -- Robert Kern
![](https://secure.gravatar.com/avatar/da3a0a1942fbdc5ee9a9b8115ac5dae7.jpg?s=120&d=mm&r=g)
04.05.2013 14:12, Robert Kern kirjoitti: [clip]
How about restricting editing pages to people in EditorGroup? There should be an option in Moin config for that. I don't think there is any other solution to the spam with the Moin wiki at present.
Done.
How do we go about removing the spam pages? They seem to be hurting the site's performance quite a lot --- for instance, http://scipy.org/Cookbook doesn't load currently. A good assumption is probably that new pages created in the past couple of weeks are all spam... -- Pauli Virtanen
![](https://secure.gravatar.com/avatar/764323a14e554c97ab74177e0bce51d4.jpg?s=120&d=mm&r=g)
On Sun, May 5, 2013 at 1:34 PM, Pauli Virtanen <pav@iki.fi> wrote:
04.05.2013 14:12, Robert Kern kirjoitti: [clip]
How about restricting editing pages to people in EditorGroup? There should be an option in Moin config for that. I don't think there is any other solution to the spam with the Moin wiki at present.
Done.
How do we go about removing the spam pages? They seem to be hurting the site's performance quite a lot --- for instance, http://scipy.org/Cookbook doesn't load currently.
A good assumption is probably that new pages created in the past couple of weeks are all spam...
Manually. I have a whitelist of known-good pages that helps narrow it down. I'll take care of it in a few hours. -- Robert Kern
participants (6)
-
Andreas Hilboll
-
Christopher Hanley
-
Ognen Duzlevski
-
Pauli Virtanen
-
Peter Cock
-
Robert Kern