Viewing 2 reply threads
  • Author
    Posts
    • #12588
      Marcus Jaeger
      Participant

        G’day

        In der Default config von 10.1 Beta apache2-httpd-vhost-443.include.conf ist eine Fehler. Es wurde vergessen

        <IfModule mod_perl.c> wieder zu schliessen.
        Es fehlt
        </IfModule mod_perl.c>

        — orginal —

        <IfModule mod_perl.c>

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

        # @INC is also set on otobo.psgi, but this has not been reliable
        PerlSwitches -I /opt/otobo -I /opt/otobo/Kernel/cpan-lib -I /opt/otobo/Custom

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

        Cheers

        Marcus

      • #12594
        bes
        Participant

          Hallo Markus,

          danke für den Hinweis. Wir sind in der Zwischenzeit selbst darauf gestoßen und habe die Datei für die Beta 2 repariert. Siehe https://github.com/RotherOSS/otobo/issues/1540.

          Viele Grüße,

          Bernhard

           

           

        • #12595
          Marcus Jaeger
          Participant

            G’day Bernhard
            Da habe ich im wohl nicht genau hingeschaut beim Suchen.
            Cheers
            Marcus

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.