2 messages in com.googlegroups.pylons-discussLetting apache render error pages
FromSent OnAttachments
Jonathan Share28 Sep 2007 03:12 
Jonathan Share03 Oct 2007 09:52 
Subject:Letting apache render error pages
From:Jonathan Share (jsha@public.gmane.org)
Date:09/28/2007 03:12:25 AM
List:com.googlegroups.pylons-discuss

Hi,

I'm running pylons behind mod_fcgid and I would like to let apache render the error documents (such as 404 and 500 errors) to ensure consistency between the static and dynamic portions of the site.

I have tried commenting out the ErrorDocuments middleware but that just results in a 0 byte document being served on errors.

Is it possible to achieve what I want?

If so how?

Thanks in advance,

Jon