[rt-users] Help: How to set up RT
Shen, Tyler
tyler.shen at vicscouts.asn.au
Wed Apr 5 05:08:50 EDT 2006
Hi,
Can anyone give me some suggestions how to set up RT under a
web sub-directory.
Below is my configuration and it seems problematic...
<VirtualHost *:80>
ServerName test.server.net.au
DocumentRoot /var/www/html
AddHandler fastcgi-script fcgi
ScriptAlias /servicedesk /opt/rt3/bin/mason_handler.fcgi/
Alias /servicedesk "/opt/rt3/share/html"
<Location /servicedesk>
AddDefaultCharset UTF-8
SetHandler fastcgi-script
</Location>
</VirtualHost>
Thanks!
More information about the rt-users
mailing list