[TriLUG] Apache 2 not recognizing index.html with mod_perl / RT
Matthew Todd
matthew.todd at alumni.duke.edu
Mon Jul 19 15:02:11 EDT 2004
On Mon, 2004-07-19 at 14:41, Jeremy Portzer wrote:
> Alias /rt /usr/local/rt/share/html
> PerlModule Apache::DBI
> PerlRequire /usr/local/rt/bin/webmux.pl
> <Location /rt>
> AddDefaultCharset UTF-8
> SetHandler perl-script
> PerlHandler RT::Mason
> </Location>
Hi, Jeremy, any chance that the following applies?
Quoting http://httpd.apache.org/docs-2.0/mod/mod_alias.html#alias:
In particular, if you are creating an Alias to a directory outside of
your DocumentRoot, you may need to explicitly permit access to the
target directory.
It would be a little curious if it did, since you say "Options +Indexes"
also opens up the directory. That turning on auto-indexing for a
directory would imply "Allow from all" seems a little fishy to me...
A shot in the dark, -- Matthew
More information about the TriLUG
mailing list