Jump to content
Froxlor Forum

All Activity

This stream auto-updates

  1. Today
  2. Ok thx. Dann kann ich das meinem Chef so weitergeben. Das mit Gefrickel , ja genau in der Situation bin ich ;-)
  3. Froxlor ist aktuell noch nicht für docker ausgelegt, mag sein daß es mit viel gefrickel irgendwie geht aber Ansich ist es nicht dafür gemacht.
  4. Docker: Unterstützt Froxlor mittlerweile eigentlich Docker? PS: längere Variante: eine wichtig Info ist noch: wir befinden uns im einem Docker-Container , weil das der Auftrag bzw unser Plan ist. Also wir wollen einen Server als Docker-Container, in dem Mailserver, nginx und froxlor laufen. Bisher macht mir das aber große Schwierigkeiten alles zusammen zum laufen zu bekommen bzw auch speziell froxlor im Docker-Container.
  5. Yesterday
  6. du kannst die nginx-configs location in den einstellungen anpassen, es muss nicht /etc/nginx/sites-enabled/ sein, aber du musst natürlich selbst dafür sorgen das der angegebene ordner dann von der nginx.conf auch eingelesen wird
  7. Du hast Recht, bei dem FQDN habe ich einen Fehler gemacht, weil ich weiter geklickt habe, es sollte ci.neomatt.de sein. nginx manuell starten geht, die generierten vhost schaue ich mir jetzt an. wir hatten vorher eine eigene nginx-location, ich werde das so machen, dass die wieder gilt.
  8. Last week
  9. Ok. At least i ported my Philosophers Plugin, which gives random fortunes of buddha, lao thse, confucius to 2.1.9 and graded everythin up to FreeBSD 14.0 and PHP 8.3. All is working. See picture. 🤩
  10. Ok, this is working now. Thank you, d00p. Maybe some Altlasten root@localhost [froxlor2]> select id, port, vhostcontainer from panel_ipsandports; +----+------+----------------+ | id | port | vhostcontainer | +----+------+----------------+ | 7 | 80 | 1 | | 9 | 443 | 0 | | 10 | 80 | 1 | | 11 | 443 | 0 | +----+------+----------------+ 4 rows in set (0.000 sec) root@localhost [froxlor2]> UPDATE `panel_ipsandports` SET `vhostcontainer` = '1'; Query OK, 2 rows affected (0.019 sec) Rows matched: 4 Changed: 2 Warnings: 0 root@localhost [froxlor2]> select id, port, vhostcontainer from panel_ipsandports; +----+------+----------------+ | id | port | vhostcontainer | +----+------+----------------+ | 7 | 80 | 1 | | 9 | 443 | 1 | | 10 | 80 | 1 | | 11 | 443 | 1 | +----+------+----------------+ 4 rows in set (0.000 sec)
  11. mach einfach direkt in der DB ein: UPDATE `panel_ipsandports` SET `vhostcontainer` = '1'; und dann stellste in den Froxlor Vhost Einstellungen die Let's Encrypt nummer ein
  12. Dann hast du in den IP/Port Einstellungen die Option "Create vHost-Container" deaktiviert (denn ohne macht es keinen Sinn)
  13. wir haben Lets Encrypt und SSL für alle Kundendomains. Es funktioniert also grundsätzlich schon, nur hier zeigt er das an. Muss aber sagen, ich habe von 0.10.xxx upgegraded.
  14. I am using Froxlor 2.1.9 under the Domain manage.mydomain.com. How to add a Lets Encrypt Certificate for this subdomain? Thanks, Chrissie.
  15. Das ist bei dir ein FQDN?....in deinen Screenshots war doch die Rede von "ci.neomatt.de" Mal in den generierten nginx vhost geschaut oder ins Journalctl wieso nginx nicht rennt? Bzw war manuell starten und schauen ob es Fehler gibt?
  16. Danke fürs überhaupt versuchen 🙂 ja das dir-listing ist temporär. ich habe mal den installations prozess also die optionen kopiert vielleicht kann man daraus etwas erkennen ` root@262cd3b98de6:/var/www/html/froxlor# bin/froxlor-cli froxlor:install Froxlor installation ==================== Use advanced installation mode? (yes/no) [no]: > yes System check ------------ [INFO] Your system is running with PHP 8.1.2-1ubuntu2.17 Create database and user ------------------------ ! [NOTE] Froxlor requires a database and additionally <a ! href="https://docs.froxlor.org/latest/general/installation/tarball.html#_3-create-privileged-database-user" ! target="_blank">a privileged user</a> to be able to create users and databases (GRANT option). The given ! database and unprivileged database-user will be created in this process. The privileged user must exist. MySQL-Server [localhost]: > SSL server certificate []: > Verify SSL server certificate (yes/no) [yes]: > no Privileged database user [froxroot]: > Password for privileged user: > Unprivileged database user [froxlor]: > Password for unprivileged user: > Database name [froxlor]: > Backup and overwrite database if exists? (yes/no) [yes]: > yes Let's create the main administrator user. ----------------------------------------- ! [NOTE] This user will be granted all privileges to adjust settings and add/update/delete resources like customers, ! domains, etc. Name [Administrator]: > NeoAdmin Username [admin]: > neoadmin Password: > Confirm password: > Email []: > admin@neomatt.de Use the email address above as sender address. If unchecked, please specify a sender address below. (yes/no) [yes]: > Sender []: > Details about your server ------------------------- ! [NOTE] Set your environment as well as server relevant data and options here to let froxlor know about your system. ! These values are crucial for the system configuration and operating. Distribution [Ubuntu Jammy (22.04)]: [bookworm] Debian Bookworm (12.x) [bullseye] Debian Bullseye (11.x) [gentoo ] Gentoo (3.0) [deprecated] [focal ] Ubuntu Focal (20.04) [jammy ] Ubuntu Jammy (22.04) > Primary IPv4 address (if applicable) [172.19.0.4]: > Primary IPv6 address (if applicable) []: > Server name (FQDN, no ip-address) [262cd3b98de6]: > Enable SSL usage (yes/no) [yes]: > Webserver [Apache 2.4]: [apache24] Apache 2.4 [nginx ] Nginx [lighttpd] LigHTTPd > nginx PHP backend [PHP-FPM]: [php-fpm] PHP-FPM [fcgid ] FCGID (apache2 only) [mod_php] mod_php (not recommended) > Webserver user-name [root]: > Webserver group-name [root]: > Enable the official newsfeed (external source: https://inside.froxlor.org/news/) (yes/no) [yes]: > no [ERROR] Given servername does not seem to be a FQDN or hostname Retry? (yes/no) [yes]: > yes Details about your server ------------------------- ! [NOTE] Set your environment as well as server relevant data and options here to let froxlor know about your system. ! These values are crucial for the system configuration and operating. Distribution [Ubuntu Jammy (22.04)]: [bookworm] Debian Bookworm (12.x) [bullseye] Debian Bullseye (11.x) [gentoo ] Gentoo (3.0) [deprecated] [focal ] Ubuntu Focal (20.04) [jammy ] Ubuntu Jammy (22.04) > Primary IPv4 address (if applicable) [172.19.0.4]: > Primary IPv6 address (if applicable) []: > Server name (FQDN, no ip-address) [262cd3b98de6]: > ci.neomatt.de Enable SSL usage (yes/no) [yes]: > Webserver [Apache 2.4]: [apache24] Apache 2.4 [nginx ] Nginx [lighttpd] LigHTTPd > nginx PHP backend [PHP-FPM]: [php-fpm] PHP-FPM [fcgid ] FCGID (apache2 only) [mod_php] mod_php (not recommended) > Webserver user-name [root]: > Webserver group-name [root]: > Enable the official newsfeed (external source: https://inside.froxlor.org/news/) (yes/no) [no]: > no One last step... ---------------- ! [NOTE] The command below will download, install and configure required services on your system according to the data ! you have given in this installation process. ! ! Be sure to run the following command as root on the server's shell/terminal and be aware that this command ! will overwrite any existing configuration for the used services (backups will be created)!. ! If you do not want to overwrite any configurations, select I will manually configure the services at the ! bottom of this page! [OK] Run the following command to finish the installation: /var/www/html/froxlor/bin/froxlor-cli froxlor:config-services -a '{"distro":"jammy","dns":"x","http":"nginx","smtp":"postfix_dovecot","mail":"dovecot_postfix2","ftp":"proftpd","sy stem":["cron","libnssextrausers","logrotate","goaccess","php-fpm"]}' --yes-to-all Execute command now? (yes/no) [no]: > `
  17. nginx war vorher schon installiert und ich habe dann bei installation nginx ausgewählt. apache ist nicht installiert. genauer nginx läuft nicht richtig `nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful root@262cd3b98de6:/var/www/html/froxlor# service nginx restart * Restarting nginx nginx [fail] root@262cd3b98de6:/var/www/html/froxlor# service nginx status * nginx is not running root@262cd3b98de6:/var/www/html/froxlor# service nginx status * nginx is not running ` aber unter ps -aux sind noch nginx-prozesse. Ich versuche mal die zu killen.
  18. nach einer Standard-Installation sollte froxlor auch unter der bei der installation angegeben fqdn erreichbar sein, ohne /froxlor/ - bei dir ist /froxlor über die domain immernoch aufrufbar, sogar mit directory-listing....also da passt was noch nicht so wirklich - kann ich nur raten, da keine info über genaue angaben bei installation und wie wo was eingestellt wurde
  1. Load more activity


×
×
  • Create New...