Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cherokee-project.org better redirections #539

Closed
danielniccoli opened this issue Mar 24, 2013 · 5 comments
Closed

cherokee-project.org better redirections #539

danielniccoli opened this issue Mar 24, 2013 · 5 comments

Comments

@danielniccoli
Copy link
Contributor

Original author: ste...@konink.de (August 28, 2009 22:04:18)

make the .org domain behave the same. aka let it end up in the same
locations as the .com version.

Original issue: http://code.google.com/p/cherokee/issues/detail?id=553

@danielniccoli
Copy link
Contributor Author

From alobbs on September 04, 2009 09:03:43
All the secondary domains are redirected to cherokee-project.com. What's the problem
with that?

$ curl -vL http://cherokee-project.org/download/0.99/0.99.24

  • About to connect() to cherokee-project.org port 80 (#0)
  • Trying 91.121.101.139... connected
  • Connected to cherokee-project.org (91.121.101.139) port 80 (#0)

    GET /download/0.99/0.99.24 HTTP/1.1
    User-Agent: curl/7.19.6 (i386-apple-darwin9.8.0) libcurl/7.19.6 zlib/1.2.3
    Host: cherokee-project.org
    Accept: /

    < HTTP/1.1 301 Moved Permanently
    < Connection: close
    < Date: Fri, 04 Sep 2009 09:05:15 GMT
    < Server: Cherokee/0.99
    < Location: http://www.cherokee-project.com/download/0.99/0.99.24
    < Content-Length: 311
    < Content-Type: text/html
    < Cache-Control: no-cache
    < Pragma: no-cache
    <
  • Closing connection #0
  • Issue another request to this URL:
    'http://www.cherokee-project.com/download/0.99/0.99.24'
  • About to connect() to www.cherokee-project.com port 80 (#0)
  • Trying 91.121.101.139... connected
  • Connected to www.cherokee-project.com (91.121.101.139) port 80 (#0)

    GET /download/0.99/0.99.24 HTTP/1.1
    User-Agent: curl/7.19.6 (i386-apple-darwin9.8.0) libcurl/7.19.6 zlib/1.2.3
    Host: www.cherokee-project.com
    Accept: /

    < HTTP/1.1 301 Moved Permanently
    < Connection: close
    < Date: Fri, 04 Sep 2009 09:05:15 GMT
    < Server: Cherokee/0.99
    < Location: http://www.cherokee-project.com/download/0.99/0.99.24/
    < Content-Length: 312
    < Content-Type: text/html
    < Cache-Control: no-cache
    < Pragma: no-cache
    <
  • Closing connection #0
  • Issue another request to this URL:
    'http://www.cherokee-project.com/download/0.99/0.99.24/'
  • About to connect() to www.cherokee-project.com port 80 (#0)
  • Trying 91.121.101.139... connected
  • Connected to www.cherokee-project.com (91.121.101.139) port 80 (#0)

    GET /download/0.99/0.99.24/ HTTP/1.1
    User-Agent: curl/7.19.6 (i386-apple-darwin9.8.0) libcurl/7.19.6 zlib/1.2.3
    Host: www.cherokee-project.com
    Accept: /

    < HTTP/1.1 200 OK
    < Connection: close
    < Date: Fri, 04 Sep 2009 09:05:15 GMT
    < Server: Cherokee/0.99
    < Content-Type: text/html; charset=utf-8

Am I missing something?

@danielniccoli
Copy link
Contributor Author

From ste...@konink.de on September 04, 2009 14:48:55
What I would love to see is that when I type: bugs.cherokee-project.org, I'll end up
in the right place or on bugs.cherokee-project.com that redirects me again.

@danielniccoli
Copy link
Contributor Author

From alobbs on September 04, 2009 14:54:07
Oh, okay.. it's fixed now. :-)

$ curl -vL http://bugs.cherokee-project.org/1

  • About to connect() to bugs.cherokee-project.org port 80 (#0)
  • Trying 91.121.101.139... connected
  • Connected to bugs.cherokee-project.org (91.121.101.139) port 80 (#0)

    GET /1 HTTP/1.1
    User-Agent: curl/7.19.6 (i386-apple-darwin9.8.0) libcurl/7.19.6 zlib/1.2.3
    Host: bugs.cherokee-project.org
    Accept: /

    < HTTP/1.1 301 Moved Permanently
    < Connection: close
    < Date: Fri, 04 Sep 2009 14:56:34 GMT
    < Server: Cherokee/0.99
    < Location: http://code.google.com/p/cherokee/issues/detail?id=1 (Github: It ought to be the best web server #81)
    < Content-Length: 310
    < Content-Type: text/html
    < Cache-Control: no-cache
    < Pragma: no-cache
    <
  • Closing connection #0
  • Issue another request to this URL:
    'http://code.google.com/p/cherokee/issues/detail?id=1 (Github: It ought to be the best web server #81)'
  • About to connect() to code.google.com port 80 (#0)
  • Trying 74.125.79.100... connected
  • Connected to code.google.com (74.125.79.100) port 80 (#0)

    GET /p/cherokee/issues/detail?id=1 HTTP/1.1
    User-Agent: curl/7.19.6 (i386-apple-darwin9.8.0) libcurl/7.19.6 zlib/1.2.3
    Host: code.google.com
    Accept: /

    < HTTP/1.1 200 OK

@danielniccoli
Copy link
Contributor Author

From ste...@konink.de on September 04, 2009 22:22:56
...svn.cherokee-project.org what can I think of more?

Come on ;) Just do a rewrite ;)

@danielniccoli
Copy link
Contributor Author

From alobbs on September 05, 2009 07:48:26
It's done: {lists,ftp,svn,bugs,}.cherokee-project.*.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant