This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc.gnu.org: web server config problem


On Fri, 13 Sep 2002, Olivier Mengué wrote:
> There is a problem in the configuration shown when downloading the page at
> http://gcc.gnu.org/java/compare/java.util.zip.Deflater.diff : the
> Content-Type header says the page is application/zip where in fact it is
> just text/plain.
> Here are the full HTTP headers sent by Apache :
> HTTP/1.1 200 OK
> Date: Fri, 13 Sep 2002 21:28:16 GMT
> Server: Apache/1.3.24 (Unix)
> Last-Modified: Fri, 13 Sep 2002 07:57:46 GMT
> ETag: "35f0d5-45fd-3d819a7a"
> Accept-Ranges: bytes
> Content-Length: 17917
> Keep-Alive: timeout=15, max=100
> Connection: Keep-Alive
> Content-Type: application/zip

I could reproduce this, and my guess is that our web server gets confused
by the directory name "zip", assuming the file is a .zip file, even if it
is plain ASCII.

Overseers, could one of you please have a look? (I currently should not
login on gcc.gnu.org for security reasons.)

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]