From:             [EMAIL PROTECTED]
Operating system: Linux RH8.0
PHP version:      4.2.2
PHP Bug Type:     Apache2 related
Bug description:  caching problem

I'm running redhat 8.0 with apache 2.0.40 and php 4.2.2
It seems that apache 2 replies to request for php-generated pages with 

304 Not-Modified 

when If-Modified-Since header is sent. Well, mostly. You need to hit
reload on your browser to get it reloaded (no If-Modified-Since sent).

I guess sending 304 header should be handled manually in the script when
needed, and not by Apache.

-- 
Edit bug report at http://bugs.php.net/?id=19911&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19911&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19911&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19911&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19911&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19911&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19911&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19911&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19911&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19911&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19911&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19911&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19911&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19911&r=isapi

Reply via email to