
On Thursday, September 9, 2004 04:25 pm, Robert Kehl wrote:
Yes, I remember now, it has something to do with Apache not being able assigning the DirectoryIndex due to the perl-script handler being first.
Robert,
I tried incorporating your suggestions by editing the existing otrs.conf file
in the /etc/apache2/conf.d directory. After restarting Apache2,
unfortunately, http://site/otrs and http://site/otrs/ still don't work.
Probably I missed something, so here's the otrs conf file. Perhaps you or
some other Apache2 guru on this list might have a suggestion.
Thanks!
Mark
# --
# added for OTRS (http://otrs.org/)
#
# Modified 13 September 2004 with changes from Robert Kehl
# to facilitate browsing to home page.
#
# --
# agent, admin and customer frontend
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
# load all otrs modules
Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
# Apache::Reload - Reload Perl Modules when Changed on Disk
PerlModule Apache::Reload
PerlInitHandler Apache::Reload
# set mod_perl2 options