[rt-users] apache directoryindex errors
Chris Hall
chris at filmlight.ltd.uk
Wed Jul 30 06:52:57 EDT 2003
Ive installed RT3 and the web interface fails on the directory links
with
/Admin/
giving a 403 error which can be fixed by typing in
/Admin/index.html
The rest of the web folders work fine, so after trying to liberally put
DirectoryIndex here and there Im stuck.
Heres the relevant part of httpd.conf that Ive added.
-----------------------------
Alias /rt "/usr/local/rt3/share/html"
PerlRequire /usr/local/rt3/bin/webmux.pl
<Location /rt>
DirectoryIndex index.html
SetHandler perl-script
PerlHandler RT::Mason
</Location>
<Directory "/usr/local/rt3/share/html">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
DirectoryIndex index.html
</Directory>
------------------------------
More information about the rt-users
mailing list