Also hier nochmal die Apache-Konfig, mit der es lief:
# --
# added for OTRS (http://otrs.org/)
# --
# agent, admin and customer frontend
ScriptAlias /otrs/ "C:/otrs/otrs/bin/cgi-bin/"
Alias /otrs-web/ "C:/otrs/otrs/var/httpd/htdocs/"
ScriptAlias /otrs2/ "C:/otrs/otrs2/bin/cgi-bin/"
Alias /otrs-web2/ "C:/otrs/otrs2/var/httpd/htdocs/"
# load all otrs modules
Perlrequire "C:/otrs/otrs/scripts/apache2-perl-startup.pl"
#Perlrequire "C:/otrs/otrs2/scripts/apache2-perl-startup.pl"
# Apache::Reload - Reload Perl Modules when Changed on Disk
PerlModule Apache::Reload
PerlInitHandler Apache::Reload
# set mod_perl2 options
DirectoryIndex customer.pl
ErrorDocument 404 /otrs/customer.pl
ErrorDocument 403 /otrs/customer.pl
SetHandler perl-script
PerlHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
</Location>
DirectoryIndex customer.pl
ErrorDocument 404 /otrs2/customer.pl
ErrorDocument 403 /otrs2/customer.pl
#SetHandler perl-script
#PerlHandler ModPerl::Registry
Options +ExecCGI
#PerlOptions +ParseHeaders
</Location>
# MaxRequestsPerChild (so no apache child will be to big!)
MaxRequestsPerChild 400
# Manual - remember to read it
Alias /otrs-manual "C:/otrs/otrs/doc/manual"
Options +Indexes
</Location>
Alias /otrs-manual2 "C:/otrs/otrs2/doc/manual"
Options +Indexes
</Location>