• Deutsch
  • English
  • Anmeldung OTOBO Community
+49 (0)9427 68 39 000
OTOBO
  • SOFTWARE
    • Software | Überblick
    • IT Service Management
    • Customer Service Management
    • Enterprise Service Management
    • Demo
    • Download
    • Dokumentation
  • SERVICES
    • Überblick Services
    • Beratung
    • Training
    • Entwicklung
    • OTRS Migration zu OTOBO
    • Support
    • Managed Service
    • Support-Portal
  • UNTERNEHMEN
    • Über uns
    • Karriere
    • Partner
    • Kontakt
    • Newsletter
  • RESSOURCEN
  • COMMUNITY
    • Open Source
    • Community Forum
    • Download
    • Dokumentation
    • OTOBO übersetzen
  • Click to open the search input field Click to open the search input field Suche
  • Menü Menü

Schlagwörter: Mehrere Systeme, Otobo Apache, Otobo Instanzen, Virtual Host

Ansicht von 0 Antwort-Threads
  • Autor
    Beiträge
    • 29. August 2023 um 9:49 Uhr - Views: 909 #15554
      Mirco W.
      Teilnehmer

        Hallo zusammen,

        aktuell möchten wir gerne zwei Otobo-Systeme auf einem Server laufen lassen. Dazu konfiguriere ich Virtual Hosts in den Config-Dateien vom Apache Server. Ich habe bereits ein zweites Otobo auf dem Server heruntergeladen aber kann das noch nicht erreichen, da ich immer bei dem ersten lande.

        Hier der Auszug aus der Config-Datei für das zweite Otobo System:

        <VirtualHost otobo-vhost.xxx:443>

        # Please change here the otobo admin mail address
        ServerAdmin xxxx

        # Please change here the FQDN or hostname, you like to use with OTOBO
        ServerName otobo-vhost.xxx

        # Please change here and add more different FQDN´s or hostnames, you like to use with OTOBO
        #ServerAlias xxxx

        HostnameLookups Off
        UseCanonicalName Off
        ServerSignature Off

        <IfModule mod_ssl.c>

        # Please load the ssl module before (On most linux systems use: „bash> a2enmod ssl“)
        SSLEngine on

        # Please add the path to the ssl cert
        SSLCertificateFile /etc/ssl/certs/xxxx

        # Please add the path to the ssl key
        SSLCertificateKeyFile /etc/ssl/private/xxxx

        # Please add the path to the ssl chain file (Download from used ssl cert publisher)
        #SSLCertificateChainFile /etc/ssl/certs/linux_intermediate_otobo.ch.pem

        </IfModule>

        # mod_perl is required
        <IfModule !mod_perl.c>
        Error „mod_perl is required for Plack::Handler::Apache. Use apache2-httpd-cgi.include.conf as fallback.“
        </IfModule>

        <IfModule mod_perl.c>

        <IfModule mpm_event_module>
        Error „The Multi-Processing Module mpm_event is active but it isn‘ supported by OTOBO. Please switch to mpm_prefork.“
        </IfModule>

        <IfModule mpm_worker_module>
        Error „The Multi-Processing Module mpm_worker is active but it isn’t supported by OTOBO. Please switch to mpm_prefork.“
        </IfModule>

        # Use a dedicated Perl interpreter for the current virtual host, in this case the virtual host serving port 443
        PerlOptions +Parent

        # Preload otobo.psgi so that that the app doesn’t have to be loaded again for every process.
        # This also sets @INC.
        PerlPostConfigRequire /opt/otobo-vhost/scripts/apache2-perl-preload_otobo_psgi.pl

        # everything is handled by the PSGI app
        <Location />

        # handle all requests, including the static content, with otobo.psgi
        SetHandler perl-script
        PerlResponseHandler Plack::Handler::Apache2
        PerlSetVar psgi_app /opt/otobo-vhost/bin/psgi-bin/otobo.psgi

        # Require is supported starting with Apache 2.4.
        # No authentication and all requests are allowed.
        Require all granted

        </Location>
        </IfModule>

        </VirtualHost>

         

        Ich erkenne leider nicht wo der Fehler liegt damit ich das System mit der Domain otobo-vhost nicht erreiche.

    • Autor
      Beiträge
    Ansicht von 0 Antwort-Threads
    • Du musst angemeldet sein, um auf dieses Thema antworten zu können.

    Foren durchsuchen

    Anmeldung

    Anmeldung

    Konto erstellen
    Passwort vergessen?

    Login via Social

    Profil

    Bitte vervollständigen Sie nach der Registrierung Ihr Profil, das vereinfacht die spätere Kommunikation enorm. Ihre Profileinstellung finden Sie, wenn Sie auf Ihr Avatarbild klicken.

    Sie können Ihren Avatar ändern, indem Sie sich mit Ihrer E-Mail-Adresse unter gravatar.com registrieren.

    Letzte Aktivitäten

    • Queues ändern per Script oder Massenänderung
    • Mandantenfähigkeit
    • Dynamische Felder in AgentTicketNote mit ACL verstecken
    • FAQ: kaputtes Copy & Paste von Bildern zwischen Artikeln
    • Benachrichtigung „Ticket wurde mir entzogen“ möglich?

    Unternehmen

    Über uns
    Karriere
    Stellenbörse
    Partner werden
    Kontakt
    Newsletter

    OTOBO | Simplify work and create exceptional service experiences.

    Die Source Code Owner und Maintainer hinter OTOBO.

    Software

    Service Management-Plattform
    OTOBO Demo
    OTOBO Download
    OTOBO Dokumentation

    Security-Problem melden:
    security@otobo.org

    Services

    Support-Portal
    Beratung
    Training
    Support
    Managed Services
    Erweiterung
    OTRS Migration
    Partner finden

    Community

    Open Source
    Community Forum
    Mitmachen
    OTOBO Developer
    OTOBO@GitHub

    © 2026 Rother OSS GmbH | All rights reserved.
    • Cookie-Einstellungen
    • Impressum
    • Datenschutz
    • Haftungsausschluss
    Nach oben scrollen Nach oben scrollen Nach oben scrollen