[rt-users] Problems under Apache2
James Austin
jea at bit.net.au
Tue May 18 21:42:34 EDT 2004
Have some strange issues with RT3 under Apache2 with mod_perl2
Running RT as a directory not a virtual host config below:
AddDefaultCharset UTF-8
PerlSetVar MasonArgsMethod CGI
PerlModule Apache2 Apache::compat
RewriteEngine On
RewriteRule ^(.*)/$ $1/index.html
PerlModule Apache::DBI
PerlRequire /home/rt/bin/webmux.pl
Alias /helpdesk "/home/rt/share/html"
<Directory "/home/rt/share/html">
AllowOverride none
Options Indexes
Order allow,deny
Allow from all
</Directory>
<Location "/helpdesk">
SetHandler perl-script
PerlHandler RT::Mason
</Location>
Now RT works no issues but to get it to work I have to enter the entire URL
Ie: http://www.bit.net.au/helpdesk/index.html
In fact if I enter just http://www.bit.net.au/helpdesk I see a directory
listing and index.html is there.
Strange.
I have been working on this a while and its probably the most obvious thing
but I cant see it. The rest of the machine works 100% fine.
Regards
BIT.net Pty. Ltd
James Austin
CEO
m: 0410 59 0000
e: jea at bit.net.au
w: www.bit.net.au
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4329 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20040519/d818a8e4/attachment.bin>
More information about the rt-users
mailing list