[thelist] Apache: Fun with error docs + tip

Frank lists at frankmarion.com
Fri Aug 1 22:33:28 CDT 2003


At 04:56 AM 2003-08-02 +0100, you wrote:
>As to causing them to happen, you should be able to do most with a .htaccess
>file, but a simple perl script would be easier:
>Now let me see, I have that somewhere too...
>
>#!/usr/bin/perl
>use CGI;
>$req=new CGI;
>print $req->header(-type=>'text/html',
>                      -status=>'200 OK');
>
>replace the 200 OK with the other values, as needed.

Thanks! What a great idea. Does anyone know the specifics of implementing 
this with CF, and the use of cfheader? I don't seem to have a lot of luck 
with it at the moment.


--
Frank Marion     lists at frankmarion.com      Keep the signal high.  



More information about the thelist mailing list