[rt-users] Help: How to set up RT
Scott Muller
smuller at netcommplete.com.au
Wed Apr 5 04:36:28 EDT 2006
Shen, Tyler wrote:
> Hi,
>
Tyler we use the following
#> vi httpd.conf
# Tell FastCGI to put its temporary files somewhere sane.
FastCgiIpcDir /tmp
FastCgiServer /usr/local/rt3/bin/mason_handler.fcgi -idle-timeout 120
-processes 9
<VirtualHost *>
DocumentRoot /usr/local/rt3/
ServerName xxxx.netcommplete.com.au
# Pass through requests to display images
Alias /NoAuth/images/ /usr/local/rt3/share/html/NoAuth/images/
AddHandler fastcgi-script fcgi
ScriptAlias / /usr/local/rt3/bin/mason_handler.fcgi/
<Directory />
AllowOverride None
Order Deny,Allow
Allow from all
</Directory>
</VirtualHost>
--
Scott
More information about the rt-users
mailing list