G
Guest
Guest
Archived from groups: rec.games.roguelike.angband (More info?)
In article <Y4adnaRLwtmDRMjfRVn-rg@adelphia.com>, Sherm Pendley wrote:
> Twisted One wrote:
>> It sounds like the http headers it generates have a)
>> incorrect mime types and b) incorrect time stamps for at least some
>> files some of the time.
>
> Nope:
>
> sherm$ curl --head
> http://homepage.ntlworld.com/isparp1/angband/nppangband-041-riscos.zip
> HTTP/1.1 200 OK
> Date: Fri, 08 Apr 2005 00:57:59 GMT
> Server: Apache/1.3.26 (Unix)
> Last-Modified: Wed, 06 Apr 2005 10:28:27 GMT
> ETag: "16cad20-d2add-4253b9cb"
> Accept-Ranges: bytes
> Content-Length: 862941
> Content-Type: application/zip
>
> There you go - content type "application/zip", Last-Modified looks
> right, and when I download it the file comes out the right size.
>
>> leads me to suspect IIS.
>
> Suspect, schmuspect. Why guess when you can know?
>
> <http://uptime.netcraft.com/up/graph/?host=homepage.ntlworld.com>
>
> And the verdict is... Apache 1.3.26 on Solaris.
>
> Neo, do you have anything useful to say?
This whole thread has been based on a misunderstanding.
The above server and link is where the RiscOS compile is stored, not where
the compeition savefile is stored. (Which runs Apache on Linux)
The savefile is given as a direct-link, with no file extension, and
presented as text/plain.
$ curl --head
http://mysite.wanadoo-members.co.uk/angband_comp/savefiles/competition30_savefile
HTTP/1.1 200 OK
Date: Fri, 08 Apr 2005 10:56:39 GMT
Server: Apache/1.3.27 (Unix)
Last-Modified: Fri, 01 Apr 2005 18:23:29 GMT
ETag: "fb68cc-ac70-424d91a1"
Accept-Ranges: bytes
Content-Length: 44144
Content-Type: text/plain
In article <Y4adnaRLwtmDRMjfRVn-rg@adelphia.com>, Sherm Pendley wrote:
> Twisted One wrote:
>> It sounds like the http headers it generates have a)
>> incorrect mime types and b) incorrect time stamps for at least some
>> files some of the time.
>
> Nope:
>
> sherm$ curl --head
> http://homepage.ntlworld.com/isparp1/angband/nppangband-041-riscos.zip
> HTTP/1.1 200 OK
> Date: Fri, 08 Apr 2005 00:57:59 GMT
> Server: Apache/1.3.26 (Unix)
> Last-Modified: Wed, 06 Apr 2005 10:28:27 GMT
> ETag: "16cad20-d2add-4253b9cb"
> Accept-Ranges: bytes
> Content-Length: 862941
> Content-Type: application/zip
>
> There you go - content type "application/zip", Last-Modified looks
> right, and when I download it the file comes out the right size.
>
>> leads me to suspect IIS.
>
> Suspect, schmuspect. Why guess when you can know?
>
> <http://uptime.netcraft.com/up/graph/?host=homepage.ntlworld.com>
>
> And the verdict is... Apache 1.3.26 on Solaris.
>
> Neo, do you have anything useful to say?
This whole thread has been based on a misunderstanding.
The above server and link is where the RiscOS compile is stored, not where
the compeition savefile is stored. (Which runs Apache on Linux)
The savefile is given as a direct-link, with no file extension, and
presented as text/plain.
$ curl --head
http://mysite.wanadoo-members.co.uk/angband_comp/savefiles/competition30_savefile
HTTP/1.1 200 OK
Date: Fri, 08 Apr 2005 10:56:39 GMT
Server: Apache/1.3.27 (Unix)
Last-Modified: Fri, 01 Apr 2005 18:23:29 GMT
ETag: "fb68cc-ac70-424d91a1"
Accept-Ranges: bytes
Content-Length: 44144
Content-Type: text/plain