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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Henry Gerloff
> Sent: Thursday, February 03, 2005 10:59 AM
> To: [email protected]
> 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" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> news:[EMAIL PROTECTED]
> > 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" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> > news:[EMAIL PROTECTED]
> >> 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" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> >> news:[EMAIL PROTECTED]
> >>> 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" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> >>>
> news:!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAqZh1W6BPWE
> m7y0LRAf/[EMAIL PROTECTED]
> >>> 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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> >>>> Behalf Of Henry Gerloff
> >>>> Sent: Wednesday, February 02, 2005 5:43 PM
> >>>> To: [email protected]
> >>>> 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" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> >>>> news:!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAqZh1W6BPWE
> >>>> m7y0LRAf/[EMAIL PROTECTED]
> >>>> 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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> >>>> > On Behalf Of Henry Gerloff
> >>>> > Sent: Wednesday, February 02, 2005 4:55 PM
> >>>> > To: [email protected]
> >>>> > 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" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> >>>> > news:!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAqZh1W6BPWE
> >>>> > m7y0LRAf/[EMAIL PROTECTED]
> >>>> > 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" <[EMAIL PROTECTED]> schrieb im
> >>>> > > Newsbeitrag news:[EMAIL PROTECTED]
> >>>> > > 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/