Subject RE: [firebird-support] TestWebsite.zip file ?
Author Kevin Hamilton
> I've been over this problem a bunch of times and think the system is
> setup right, but am quite willing to try again if anyone has
suggestions.

It apparently is not setup right. Because you are certainly returning
text/html as the mime type. See the below debug output from wget.

Assuming you do not have mod_mime_magic compiled in, then by default the
mime types should be in /usr/local/apache/conf/mime.types. Look for the
"TypesConfig" directive in your httpd.conf file to be sure. In the
mime.types file, searching on zip should reveal a line like:
application/zip zip
or
application/octet-stream zip

Also, look through the httpd.conf file for any "AddType" directives that
might be overriding your mime.types file.

-------------------------

C:\Temp>wget --debug http://www.ibphoenix.com/downloads/TestWebsite.zip
DEBUG output created by Wget 1.8.1 on mingw32.

--10:15:17-- http://www.ibphoenix.com/downloads/TestWebsite.zip
=> `TestWebsite.zip'
Resolving www.ibphoenix.com... done.
Caching www.ibphoenix.com => 209.113.237.205
Connecting to www.ibphoenix.com[209.113.237.205]:80... connected.
Created socket 1720.
Releasing 009F5C60 (new refcount 1).
---request begin---
GET /downloads/TestWebsite.zip HTTP/1.0
User-Agent: Wget/1.8.1
Host: www.ibphoenix.com
Accept: */*
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... HTTP/1.1 200 OK
Date: Mon, 27 Jun 2005 15:01:50 GMT
Server: Apache/2.0.40 (Red Hat Linux)
Last-Modified: Fri, 04 Jul 2003 11:08:22 GMT
ETag: "adf96-98f5-c65bd580"
Accept-Ranges: bytes
Content-Length: 39157
Connection: close
>>>>> Content-Type: text/html <<<<<<
X-Pad: avoid browser bug


>>>>> Length: 39,157 [text/html] <<<<<

100%[====================================>] 39,157 94.19K/s
ETA 00:00

Closing fd 1720
10:15:18 (94.19 KB/s) - `TestWebsite.zip' saved [39157/39157]


CONFIDENTIALITY NOTICE:
This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.