[rt-users] apache directoryindex errors

Carlos Vicente cvicente at network-services.uoregon.edu
Wed Jul 30 11:52:34 EDT 2003


Is that Apache2?  If that's the case, you have to use the 
<FilesMatch > and <LocationMatch> tags instead of <Directory> or
<Location> as stated in the docs.

cv


--------------------------------------------------------------------------

Date: Wed, 30 Jul 2003 11:52:57 +0100
From: Chris Hall <chris at filmlight.ltd.uk>
Organization: FilmLight Ltd
To: rt-users at lists.fsck.com
Subject: [rt-users] apache directoryindex errors

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