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=9673>. 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=9673 Using Apache2 with dynamic PHP pages leads to Cache problems due to improper If-Last-Modified answer (304 Not Modified) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-06-06 20:56 ------- Still a PHP problem. Content is never returned on a 304 response. That is the point of the response. What is happening is that Apache is running the request, seeing the last-modified information, and deciding that the client already has up-to-date content, so it doesn't need to send it again. It is the responsibility of the PHP filter to remove the last-modified information so that apache always serves fresh content. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
