Apache-fastcgi (Emory Taylor)

Emory:

I’m running RT 3.4 on Ubuntu 5.10 Breezy Badger. The file you are
looking for should be:

/etc/request-tracker3.4/apache-fastcgi.conf

If you run into any other issues I’ll definitely try to help you out.
We’ve been using RT for about 2 months now, and it is great!

Good luck!

If for some reason it is not there then here it is:

Include this file with:

Include /etc/request-tracker3.4/apache-fastcgi.conf

into your Apache configuration file, either in the non-virtual

section or into a virtual host section

Note that you will need to make readable the file

/etc/request-tracker3.4/RT_SiteConfig.pm for the www-data user.

If you allow users to run php or cgi scripts as the www-data user

this might result in you effectively letting them know your rt

database password and username.

You might want to enable this line

AddDefaultCharset UTF-8

AddHandler fastcgi-script fcgi
#FastCgiIpcDir /var/run/fastcgi

RedirectMatch ^/rt$ /rt/

FastCgiServer /usr/share/request-tracker3.4/libexec/mason_handler.fcgi

ScriptAlias /rt /usr/share/request-tracker3.4/libexec/mason_handler.fcgi

<Location /rt/>
DirectoryIndex index.html

Message: 3
Date: Thu, 2 Mar 2006 19:53:40 -0800
From: “Emory Taylor” etaylor@analogictech.com
Subject: [rt-users] apache-fastcgi
To: “Jim Meyer” purp@acm.org, “Request Tracker Users Mailing
List”
rt-users@lists.fsck.com
Message-ID:

3C9EF11B3FD96D43B02C92C6C44291D0C8C3F4@aasv2415w2k3e.analogictech.com