Re: Force a 404 error?

2002-05-17 Thread Helios de Creisquer
want the URL to continue to display the users request. Can I do this? See: http://archive.covalent.net/modperl/2001/04/0088.xml Cheers, -- Helios de Creisquer [EMAIL PROTECTED] http://www.tuxfamily.org/[EMAIL PROTECTED] http://www.vhffs.org

returning HTTP error code

2001-04-05 Thread Helios de Creisquer
for your answers... Cheers. -- Helios de Creisquer mail: [EMAIL PROTECTED]

Re: returning HTTP error code

2001-04-05 Thread Helios de Creisquer
"Jeffrey W. Baker" wrote: sub handler { my $r = shift; $r-status(503); $r-send_http_header; return OK; #or return SERVER_ERROR; depends on how want to do it. } Wow, pretty simple, in fact, thx a lot ! :-) Cheers. -- Helios de Creisquer mail: [EMAIL PROTECTED]