DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10781>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10781 Can not see the pdf files on my server on the forms page. ------- Additional Comments From [EMAIL PROTECTED] 2002-07-26 17:24 ------- I ran into this same problem a couple days ago. I agree that the issue is related to the Acrobat document being byte-served. I've tried adding "SetEnvIfNoCase Request_URI "\.pdf$" nokeepalive" to my config, but still have the same problem. I also tried all the following simultaneously, and still experience the problem: SetEnv nokeepalive SetEnv downgrade-1.0 SetEnv force-response-1.0 In order to get around this issue I had to switch to using a backup server which has 2.0.36 . I use the exact same config file on the 2.0.36 machine as the 2.0.39. Here is the HTTP conversation I observed (on the server) when the PDF didn't transfer properly: GET /DP/documents/deliverables.pdf HTTP/1.1 Accept: application/vnd.ms-excel, application/msword, application/vnd.ms-powerpoint, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* Referer: http://test.statst.org/DP/documents/deliverables.htm Accept-Language: en-us Accept- Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 95) Host: test.statst.org Connection: Keep-Alive HTTP/1.1 200 OK Date: Fri, 26 Jul 2002 16:40:12 GMT Server: Apache/2.0.39 (Win32) Last-Modified: Wed, 12 Jun 2002 18:49:47 GMT ETag: "25b-2019c-1bf5992b" Accept-Ranges: bytes Content-Length: 131484 Connection: close Content-Type: application/pdf X-Pad: avoid browser bug GET /DP/documents/deliverables.pdf HTTP/1.1 Accept: */* Accept-Encoding: gzip, deflate Range: bytes=8192- Unless-Modified-Since: Wed, 12 Jun 2002 18:49:47 GMT If- Range: "25b-2019c-1bf5992b" User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 95) Host: test.statst.org Connection: Keep-Alive HTTP/1.1 206 Partial Content Date: Fri, 26 Jul 2002 16:40:19 GMT Server: Apache/2.0.39 (Win32) Last- Modified: Wed, 12 Jun 2002 18:49:47 GMT ETag: "25b-2019c-1bf5992b" Accept-Ranges: bytes Content-Length: 123292 Content-Range: bytes 8192-131483/131484 Connection: close Content-Type: application/pdf GET /DP/documents/deliverables.pdf HTTP/1.1 Accept: */* Range: bytes=25401-31023, 31024-61023, 61024-91023, 91024-121023, 121024-126940 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 95) Host: test.statst.org Connection: Keep-Alive Cache-Control: no- cache GET /DP/documents/deliverables.pdf HTTP/1.1 Accept: */* Range: bytes=130646-131483 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 95) Host: test.statst.org Connection: Keep-Alive Cache- Control: no-cache HTTP/1.1 206 Partial Content Date: Fri, 26 Jul 2002 16:40:19 GMT Server: Apache/2.0.39 (Win32) Last-Modified: Wed, 12 Jun 2002 18:49:47 GMT ETag: "25b-2019c-1bf5992b" Accept-Ranges: bytes Content-Length: 838 Content-Range: bytes 130646-131483/131484 Connection: close Content-Type: application/pdf GET /DP/documents/deliverables.pdf HTTP/1.1 Accept: */* Range: bytes=127823- 128846 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 95) Host: test.statst.org Connection: Keep-Alive Cache-Control: no- cache HTTP/1.1 206 Partial Content Date: Fri, 26 Jul 2002 16:40:19 GMT Server: Apache/2.0.39 (Win32) Last-Modified: Wed, 12 Jun 2002 18:49:47 GMT ETag: "25b-2019c- 1bf5992b" Accept-Ranges: bytes Content-Length: 1024 Content-Range: bytes 127823- 128846/131484 Connection: close Content-Type: application/pdf --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
