[Radiant] 500 Errors - Radiant on Apache/FastCGI overloading and dying

2007-10-03 Thread Ryan Heneise
Hi folks, I have a Radiant install running Apache/FastCGI on linux. FastCGI keeps crashing when it tries to load too many pages at once. Here's how I reproduce it: 1. Clear cache 2. View site - open about 10 pages, one right after the other. 3. FastCGI will crash with Premature end of script

Re: [Radiant] 500 Errors - Radiant on Apache/FastCGI overloading and dying

2007-10-03 Thread Aitor Garay-Romero
Did http://www.google.com/search?q=Premature+end+of+script+headers%3A+dispatch.fcgiie=utf-8oe=utf-8help? /AITOR On 10/3/07, Ryan Heneise [EMAIL PROTECTED] wrote: Hi folks, I have a Radiant install running Apache/FastCGI on linux. FastCGI keeps crashing when it tries to load too many

Re: [Radiant] 500 Errors - Radiant on Apache/FastCGI overloading and dying

2007-10-03 Thread Ryan Heneise
AITOR - yeah, I've read every result in that google search. Most of those posts have to do with running Rails/Radiant on a shared host like Dreamhost. The rest of them say to use Mongrel. I'm trying to get the IT department to set up mod_proxy so that I can use Mongrel instead of mod_fcgi.

Re: [Radiant] 500 Errors - Radiant on Apache/FastCGI overloading and dying

2007-10-03 Thread Sean Cribbs
There might be a per-process memory limit on the FCGI processes. Honestly, though, I can't say for sure. I haven't used FCGI in a long time. Sean On 10/3/07, Aitor Garay-Romero [EMAIL PROTECTED] wrote: Did