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 <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
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 ;)


_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

SAVE THOUSANDS OF DOLLARS ON RT SUPPORT:

If you sign up for a new RT support contract before December 31, we'll take
up to 20 percent off the price. This sale won't last long, so get in touch today. Email us at [EMAIL PROTECTED] or call us at +1 617 812 0745.


Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com

Reply via email to