
Gamerboy59
Members-
Posts
114 -
Joined
-
Last visited
Contact Methods
-
Website URL
http://gamerboy59.blue
Profile Information
-
Gender
Not Telling
-
Location
Germany
Recent Profile Visitors
3503 profile views
Gamerboy59's Achievements
-
I don't think those certificates are managed in froxlor. If you have your FTP server reachable by ftp.domain.com, I'd suggest to install acme.sh locally and generate a certificate for this domain and implement it into the pureftpd configuration. Maybe you can use pureftpd's mysql module to obtain the data from your froxlor installation but I cannot demonstrate how, it's just an idea.
-
Hi, axfr unterstützt ja nicht direkt das Löschen von Zonen, aber irgendwie müssen die ja entsorgt werden, wie regelt Froxlor das?
-
PHP-FPM - Wie Versionen pro VHOST Einstellen?
Gamerboy59 replied to pquerner's question in German / Deutsch
Ja, über die packages von sury.org. Ich werde jetzt mal den cron --debug laufen lassen und gucke, ob es funktioniert. -
PHP-FPM - Wie Versionen pro VHOST Einstellen?
Gamerboy59 replied to pquerner's question in German / Deutsch
Ja, das mit dem Template zuweise ist klar, wie php-fpm funktioniert ist mir scheinbar dann doch nicht so klar.. Ich habe jetzt eine neue Config erstellt und das unterstrichene im Vergleich zum ersten Screenshot geändert. Wenn ich die php-config einer Domain zuweise, reicht das, damit sie unter php7.4 läuft? -
PHP-FPM - Wie Versionen pro VHOST Einstellen?
Gamerboy59 replied to pquerner's question in German / Deutsch
Ja, die Daten weiß ich, die Frage war nur, ob das reicht, damit die .php-Dateien auch von der php-Version ausgeführt werden. Also das keine weitere Angabe zur php-executable notwendig ist? -
PHP-FPM - Wie Versionen pro VHOST Einstellen?
Gamerboy59 replied to pquerner's question in German / Deutsch
Ja, aber wo kommt die Version hin? Ins pool-config-Feld? Also wo jetzt /etc/php/7.3/fpm/pool.d/ steht dann /etc/php/7.4/fpm/pool.d/ -
PHP-FPM - Wie Versionen pro VHOST Einstellen?
Gamerboy59 replied to pquerner's question in German / Deutsch
Ok, wo trage ich dann die php-version ein, die ausgeführt werden soll? Sowas wie einen Pfad zur binary gibt es ja nicht. -
PHP-FPM - Wie Versionen pro VHOST Einstellen?
Gamerboy59 replied to pquerner's question in German / Deutsch
Auch wenn das Thema schon etwas älter ist, geht es inzwischen? Habe so spontan nichts gefunden in den Configs, aber es wäre ein Feature, dass ich gerne nutzen würde (sofern es zur Verfügung steht). -
Indeen, this did the trick. I also noticed that I get rid of the <user>@ when I disable the option to allow ftp-login with domain (Settings -> Account Settings -> FTP accounts @domain disabled). Thanks for your help. Now it's working great again.
-
Yes, ftp_group is without homedir. Did you test with latest git? I updated to it again but didn't help.
-
Just figured out the username and groupname and homedir path is saved wrong in ftp_user and ftp_group table in mysql db. I manually corrected it and now it's working as supposed. Are these values saved incorrectly?
-
I don't know. Removing the @ and the double path make it working again. I recently updated to the latest git version but a downgrade didn't help either.
-
Or is maybe something wrong with the generation of the passwd file? The path in 'space' appears to be set twice: maxm@:x:10000:10000:Max Mustermann:/var/customers/webs/maxm/var/customers/webs/maxm/:/bin/false Edit: If I search the usernumber ("id 10000") I can find the corresponding user but when I search the username ("id maxm") it says no user found.
-
Ok, I reinstalled my server but same issue. Here's my nsswitch.conf # /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you have the `glibc-doc-reference' and `info' packages installed, try: # `info libc "Name Service Switch"' for information about this file. passwd: compat extrausers group: compat extrausers shadow: compat extrausers gshadow: files hosts: files dns networks: files dns protocols: db files services: db files ethers: db files rpc: db files netmasks: files netgroup: files bootparams: files automount: files aliases: files /var/lib/extrausers/passwd and These files contain the correct user Information, just the system can't find them. Did I miss something?
-
.