Jump to content
Froxlor Forum

untiefe

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by untiefe

  1. Hello,

    i just updated to froxlor 2.1.0-1 and ran into the same problem. The subdomain, I had configured to use for my froxlor frontend only shows:

    Domain not configured

    This domain requires configuration via the froxlor server management panel, as it is currently not assigned to any customer.

     

    But it worked before for many versions...

    And the hostname in my system settings is correct, so unfortunately the solution for cscholz does not work for me...

    The sub domain is pointing to /var/www/html/froxlor   and there should be the froxlor installation also? It works, when I use http://IP/froxlor

    Any other ideas, why the configured subdomain does not work any more?

     

    --- here the corresponding vhost (anonymised)

     

    # 34_froxlor_normal_vhost_fl.DOMAIN.conf
    # Created 07.10.2023 13:45
    # Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.

    # Domain ID: 29 - CustomerID: 1 - CustomerLogin: NAME
    <VirtualHost IP-ADRESS:80>
      ServerName fl.DOMAIN
      ServerAdmin Michael@DOMAIN
      DocumentRoot "/var/www/html/froxlor"
      php_admin_value sendmail_path "/usr/sbin/sendmail -t -f Michael@DOMAIN"
      php_admin_value open_basedir "/var/www/html/fl:/tmp"
      Alias /webalizer "/var/customers/webs/NAME/webalizer"
      LogLevel warn
      ErrorLog "/var/customers/logs/NAME-error.log"
      CustomLog "/var/customers/logs/NAME-access.log" combined
    </VirtualHost>

  2. Danke für die super schnelle Reaktionszeit am Sonntag Abend!

    Ich habe es ja jetzt erstmal wieder zum laufen bekommen (genau mit einer manuellen PHP7.4 installation) - wie schon in meiner weiteren Post beschrieben.

     

    Ein Problem ist aktuell noch übrig. Die virtuelle Domain, die auf das froxlor Verzeichnis zeigt funktioniert nicht mehr, da das Webfrontend keine Pfade mit / vorne erlaubt:

    Please note: The path / is not allowed due to administrative settings, it will automatically be set to /chosen.subdomain.tld/ if not set to another directory.

     

    Das war beim alten frontend nicht so, oder? Kann ich das in den Einstellungen irgendwo ändern? Ich fand dies über eine eigene Subdomain sehr praktisch...

     

    Viele Grüße,

    Michael

  3. nach einem manuellen upgrade auf php7.4

    (https://prepaid-host.com/de/blog/php-7-4-auf-debian-11-10-9-installieren)

    und dem enablen von php7.4 im apache (a2enmod) konnte ich mich einloggen. Daraufhin wurde natürlich wieder der Pfad der virtuellen domain auf /var/www/froxlor geändert, so dass ich dies nochmal manuell anpassen musste und dann in der config über das neue Frontend.

    Ich hoffe es funktioniert nun auch alles.

     

    Beste Grüße,

    Michael

  4. Hallo,

    ich finde es ja schön, dass froxlor so aktiv weiterentwickelt wird und es eine Version 2.0 gibt.

    Aber leider hat der Update Process auf debian buster per aptitude full-upgrade meine Installation erstmal unbrauchbar gemacht.

    1. das verschieben des Installationsverzeichnisses hat nicht funktioniert:

    Unpacking froxlor (2.0.4-1) over (0.10.38.3-1) ...
    dpkg: warning: unable to delete old directory '/var/www/froxlor': Directory not empty
    Setting up php7.3-gmp (7.3.31-1~deb10u2) ...

    Creating config file /etc/php/7.3/mods-available/gmp.ini with new version
    Setting up froxlor (2.0.4-1) ...
    The froxlor package has been updated, please log in via webinterface to finish update.

    >> Das konnte ich noch manuell im config file der virtuellen Domain korrigieren

     

    2. PHP 7.4 wird nicht korrekt angezogen, so dass ich jetzt ein froxlor 2.0 mit php 7.3 installiert habe und dann statt der Login Page nur folgenden Fehler sehe:

    ---

    Whoops!

    It seems you are using an older version of PHP

    Froxlor requires at least PHP version 7.4.0

    The installed version is: 7.3.31-1~deb10u2

    ----

    und hier komme ich aktuell nicht weiter. Eine developer version von PHP installieren? Oder gleich auf die nächste debian version aktualisieren?

    Es ist echt unschön, dass ich diese Probleme jetzt ohne Vorwarnung bekommen habe....

     

    Ich freue mich über jegliche Vorschläge!

     

    Beste Grüße,

    Michael

×
×
  • Create New...