Re: [rt-users] rt4, centos, and fastcgi

2011-07-01 Thread James Moseley
You don't need both an RT4 and a fcgid conf file. Paste exactly what I put in my previous reply (correcting for obvious path differences) into, say, a file named rt.conf and then rename your current RT-associated config files to something like rt4.conf.old and fcgid.conf.old then restart. Let's t

Re: [rt-users] rt4, centos, and fastcgi

2011-07-01 Thread John Alberts
0 To: James Moseley mailto:jmose...@corp.xanadoo.com>> Cc: "rt-users@lists.bestpractical.com<mailto:rt-users@lists.bestpractical.com>" mailto:rt-users@lists.bestpractical.com>> Subject: Re: [rt-users] rt4, centos, and fastcgi Thanks. I'll have to give this a try l

Re: [rt-users] rt4, centos, and fastcgi

2011-07-01 Thread John Alberts
mailto:rt-users@lists.bestpractical.com>> Subject: Re: [rt-users] rt4, centos, and fastcgi mod_fastcgi and mod_fcgid require different configurations. We haven't used mod_fastcgi in quite some time, but here is our config for mod_fcgid: LoadModule fcgid_module modules/mod_fcgid.so # Use FastC

Re: [rt-users] rt4, centos, and fastcgi

2011-07-01 Thread James Moseley
mod_fastcgi and mod_fcgid require different configurations. We haven't used mod_fastcgi in quite some time, but here is our config for mod_fcgid: LoadModule fcgid_module modules/mod_fcgid.so # Use FastCGI to process .fcg .fcgi & .fpl scripts # Don't do this if mod_fastcgi is present, as it will

[rt-users] rt4, centos, and fastcgi

2011-07-01 Thread John Alberts
Hi. I just tried to upgrade to rt4 and I'm having the hardest time getting the web server to work. For rt3, I was using webmux.pl in my apache configuration. I'm on CentOS 5.5 and using Apache 2.2.3. I installed mod_fastcgi 2.4.6 from source. I've followed the example configurations in docs/