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
<Location /otrs>
  DirectoryIndex customer.pl
  ErrorDocument 404 /otrs/customer.pl
  ErrorDocument 403 /otrs/customer.pl
  SetHandler  perl-script
  PerlHandler ModPerl::Registry
  Options +ExecCGI
  PerlOptions +ParseHeaders
</Location>

<Location /otrs2>
  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"
<Location /otrs-manual>
  Options +Indexes
</Location>

Alias /otrs-manual2 "C:/otrs/otrs2/doc/manual"
<Location /otrs-manual2>
  Options +Indexes
</Location> 



_______________________________________________
OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.de/

Antwort per Email an