Re: Problems setting custom 404 page

2009-10-15 Thread cd34
On Oct 15, 4:43 am, Arun Tomar wrote: > in my experience nginx and mod_wsgi works best and the performance is also > better than apache+mod_wsgi. by the way which OS are you using. You'll really want to benchmark this. There is a reason that apache- mpm-worker/mod_wsgi is faster than nginx/mod_

Re: Problems setting custom 404 page

2009-10-15 Thread Raoul Snyman
Ok, now I feel like a right royal idiot. In my configuration file, I had full_stack set to false. As soon as I set it to true, my 404 started working. -- Raoul Snyman B.Tech Information Technology (Software Engineering) E-Mail: raoul.sny...@gmail.com Web: http://www.saturnlaboratories.co

Re: Problems setting custom 404 page

2009-10-15 Thread Raoul Snyman
2009/10/15 Arun Tomar : > in my experience nginx and mod_wsgi works best and the performance is also > better than apache+mod_wsgi. by the way which OS are you using. I don't think I'll be able to change that. This is for the company I work for, not myself. We're running Linux. > another step is

Re: Problems setting custom 404 page

2009-10-15 Thread Arun Tomar
On Thu, Oct 15, 2009 at 2:03 PM, Raoul Snyman wrote: > > Hi folks, > > I'm trying to set a custom 404 page for my Pylons app. I'm running my > app through Apache2 and mod_wsgi (2.0). In my vhost configuration, I > have the ErrorDocument for 404 set, and I've even edited my > middleware.py to redir

Problems setting custom 404 page

2009-10-15 Thread Raoul Snyman
Hi folks, I'm trying to set a custom 404 page for my Pylons app. I'm running my app through Apache2 and mod_wsgi (2.0). In my vhost configuration, I have the ErrorDocument for 404 set, and I've even edited my middleware.py to redirect 404s to my 404 page. When I run my app via paster, it works a