|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-05-13 01:42 UTC] helly@php.net
[2003-05-19 10:05 UTC] hans at nyu dot edu
[2003-05-19 20:07 UTC] sniper@php.net
[2003-05-20 08:15 UTC] hz11 at nyu dot edu
[2003-05-20 08:46 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 21:00:01 2025 UTC |
I have a .php setup as an ErrorDocument under Apache 1.3.27, compiled as a DSO. When an request is made that isn't found, the page is called without issue. So, I'm trying to set a different header, for example: header('HTTP/1.0 408 Request Time-out',TRUE,408); However, the response header always ends up: HTTP/1.1 408 Request Time-out on the client. If I were to change the status code, everything works as expected, yet I can't override the HTTP version. Is this expected behavior; do I need to force changes like this in Apache's conf, or is it something that could use another look? Many thanks, Hans