
Hi,
I am trying to set DirectoryIndex to index.pl so that index.pl will load
as the default document under the otrs directory. Does anyone have a
clue how to do this? I can't seem to find my way around the apache
configuration to get it to work. I am trying to set directoryIndex as
follows but it wont work. Any idea why?
/etc/httpd/conf.d/otrs.conf:
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
# if mod_perl is used
<IfModule mod_perl.c>
# 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
participants (1)
-
Lombardi Tonio at MFSS