[rt-users] fastcgi setup (debian, rt3.6, apache2
Tom Vier
tom at triadsys.com
Wed Dec 26 14:20:28 EST 2007
I got it working. The suexec module wasn't enabled and i was including
the rt config inside a virtual host (i just moved it up a level to the
first line of site-enabled/rt).
--
Tom Vier <tom at triadsys.com>
Sysadmin - Support Technician
Triad Systems Engineering, Inc.
Tom Vier wrote:
> Same problem, unfortunately. I have both installed. Apache complains
> that FastCgiIpcDir and FastCgiServer are invalid commands, when i
> include rt's apache2 conf file in sites-enabled/rt.
>
> I have these files, so i looks to me like it should be loading those
> modules.
>
> tom:/etc/apache2# cat mods-available/fastcgi.conf
> <IfModule mod_fastcgi.c>
> AddHandler fastcgi-script .fcgi
> #FastCgiWrapper /usr/lib/apache2/suexec2
> FastCgiIpcDir /var/lib/apache2/fastcgi
> </IfModule>
> tom:/etc/apache2# cat mods-available/fcgid.conf
> <IfModule mod_fcgid.c>
> AddHandler fcgid-script .fcgi
> SocketPath /var/lib/apache2/fcgid/sock
> IPCConnectTimeout 20
> </IfModule>
>
>
> and i've tried with both fastcgi:
>
> lrwxrwxrwx 1 root root 30 2007-12-26 11:29 fastcgi.conf ->
> ../mods-available/fastcgi.conf
> lrwxrwxrwx 1 root root 30 2007-12-26 11:29 fastcgi.load ->
> ../mods-available/fastcgi.load
>
> and fcgid modules enabled (never both, in case they conflict).
>
> --
> Tom Vier <tom at triadsys.com>
> Sysadmin - Support Technician
> Triad Systems Engineering, Inc.
>
> Emmanuel Lacour wrote:
>> On Fri, Dec 21, 2007 at 04:49:04PM -0500, Tom Vier wrote:
>>> I'm trying to use libapache2-mod-fcgid (debian apparently has a problem
>>
>>
>> libapache2-mod-fastcgi != libapache2-mod-fcgid
>>
>> install libapache2-mod-fastcgi, and it should works ;)
>>
>
More information about the rt-users
mailing list