[thelist] evolt's 404 problem.

Joe Crawford jcrawford at avencom.com
Tue Feb 6 16:00:40 CST 2001


"Daniel J. Cody" wrote:
> Close.. I could write out a header so that apache would return:
> Status: 200 OK
> but we need the HTTP/1.1(or 1.0) header to report the code:
> HTTP/1.0 200 OK
> thanks for helping out :)

Well - I tried this bit of code:
<CFHEADER NAME="HTTP/1.1" VALUE="200 OK">
and it generates the right thing - just not in the right place, and not
pre-empting the main HTTP header. :-(

HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Tue, 06 Feb 2001 20:29:45 GMT
Content-type: text/html
HTTP/1.1: 200 OK
Page-Completion-Status: Normal

So it's outputting it, but not right at the beginning. I think this is a
limitation of <CFHEADER>. :-\

	- Joe
--
Joe Crawford ||||||||||||||       mailto:jcrawford at avencom.com
||||||||||||||||||||||||             http://www.avencom.com
|||||||||||||||||||||||||||      Avencom: Set Your Sites Higher




More information about the thelist mailing list