[rt-users] "Attempt to serve directory" error, RT3 on Apache 2.0.44
Tom Holub
tom at LS.Berkeley.EDU
Wed Mar 26 19:04:44 EST 2003
I'm attempting to install RT 3.0.0 under Apache 2.0.44 with mod_perl 1.99_08.
Everything seems to be functioning, except directory indexes within the
RT heirarchy. If I try to go to the virtual host URL, the web browser
gets:
Not Found
The requested URL / was not found on this server.
and the Apache error log has:
[Wed Mar 26 15:56:22 2003] [error] [client 128.32.178.238] Attempt to
serve directory: /local/sol/2.6/depot/rt-3.0.0/share/html/
If I append "index.html" to the base URL, RT works fine; I can create
and view tickets and use most of the interface elements. But any of
the interface elements which refer to a directory (like "Approval" on the
front page) give the same error.
The relevant section of my Apache configuration is:
<VirtualHost 128.32.178.4:80>
ServerName lscr.ls.berkeley.edu
DocumentRoot /local/sol/2.6/depot/rt-3.0.0/share/html
AddDefaultCharset UTF-8
PerlModule Apache2 Apache::compat
PerlModule Apache::DBI
PerlRequire /local/sol/2.6/depot/rt-3.0.0/bin/webmux.pl
<Location />
Options +Indexes
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>
[the "Options" bit I just threw in there to see if that might be the
problem].
Any ideas what might be the problem? This all is pretty much right out
of the installation instructions.
--
Tom Holub (tom_holub at LS.Berkeley.EDU, 510-642-9069)
College of Letters & Science
249 Campbell Hall
More information about the rt-users
mailing list