On 08/10/2011 11:18 AM, Yan Seiner wrote: > I'm finding that since FastCGI in apache is configured at the server level > and not at the virtual host level, and 3.8 and 4.0 use different fastCGI > handlers, I can get one running and not the other. > > I have the databases, paths, etc. straight. I can enable one or the other > but not both; one always crashes with 500 - internal server error. > > Does anyone have any hints on how to make this work? Or is it just > impossible?
It's not impossible. We did it with our internal RTs for a while. Don't configure FastCGI at the server level, configure it at the vhost level. Show us some apache configs. You said you're installing from source, but previously you said you're installing from Debian packages... Thomas -------- RT Training Sessions (http://bestpractical.com/services/training.html) * Chicago, IL, USA September 26 & 27, 2011 * San Francisco, CA, USA October 18 & 19, 2011 * Washington DC, USA October 31 & November 1, 2011 * Melbourne VIC, Australia November 28 & 29, 2011 * Barcelona, Spain November 28 & 29, 2011
