Re: handler500 not working

2011-02-10 Thread David De La Harpe Golden
On 10/02/11 15:15, vamsy krishna wrote: > Hi, > > I've defined the following in my root urls and also defined the > corresponding views and templates. The 404 handler picks up the > template correctly but the 500 handler doesn't. The control never > reaches the view function though apache logs rep

handler500 not working

2011-02-10 Thread vamsy krishna
Hi, I've defined the following in my root urls and also defined the corresponding views and templates. The 404 handler picks up the template correctly but the 500 handler doesn't. The control never reaches the view function though apache logs report it as 500 server error. Am I missing something h