[rt-users] Can't display RT on web
Michael Herz
mherz at RigakuMSC.com
Wed Mar 10 11:17:05 EST 2004
I can't get RT to show up on my local browser. I have tried to place a sym
link to RT's html folder in my www root but have had no luck. Can someone
please help.
Running:
Red Hat 9
Fast CGI
MySQL 3.23
Apache 2
-----------------------------
-----------------------------
Virtual Host Settings In httpd.conf:
<VirtualHost XXX.XX.XXX.XX>
ServerName myserver.com
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
PerlModule Apache2 Apache::compat
PerlModule Apache:DBI
PerlRequire /opt/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT:Mason
</Location>
</VirtualHost>
-----------------------------
-----------------------------
Alias Settings In httpd.conf:
Alias /rt "/usr/src/request_tracker/html"
<Directory "/usr/src/request_tracker/html">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
More information about the rt-users
mailing list