On Thu, 2007-01-25 at 09:51 -0600, Ian Bicking wrote:
> Bryan Lawrence wrote:
> > Maybe I could write my own middleware to fix this, but is there an
> > easier way (better fastcgi config on the apache side? Should I, could I,
> > use paste prefix middleware?)
>
> The prefix middleware (egg:Deploy#
Hi Folks
just to confirm that this can be fixed by a better apache configuration.
the following seems to work:
Alias /browse "/var/www/fastcgi/ndg.fcgi/browse"
Alias /layout "/var/www/fastcgi/ndg.fcgi/layout"
SetHandler fastcgi-script
Order allow,deny
Allow from all
# fol
Hi quiet Paste list.
If you are anything like me, you hate it when your HTTP server freezes
up because all the threads are wedged for some reason. If you aren't
using pooling I guess this won't happen, but instead you'll eventually
have tons of wedged threads sitting around and that's not grea