
Habs jetzt wie folgt gelöst, ich glaube Du hast es ähnlich gemacht:
1. kopiert C:\OTRS\otrs -> Include C:\OTRS\otrs2
1.1. alle Dateien angepasst wie config.pm
2. http.conf nach http-otrs2.conf kopiert.
3. http-otrs2.conf angepasst:
3.1. Listen 80 -> Listen 8080
3.2. Include C:\OTRS\otrs\scripts\apache2-httpd-new.include.conf -> Include
C:\OTRS\otrs2\scripts\apache2-httpd-new.include.conf
3.3. Pfade von /otrs nach /OTRS2 in
C:\OTRS\otrs2\scripts\apache2-httpd-new.include.conf angepasst
4. neue Apacheinstanz als Service C:\OTRS\Apache2\bin\apache -k install -f
httpd-otrs2.conf -n "Apache2 OTRS2"
Fertig.
So laufen beide OTRS Instanzen auf einer IP, einem Hostnamen und zwei Ports.
Nennt sich "Port Based Virtual Host". VirtualHosts innerhalb einer
Apache-Instanz funzt nicht wegen dem mod_Perl.
Bleibt dennoch mein Performanceproblem.
Liebe Grütze,
Henry
"dirk.duenkelmann"
-----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>
_______________________________________________ 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/