On 03-nov-08, at 17:46, leonel wrote: > I have some apps in django that send an custom error message when .. > there's an error or a page nor found > if I'm running with apache or the internal devel django http server I > get the custom error message > > now with cherokee I get the cherokee 404 error and the Internal > server Error instead of my custom error messages > > Did I miss something to configure ??
Yes. Please, check the "Error handler" parameter. It's available on all the CGI based handlers (FastCGI, SCGI and CGI): http://www.cherokee-project.com/doc/modules_handlers_cgi.html I hope that solves the problem. Cheers! -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
