On Thu, May 7, 2009 at 11:13 AM, Michael Peters <mpet...@plusthree.com> wrote: > I have a registry script that could return a NOT FOUND (404) error. I'm > handling that like so: > > Apache->request->status(NOT_FOUND);
You also need to return the correct code from the handler. This is not simple to do from Registry. Have a quick look at the list archives for things related to Registry and 304/404 handling. Apache::RedirectLogFix might be the ticket for you. - Perrin