[rt-users] Reqest Tracker CentOS 5.3 setup
ty chan
chanty_kh at yahoo.com
Thu May 7 23:05:45 EDT 2009
Ok, rt3.conf looks like as below:
[root at rt conf.d]# cat rt3.conf
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 try to do the samei thing
<IfModule !mod_fastcgi.c>
AddHandler fcgid-script fcg fcgi fpl
</IfModule>
# Sane place to put sockets and shared memory file
SocketPath run/mod_fcgid
SharememPath run/fcgid_shm
# Main instance
Alias /rt/NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi/
[root at rt conf.d]#
but i still have the same result.
regards,
chanty
________________________________
From: "jmoseley at corp.xanadoo.com" <jmoseley at corp.xanadoo.com>
To: ty chan <chanty_kh at yahoo.com>
Cc: julien <jul at julbox.net>; rt-users at lists.bestpractical.com; rt-users-bounces at lists.bestpractical.com
Sent: Friday, May 8, 2009 9:02:22 AM
Subject: Re: [rt-users] Reqest Tracker CentOS 5.3 setup
You need to uncomment the LoadModule line and add:
<IfModule !mod_fastcgi.c>
AddHandler fcgid-script fcg fcgi fpl
</IfModule>
This assumes you have installed mod_fcgid from CentOS's yum respository and
are not trying to use mod_perl or mod_fastcgi.
James Moseley
ty chan
<chanty_kh at yahoo.
com> To
Sent by: julien <jul at julbox.net>
rt-users-bounces@ cc
lists.bestpractic rt-users at lists.bestpractical.com
al.com Subject
Re: [rt-users] Reqest Tracker
CentOS 5.3 setup
05/07/2009 08:52
PM
I am sure about debugging with Firebug.
please see below my rt3.conf file as below:
[root at rt conf.d]# cat rt3.conf
#LoadModule fcgid_module modules/mod_fcgid.so
# Sane place to put sockets and shared memory file
SocketPath run/mod_fcgid
SharememPath run/fcgid_shm
Alias /rt/NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090507/532a26d9/attachment.htm>
More information about the rt-users
mailing list