
Hi, Nochmal zum Verständnis mod_perl ist für Apache 1.3.x, mod_perl2 ist für Apache 2.x.x. Das ändert aber nichts daran, dass nur eine OTRS Instanz geladen werden kann. Egal ob mod_perl oder mod_perl2... Gruß, Markus Rücker -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
-----Original Message----- From: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] On Behalf Of Henry Gerloff Sent: Thursday, February 03, 2005 11:17 AM To: otrs-de@otrs.org Subject: [otrs-de] Re: Re: Re: Re: Re: Re: OTRS 1.2.4 Win32
Hmm komisch. Ich dachte ich nutze die mod_perl2 Version. o_O Sah mir so danach aus das Robert das schon einpatcht hatte. Na gut, probier ichs so mal.
Danke!!!
Grütze,
Henry
"Markus Ruecker" <mr@otrs.de> schrieb im Newsbeitrag news:!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAqZh1W6BPWE m7y0LRAf/dPIKJAAAQAAAAP1+NMWskvUejLkdNY2aQbgEAAAAA@otrs.de... Hi,
Ohne mod_perl klappts besser!
# 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/index.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/index.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>
Gruß,
Markus Rücker
--
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
http://www.otrs.de/ :: Manage your communication!
-----Original Message----- From: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] On Behalf Of Henry Gerloff Sent: Thursday, February 03, 2005 10:59 AM To: otrs-de@otrs.org Subject: [otrs-de] Re: Re: Re: Re: Re: OTRS 1.2.4 Win32
Meine neue Config fürs OTRS. Wo liegt der Fehler?!?
Liebe Grütze,
Henry
# -- # 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/index.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/index.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>
"Henry Gerloff" <Henry.Gerloff@gmx.li> schrieb im Newsbeitrag news:ctsr9r$9or$1@sea.gmane.org...
Hab die Konfigs untereinander getauscht inner Reihenfolge. Immer die Erste, die geladen wird, hat das Sagen...
Wie issn nu das mit dem mod_perl2 ?
Liebe Grütze,
Henry
"Henry Gerloff" <Henry.Gerloff@gmx.li> schrieb im Newsbeitrag news:ctsqef$7m0$1@sea.gmane.org...
Juhten Morsche!!!
Neustarten hilft auch nix.
Also beide Varianten funzen Standalone.
Ich habe folgendes in der http.conf gemacht:
Include "C:/otrs/otrs/scripts/apache2-httpd.include.conf" Include "C:/otrs/otrs2/scripts/apache2-httpd.include.conf"
Natürlich alle Einträge nach otrs2 geändert. Haut das so hin oder nicht?!?
Kommentiere ich das Ur-OTRS aus, funzt das OTRS2 prima.
Grütze,
Henry
"Henry Gerloff" <Henry.Gerloff@gmx.li> schrieb im Newsbeitrag news:ctr0me$jno$1@sea.gmane.org...
Ich mache z.Z. nix anderes...
Aber werd mal den ganzen Server neustarten. Vieleicht hängst ja woanders.
Wüsche erstmal schönen Feierabend!!!
Bis morsche!!!
Liebe Grütze,
Henry
"Markus Ruecker" <mr@otrs.de> schrieb im Newsbeitrag
news:!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAqZh1W6BPWE m7y0LRAf/dPIKJAAAQAAAARuM8AmHjjE2Xxjj8ijJwcgEAAAAA@otrs.de...
Hi,
Hast du den Indianer auch mal neu gestartet?
Gruß,
Markus Rücker
--
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
http://www.otrs.de/ :: Manage your communication!
-----Original Message----- From: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] On Behalf Of Henry Gerloff Sent: Wednesday, February 02, 2005 5:43 PM To: otrs-de@otrs.org Subject: [otrs-de] Re: Re: Re: Re: OTRS 1.2.4 Win32
Joah und warum funzt das dann nicht?!?
Das mit Apache2 und mod_perl2 ist mir auch aufgefallen. Allerdings schon vor einiger Zeit, hats nur vergessen ;).
Habe jetzt mal die SystemIDs auf 55 und 99 gesetzt.
Grütze,
Pfuschi
"Markus Ruecker" <mr@otrs.de> schrieb im Newsbeitrag news:!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAqZh1W6BPWE m7y0LRAf/dPIKJAAAQAAAAafY3z7YNiEKnkjiXcOX85QEAAAAA@otrs.de... Hi,
Entweder, du setzt einen zweiten Apache auf, oder du lässt die 2. OTRS Installation ohne mod_perl laufen. Btw. Da mit dem OTRS Installer ein Apache 2.0.x mitkommt hast du auch einen mod_perl2 laufen (Versionsnummer 1_99)...
Gruß,
Markus Rücker
--
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
http://www.otrs.de/ :: Manage your communication!
> -----Original Message----- > From: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] > On Behalf Of Henry Gerloff > Sent: Wednesday, February 02, 2005 4:55 PM > To: otrs-de@otrs.org > Subject: [otrs-de] Re: Re: Re: OTRS 1.2.4 Win32 > > > Öhm ja kann sein. > > Lass mich raten, mod_perl ist nicht SID fähig und ich muss einen 2ten > Apache aufsetzen?!? > > Grütze, > > Henry > > "Markus Ruecker" <mr@otrs.de> schrieb im Newsbeitrag > news:!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAqZh1W6BPWE > m7y0LRAf/dPIKJAAAQAAAAx2qJRuz+2EiJJr+OpDEAbwEAAAAA@otrs.de... > Hallo, > > Kann es sein, dass du beide OTRS Instanzen mit mod_perl betreiben > willst? Das funktioniert leider nicht. Check' das mal in deinen > Include Dateien.... > > Gruß, > > Markus Rücker > > -- > > ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad > Homburg > > http://www.otrs.de/ :: Manage your communication! > > > ARGH, leider funztes nicht. > > > > Ich habe folgendes getut ;): > > > > 1. otrs -> otrs2 kopiert > > 2. apache include für otrs2 hinzugefügt > > 3. in den verschiedenen otrs2 konfigs den Pfad auf > > c:/otrs/otrs2 geändert. 4. neue otrs2 DB angelegt, otrs2 Nutzer angelegt, in der > > config alles auf otrs2 geändert 5. SystemID auf 11 und auch auf 20 > > gesetzt > > > > Leider bekomm ich mit den OTRS2 Logins nur ins OTRS(1) rein. > > > > > > HÜLF!! :) > > > > Grütze, > > > > Henry > > > > "Robert Kehl" <mailinglists@robertkehl.de> schrieb im > > Newsbeitrag news:41F0EAA0.6050207@robertkehl.de... > > Nora Bernhard schrieb: > > > Wie's explizit fuer Windows aussieht, kann ich dir leider > > nicht sagen, > > > > Verhält sich genau wie Linux, bis auf SetPermissions.sh, das > > muss weggelassen werden. > > > > Mit fröhlichem Gruß, > > > > Robert Kehl _______________________________________________ > > 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/ > > > > > > > > > > > _______________________________________________ > 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/ > > > >
_______________________________________________ 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/
_______________________________________________ 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/
------------------
_______________________________________________ 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/
-------------------------------------------------------------- ------------------
_______________________________________________ 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/
-------------------------------------------------------------- ------------------
_______________________________________________ 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/
_______________________________________________ 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/