[rt-users] apache-fastcgi (Emory Taylor)

Newman, Austin anewman at gowithips.com
Fri Mar 3 11:07:35 EST 2006


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
</Location>




>Message: 3
>Date: Thu, 2 Mar 2006 19:53:40 -0800
>From: "Emory Taylor" <etaylor at analogictech.com>
>Subject: [rt-users] apache-fastcgi
>To: "Jim Meyer" <purp at acm.org>,	"Request Tracker Users Mailing
List"
	<rt-users at lists.fsck.com>
>Message-ID:
	
<3C9EF11B3FD96D43B02C92C6C44291D0C8C3F4 at aasv2415w2k3e.analogictech.com>
	
>Content-Type: text/plain;	charset="US-ASCII"
>
>I just might be going crazy, but I can't seem to figure out what
>happened to my apache-fastcgi file on a ubuntu install I'm trying out.
>Normally I wouldn't complain to a mailing list about an obvious,
>trifling matter like that, but I can't seem to find it in any of the
>.debs I installed, if it ever had gotten installed, nor can I find it
>anywhere on the web.
>
>I'm following the ubuntu install guide on the wiki, and it specifically
>references that file so I'm assuming it exists -- I also don't have any
>similarily named fastcgi files, nor anything like the previous gentoo
>test install that I ran out of my house.
>
>I'd rather not roll my own, so if someone just wants to send me the
>file, that'd be great, or to tell me of the blazingly obvious location
>of the file, that'd also help
>
>Thanks
>
>Emory



More information about the rt-users mailing list