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|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2002-06-06 20:50 ------- The problem is that the PHP filter is not called. Here is a dump of the client-server communication: ---------> from Client to Server GET / HTTP/1.1 Accept: */* If-Modified-Since: Thu, 06 Jun 2002 17:47:44 GMT; length=17947 Host: www.newsclub.de Connection: Keep-Alive <-------- Reply from Server to Client HTTP/1.1 304 Not Modified Date: Thu, 06 Jun 2002 17:50:08 GMT Server: Apache/2.0.36 (Unix) DAV/2 PHP/4.2.1 Connection: Keep-Alive Keep-Alive: timeout=15, max=100 ETag: "66ab2-4ef-63a14340" --------- End of reply, that's it - no content! So, there is neither PHP output nor the PHP source code at all, Apache seems to block further processing of the request. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
