Jump to content
Froxlor Forum

d00p

Administrators
  • Posts

    10328
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by d00p

  1. 0.10.0 ia currently testing and should not be used in production. However an update should work like every other update. Froxlor will prompt for database updates
  2. Dear Froxlor Community, after many bugfixes and improvements here is the latest stable version of froxlor. This release will be the last release of the 0.9-series in favor of our API based 0.10.0 version which will be the new MASTER branch in our git-repository as of this release. Ubuntu (16.04) Xenial Support There are now configuration templates for Ubuntu 16.04 Xenial. Ubuntu 12.04 Precise configurations have been marked as deprecated. Customizable webserver logging For apache2 users, it is now possible to specify a script to which the logs are being piped to. Don't forget that you must explicitly enable the piping. You can also or alternatively specify a log-format and log-type for the access-log. FPM process manager settings per configuration Process manager and corresponding settings can now be overwritten on a per-php configuration base, when overwriting is explictly checked in the php-config. This makes it possible to have different process manager (static, dynamic, ondemand) settings for the same php-fpm version. You can see all changes on Github at https://github.com/Froxlor/Froxlor/compare/0.9.39.5...0.9.40.1 *UPDATE* 0.9.40.1: due to a typo in a function name, the backup-page was not usable Download: 0.9.40.1 Note: Gentoo-ebuild and Debian packages will be released shortly as always. Visit http://www.froxlor.org or join our IRC channel #froxlor on irc.freenode.net. Thank you, d00p
  3. nein die VORLAGE überschreibt nur den festgelegten Text. Du musst in den Einstellungen das Senden der E-Mails bei System -> Aktiviere das Senden von Reports über Webspace- und Trafficverbrauch
  4. --w--w--w- ist ja Quatsch.... Schreiben aber nicht lesen? Deine umask ist wohl kaputt
  5. Ja das die Dateien von www-data angelegt werden wenn du was hochlädst via http und mod_php nutzt ist das klar...aber BERECHTIGUNGEN sollten passen, denn der User www-data wird als gruppenmitglied des Kunden-Users hinzugefügt, der sollte also da ran dürfen
  6. Dann installiere und konfiguriere libnss-extrausers wie in den Konfigurations Templates und aktiviere die Einstellung "nutze libnss-extrausers" in den Einstellungen. Dann sollte das Problem mit den Berechtigungen eigentlich behoben sein
  7. Du nutzt wohl mod_php, dabei sollte aber eigentlich der Webserver User (www-data) in der Gruppe des Users sein, damit er auch die Daten ändern kann. Hast du libnss-mysql/extrausers installiert und konfiguriert?
  8. Ich weiss ja was du meinst, aber froxlor bietet keine Möglichkeit Speicherplatz für DB und Mail festzulegen
  9. Admin: web, mail und DB zusammengerechnet -> das ist der effektive Verbrauch des Kunden Kunde: bekommt die sachen aufgeteilt auf seinem Dashboard angezeigt Webspace-Report ist in diesem Fall rein von der Bezeichnung her vllt nicht ganz optimal gewählt. Es handelt sich um den komplett vom Kunden genutzen Speicherplatz auf dem Server. In der E-Mail Vorlage wird es (im englischen) korrekterweise mit "diskspace" bezeichnet, sowie in deutsch mit "Speicherplatz" (statt irgendwas mit WEB Bezug).
  10. Can you check whether you have valid extensions (at least .php) in the fpm-daemon/php-config and/or settings
  11. that is no froxlor related error. I've done so many installations and in every default setup this works just fine. Can you verify that the user dbfroxlor can connect to localhost via CLI? # mysql -u dbfroxlor -p -h localhost
  12. 1) why is there an ' character in the db username? 2) well the error message clearly tells you what the issue is: you either are not allowed to connect via localhost (maybe try 127.0.0.1) or your password is wrong
  13. Kannst du doch Recht einfach selbst prüfen: # du -sh /var/customers/webs/[Kunde] und # du -sh /var/customers/mail/[Kunde]
  14. Then you already read what you can check and what Info ist required in Order to Help...
  15. Das ist faktisch fast immer so, da du für nen anstandigen DNS server ein ganz anderes Setup machen würdest. Redundant, mind. zwei Server, in unterschiedliches IP-Netzen, etc. etc. etc. - und am allerwenigsten auf der kiste wo du die websites der kunden laufen lässt. Ebenso registrieren die meisten user ihre Domains bei einem Anbieter der DNS DIenste gleich mitanbietet, bzw. man dort Einträge etc. verwalten kann. Es ist in Froxlor rudimentär enthalten, damit das "Hosting"-System theoretisch alle benötigten Dienste inkludiert...
  16. 1 man tag...du hast ne vorstellung...aber hey, vllt schaust du dir mal die 0.10.0 branch auf github an, da gibts ne API Ist halt testing
  17. Thread is 4 years old!!! Please do not reheat such old Threads
  18. Sorry, there's no such (up-to-date) thing. Basically it's this: 1) activate SSL and (optionally) Let's Encrypt in the Settings 2) Go through configuration templates for the webserver after the settings have been adjust (enable mod_ssl, create global alias for acme-challenge, etc.) 3) add an IP address that has the ssl-flag enabled 4) edit a domain, select a ssl-enabled IP address and optionally enable usage of Let's Encrypt (you can skip step 5 if you use let's encrypt) 5) in case you have another certificate from an external source (key, certificate and maybe chain) switch to the customer of the domain, go to domain list, click on the LOCK icon to enter the certificate data The rest is done by froxlor's cronjob, you might need to wait for a maximum of 3 cron-runs (about 15 mins total)
  19. 0.10 is a separate branch and is far from releasing...there will be 0.9.x packages of course
  20. No, web-filemanager are dangerous. Customers should just use FTP
×
×
  • Create New...