|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-10-14 19:59 UTC] mammal at vol dot cz
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. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jun 05 02:00:01 2026 UTC |
LoadModule php4_module modules/libphp4.so <Files *.php> SetOutputFilter PHP SetInputFilter PHP </Files> DirectoryIndex index.php