
Danke fürs Nachschauen, demnach hast Du nicht nur ein write-only-backup. :-) Diese config habe ich auch zum laufen gebracht. Dabei kommt aber nur die erste Location in den Genuss von mod_perl. Die andere läuft damit im cgi-mode. Gruß, Dirk
-----Original Message----- From: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] On Behalf Of Henry Gerloff Sent: Tuesday, March 21, 2006 3:41 PM To: otrs-de@otrs.org Subject: [otrs-de] Re: Re: Multi-Setup in OTRS 2.0.4 mit Mod-Perl2
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>