You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/09/16 19:52:11 UTC

DO NOT REPLY [Bug 36690] New: - 304 Not Modified Response for a new request

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36690>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36690

           Summary: 304 Not Modified Response for a new request
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: guilhermeassad@uol.com.br
                CC: guilhermeassad@uol.com.br


Using Lynx to retreive a file from a Apache 2.0.54 webserver with mod_cache
enable , some times we get a 304 Not Modified response for a file that was never
downloaded before. 
It happens with all kinds of file, at the example bellow we tried a java script
file. 
We found users that were unable to load some files and their problem was the same. 

localmachine:~$ lynx -dump -head http://domain/file.js 
HTTP/1.1 304 Not Modified
Date: Fri, 16 Sep 2005 15:15:32 GMT
Server: Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7d
Connection: close
ETag: "4fe-99004440"
Expires: Fri, 16 Sep 2005 15:18:32 GMT
Cache-Control: max-age=180

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org