Jump to content
Froxlor Forum

Thomas Oettli

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Thomas Oettli

  1. ja genau, debian package weggeräumt. Update: Glücklicherweise machte ich zuvor noch ein rsync auf ein anderes system und konnte so den folder /var/www/froxlor restaurieren. Soweit kann ich nun wieder auf froxlor Dashboard zugreifen, alles scheint zu funktionieren. Auch der cronjob macht seine 5-minütigen Checks wie im Dashboard angezeigt. Das Froxlor package macht ja an sich nicht viel mehr als die File Ablage mit der tarball installation. Um den Package Installationsstatus wieder herzustellen, müsste eigentlch eine erneute Sicherung des aktuell funktionierenden froxlor Docmentroot und dann apt install froxlor und wieder das zuvor gesicherte froxlor tarfile wieder drüber spielen auch den package installationsstatus wieder herstellen. Oder übersehe ich da etwas?
  2. In einer Bereinigungsaktion der PHP-Versionen mit Zurück auf php7.4 hat es nachdem sonst alles gut lief beim apt remove php8.1-opcache die ganze Froxlor Installation weggeräumt. Die Client-Sites laufen, einfach mit der letzten Froxlor Konfiguration. Die froxlor DB in mysql ist noch vorhanden. Was tun? Froxlor wieder installieren? Oder Restore des gesamten Systems vom Vortag? Vielen Dank für Eure Tips!
  3. Thanks a lot! A first try wasn't successful. However, I've to go through once again step by step. I'll come back, as soon as I have clear, reproducible results. So far, a setup with same installation procedure on a rent VPS where 'ip a s' returns the public IP doesn't have any issues like this. It's anyway for dev/testing purposes. Priority is now to set up my production froxlor environment on my hosted froxlor subscription on froxlor.com. There, I don't have this kind of issues anyway.
  4. Thanks for this very fast answer! Here the requested infos: 1) 'ip a s' output (server is accessed through DMZ config on the router from outside through public ip 51.154.6.40 - showing the internal LAN IP might already the issue): 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 02:11:32:28:55:e3 brd ff:ff:ff:ff:ff:ff inet 192.168.2.83/24 brd 192.168.2.255 scope global dynamic ens3 valid_lft 1205315sec preferred_lft 1205315sec inet6 fe80::11:32ff:fe28:55e3/64 scope link valid_lft forever preferred_lft forever 2) confs, generated by froxlor for oc-example-02.com 35_froxlor_normal_vhost_oc-example-02.com.conf: --- 35_froxlor_ssl_vhost_oc-example-02.com.conf: --- 3) snapshot froxlor domain config:
  5. I've setup froxlor based on a well functioning LAMP stack enabled SSL witch certbot/letsenrypt. Manual vhosts setup followed by certbot SSL procedure works well. mariadb & phpmyadmin access all fine. froxlor setup with tarball approach worked well. Also certificate creation through froxlor works well ( double checked with php /var/www/froxlor/scripts/froxlor_master_cronjob.php --letsencrypt --debug ). So far all fine with the exception that domains assigned in froxlor are falling back to the default. Forum researches pointed me to the following possible root cases, which I've verfied and can be excluded in my case: - Missing IPv6 entry: Not the case, my provider doesn't provide yet IPv6 addresses, only IPv4 - DNS issues: Can be excluded all fine with DNS, the same domain was already used earlier in the past for another server with same LAMP-Stack/certbot-lets setup with same public IP. apache error.log tells me: "No matching SSL virtual host for servername my-domain.com found (using default/first virtual host)" also, 'certbot certificates' shows only the initial SSL domains created at the time with certbot, not the ones coming from froxlor From this post I got the hint, first to assign a new domain without SSL and later on apply the SSL flag. Didn't help in my case. This brings me to the question: Would it be better to not use certbot nor for server preparation as well as afterwards on the running froxlor server? Any other recommendations to solve or further debug the issue? Many thanks for any hint! Thomas
×
×
  • Create New...