You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Daniel Gruno (JIRA)" <ji...@apache.org> on 2016/04/03 16:54:25 UTC

[jira] [Resolved] (INFRA-11589) paste.a.o web files appear to be corrupt?

     [ https://issues.apache.org/jira/browse/INFRA-11589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Gruno resolved INFRA-11589.
----------------------------------
    Resolution: Workaround
      Assignee: Daniel Gruno

the current paste.a.o service is in the tools-vm subdir.
I've removed references to the about page for now, as we don't have such a page. Maybe we will later, but not at present.

> paste.a.o web files appear to be corrupt?
> -----------------------------------------
>
>                 Key: INFRA-11589
>                 URL: https://issues.apache.org/jira/browse/INFRA-11589
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Website
>         Environment: https://paste.apache.org/
>            Reporter: Sebb
>            Assignee: Daniel Gruno
>
> There is a link to the ASF paste site About page [1] on an ASF dev page [2].
> However the link does not work; it shows just:
> "No such document html"
> This is different from the page in SVN [3]
> I did some checks of other files that should be present, and I get the following results:
> ===============
> $ curl -I https://paste.apache.org/about.html
> HTTP/1.1 200 OK
> Date: Sun, 03 Apr 2016 10:04:23 GMT
> Server: Apache/2.4.7 (Ubuntu)
> Connection: close
> $ curl -I https://paste.apache.org/highlight.css
> HTTP/1.1 200 OK
> Date: Sun, 03 Apr 2016 10:04:36 GMT
> Server: Apache/2.4.7 (Ubuntu)
> Last-Modified: Tue, 16 Feb 2016 19:33:58 GMT
> ETag: "1cc5-52be836fecfee"
> Accept-Ranges: bytes
> Content-Length: 7365
> Vary: Accept-Encoding
> Connection: close
> Content-Type: text/css
> $ curl -I https://paste.apache.org/highlight.js
> HTTP/1.1 200 OK
> Date: Sun, 03 Apr 2016 10:04:44 GMT
> Server: Apache/2.4.7 (Ubuntu)
> Last-Modified: Tue, 16 Feb 2016 19:34:41 GMT
> ETag: "125d1-52be83990e8e6"
> Accept-Ranges: bytes
> Content-Length: 75217
> Vary: Accept-Encoding
> Connection: close
> Content-Type: application/javascript
> $ curl -I https://paste.apache.org/manual.css
> HTTP/1.1 200 OK
> Date: Sun, 03 Apr 2016 10:04:55 GMT
> Server: Apache/2.4.7 (Ubuntu)
> Connection: close
> $ curl -I https://paste.apache.org/feather.gif
> HTTP/1.1 200 OK
> Date: Sun, 03 Apr 2016 10:05:36 GMT
> Server: Apache/2.4.7 (Ubuntu)
> Connection: close
> $ curl https://paste.apache.org/feather.gif
> No such document gif
> $ curl -I https://paste.apache.org/
> HTTP/1.1 200 OK
> Date: Sun, 03 Apr 2016 10:07:36 GMT
> Server: Apache/2.4.7 (Ubuntu)
> Connection: close
> =============
> Not sure what is going on here, but I assume the about link used to work.
> [1] https://paste.apache.org/about.html
> [2] https://www.apache.org/dev/#paste
> [3] https://svn.apache.org/repos/infra/infrastructure/trunk/projects/paste



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)