<?xml version="1.0"?>
<rss version="2.0"><channel><title>Feedback Latest Topics</title><link>https://forum.froxlor.org/index.php?/forum/3-feedback/</link><description>Feedback Latest Topics</description><language>en</language><item><title>l&#xF6;schen nach weiterleitung - wie l&#xE4;&#xDF;t sich das einstellen?</title><link>https://forum.froxlor.org/index.php?/topic/21200-l%C3%B6schen-nach-weiterleitung-wie-l%C3%A4%C3%9Ft-sich-das-einstellen/</link><description><![CDATA[<p>ich finde dazu bei meinem hoster kein „kästchen“ zum anhaken ...</p>]]></description><guid isPermaLink="false">21200</guid><pubDate>Mon, 12 Jan 2026 13:56:36 +0000</pubDate></item><item><title>neues webmail-passwort konnte nicht gespeichert werden</title><link>https://forum.froxlor.org/index.php?/topic/21201-neues-webmail-passwort-konnte-nicht-gespeichert-werden/</link><description><![CDATA[<p>sorry - es hat sich gleich noch ein problem ergeben: mein bisher für den webmailer vergebenes PW erschien mir zu einfach. ein neues, von firefox vorgeschlagenes komplexes speichert der webmailer aber nicht!</p><p>und: ich habe froxlor mit 2FA gesichert, aber den webmailer nicht. wo/wie kann ich das ändern? oder handele ich mir dadurch grauenhafte schwierigkeiten beim handlen meiner nachrichten via gmail ein?</p>]]></description><guid isPermaLink="false">21201</guid><pubDate>Mon, 12 Jan 2026 15:36:02 +0000</pubDate></item><item><title>Creating a Customer via API does not create a standard Subdomain</title><link>https://forum.froxlor.org/index.php?/topic/20306-creating-a-customer-via-api-does-not-create-a-standard-subdomain/</link><description><![CDATA[<p>
	I try to create a customer via the API. The customer is created, but the standard subdomain is omitted.When I create a customer via the GUI, the standard subdomain is created. I run 2.2.1-1. This worked fine in last years version.
</p>

<p>
	This is my API payload:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln"> const command = {
    command: "Customers.add",
    params: {
      new_loginname: customer.loginname,
      email: customer.email,
      firstname: customer.firstname,
      name: customer.lastname,
      company: `HTL Villach / ${customer.clazz}-24/25`,
      store_defaultindex: 1,
      sendpassword: 1,
      createstdsubdomain: true,
      // adminid: 1,
      gender: customer.gender,
      street: "Tschinowitscher Weg 5",
      zipcode: "9600",
      city: "Villach",
      phone: "",
      fax: "",
      customernumber: "",
      def_language: "de",
      diskspace: 1000,
      //      diskspace_used: 628,
      mysqls: 4,
      ftps: 1,
      subdomains: 1,
      traffic: 10,
      pop3: 0,
      imap: 0,
      perlenabled: 1,
      phpenabled: 1,
      dnsenabled: 0,
      logviewenabled: 1,
      theme: "Froxlor_dark",
      custom_notes: "",
      allowed_phpconfigs: [1],
      allowed_mysqlserver: [0],
    },
  };</span></pre>

<div style="background-color:#1f1f1f;color:#cccccc;font-size:12px;">
	<div>
		 
	</div>
</div>

<p>
	I also tried
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">createstdsubdomain: 1,</span></pre>

<p>
	 What can I do to create a stabdad subdomain for a customer via the API?
</p>
]]></description><guid isPermaLink="false">20306</guid><pubDate>Fri, 13 Sep 2024 11:16:40 +0000</pubDate></item><item><title>LetsEncrypt certificate for new domain created, but not copied to /etc/ssl/froxlor-custom</title><link>https://forum.froxlor.org/index.php?/topic/20318-letsencrypt-certificate-for-new-domain-created-but-not-copied-to-etcsslfroxlor-custom/</link><description><![CDATA[<p>
	So I created a new customer on froxlor 2.2.4, debian bookworm and assign a new domain to this customer. Then I activate the letsencrypt certificate, which is generated in /root/acme.sh/new-domain.tld, but the certificate is not copied to /etc/ssl/froxlor-custom/*.key *.crt *.CA *.chain.pem, etc. The domain is not valid for ssl, cause the certificate is missing.
</p>

<p>
	Any suggestions?
</p>
]]></description><guid isPermaLink="false">20318</guid><pubDate>Fri, 01 Nov 2024 22:04:37 +0000</pubDate></item><item><title>/var/run/nginx</title><link>https://forum.froxlor.org/index.php?/topic/20310-varrunnginx/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	just for info, I just installed another Froxlor and this time I used Nginx again.
</p>

<p>
	I used Apache2 first and later for the finally Froxlor installation I used Nginx with php-fpm
</p>

<p>
	Everything went very smooth with now automatic configuration.
</p>

<p>
	Today, all PHP FPM crashed. I found out, that the folder /var/run/nginx  was missing.
</p>

<p>
	So I created, as in previous Froxlor nginx installation, the folder /usr/lib/tmpfiles.d/nginx.conf
</p>

<p>
	with the content
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">D /run/nginx 0755 froxlorlocal froxlorlocal</span></pre>

<p>
	as its mention in
</p>

<p>
	<a href="https://serverfault.com/questions/779634/create-a-directory-under-var-run-at-boot" rel="external nofollow">https://serverfault.com/questions/779634/create-a-directory-under-var-run-at-boot</a>
</p>

<p>
	all works now again and happy with Froxlor
</p>
]]></description><guid isPermaLink="false">20310</guid><pubDate>Thu, 03 Oct 2024 02:33:09 +0000</pubDate></item><item><title>DKIM in 2.2</title><link>https://forum.froxlor.org/index.php?/topic/20299-dkim-in-22/</link><description><![CDATA[<p>
	Hallo!
</p>

<p>
	Bitte helft mir suchen: Wo im GUI finde ich nach dem Upgrade auf rspamd in froxlor 2.2.0 die DKIM-Schlüssel, die ich ins DNS eintragen soll, wenn der Froxlor-Host nicht zugleich DNS-Server ist?
</p>

<p>
	Wenn das GUI die Schlüssel nicht ausgeben kann, soll ich eher in der Datenbank danach suchen (welche Tabelle ist das für die neue Version?), oder soll ich mir lokal den DNS-Server aufdrehen und die Zonen exportieren auch, wenn für die jeweilige Domain nicht autoritativ ist?
</p>

<p>
	Und wie ist das mit der Hauptdomain, unter der der Froxlor Vhost (Hostname/FQDN der Maschine) selbst läuft? Bitte, wo finde ich da die Werte, respektive den Schalter?
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">20299</guid><pubDate>Mon, 26 Aug 2024 13:47:17 +0000</pubDate></item><item><title>2 Factor Authentication</title><link>https://forum.froxlor.org/index.php?/topic/20275-2-factor-authentication/</link><description><![CDATA[<p>
	Is it possible that the inputfield for the 2FA when logging on gets the focus so you can enter your code dicretly without selecting the input-field ?
</p>
]]></description><guid isPermaLink="false">20275</guid><pubDate>Tue, 25 Jun 2024 19:46:55 +0000</pubDate></item><item><title>Froxlor installation geht nicht weiter beim Schritt DB</title><link>https://forum.froxlor.org/index.php?/topic/20267-froxlor-installation-geht-nicht-weiter-beim-schritt-db/</link><description><![CDATA[<p>
	Hi, ich versuche gerade Froxlor auf unserem Server zu installieren. Die Requirements sind erfüllt , bei System Prüfung erscheint ein grüner Haken. Danach beim Schritt DB  (froxlor/install/install.php?step=1) gebe ich die User und Passworte ein , drücke auf den weiter-Knopf , dann url = froxlor/install/install.php?step=2 , daten eingeben und bei Knopf `weiter` landet man immer wieder auf froxlor/install/install.php?step=2. Was kann die Ursache sein bzw was kann ich tun? Danke Cb 
</p>

<p>
	PS: der mysql-log zeigt nur Folgendes
</p>

<p>
	`240523 14:12:50     48 Connect  froxroot@localhost on  using Socket<br>
	                    48 Query    SHOW DATABASES LIKE 'froxlor'<br>
	                    48 Query    CREATE DATABASE IF NOT EXISTS froxlor_tmp_664f4ee280063<br>
	                    48 Query    DROP DATABASE IF EXISTS froxlor_tmp_664f4ee280063<br>
	                    48 Query    SELECT `User` FROM `mysql`.`user` WHERE `User` = 'froxlor'<br>
	                    48 Query    CREATE USER 'froxlor_tmp_664f4ee2969f9'@'localhost' IDENTIFIED BY '664f4ee296a04'<br>
	                    48 Query    DROP USER 'froxlor_tmp_664f4ee2969f9'@'localhost'<br>
	                    48 Query    FLUSH PRIVILEGES<br>
	`
</p>

<p><a href="https://forum.froxlor.org/uploads/monthly_2024_05/orga105FroxDB-s2.jpg.19e5d0b52ac3fc1780734317895c9242.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="1060" src="https://forum.froxlor.org/uploads/monthly_2024_05/orga105FroxDB-s2.thumb.jpg.d8b71c937d31368e63fa51c491b68169.jpg" width="858" class="ipsImage ipsImage_thumbnailed" alt="orga105FroxDB-s2.jpg" loading="lazy" height="746.46"></a></p>]]></description><guid isPermaLink="false">20267</guid><pubDate>Thu, 23 May 2024 14:19:36 +0000</pubDate></item><item><title>Migrations-Button zeigt ins Leere</title><link>https://forum.froxlor.org/index.php?/topic/20205-migrations-button-zeigt-ins-leere/</link><description><![CDATA[<p>
	Guten Abend,
</p>

<p>
	wollte mir schonmal Infos zum Upgrade von 0.10.x auf 2.1 holen. Leider zeigt der Link von <a href="https://froxlor.org/" rel="external nofollow">https://froxlor.org/</a> auf <a href="https://docs.froxlor.org/latest/general/migration-guide.html" rel="external nofollow">https://docs.froxlor.org/latest/general/migration-guide.html</a> ins Leere.
</p>

<p>
	Viele Grüße und ich bin schon gespannt auf das neue Release!
</p>
]]></description><guid isPermaLink="false">20205</guid><pubDate>Sun, 04 Feb 2024 21:58:19 +0000</pubDate></item><item><title>In version 2.1.4 no link button for delete SSL certificate</title><link>https://forum.froxlor.org/index.php?/topic/20198-in-version-214-no-link-button-for-delete-ssl-certificate/</link><description><![CDATA[<p>
	Hi people.
</p>

<p>
	In last version, after update to 2.1.4, no look icon for delete SSL certificate.
</p>

<p>
	See on screenshot.
</p>

<p><a href="https://forum.froxlor.org/uploads/monthly_2024_01/Screenshot_34.png.2e08efd6be70ae0e2e24a67143f69ed1.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="1034" src="https://forum.froxlor.org/uploads/monthly_2024_01/Screenshot_34.thumb.png.7a16980f195c34bbb0ef9a199816c29e.png" width="861" class="ipsImage ipsImage_thumbnailed" alt="Screenshot_34.png" loading="lazy" height="749.07"></a></p>]]></description><guid isPermaLink="false">20198</guid><pubDate>Sat, 27 Jan 2024 04:59:41 +0000</pubDate></item><item><title>Hi Team, Updating to .10.38.3. Causes Error</title><link>https://forum.froxlor.org/index.php?/topic/20073-hi-team-updating-to-10383-causes-error/</link><description><![CDATA[<p>
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">Dear froxlor-team,</span><br style="color:#d63384;font-size:14px;" />
	<br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">the following error has been reported by a user:</span><br style="color:#d63384;font-size:14px;" />
	<br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">-------------------------------------------------------------</span><br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">42000 SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes</span><br style="color:#d63384;font-size:14px;" />
	<br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">File: lib/Froxlor/Database/Database.php:597</span><br style="color:#d63384;font-size:14px;" />
	<br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">Trace:</span><br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">#0 [internal function]: PDO-&gt;query('CREATE TABLE `p...')</span><br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">#1 lib/Froxlor/Database/Database.php(597): call_user_func_array(Array, Array)</span><br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">#2 install/updates/froxlor/update_2.x.inc.php(67): Froxlor\Database\Database::__callStatic('query', Array)</span><br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">#3 install/updatesql.php(56): include_once('/var/www/html/f...')</span><br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">#4 admin_updates.php(53): include_once('/var/www/html/f...')</span><br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">#5 {main}</span><br style="color:#d63384;font-size:14px;" />
	<br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">-------------------------------------------------------------</span><br style="color:#d63384;font-size:14px;" />
	<br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">User-Area: admin</span><br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">Froxlor-version: 2.0.13</span><br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">DB-version: 202302030</span><br style="color:#d63384;font-size:14px;" />
	<br style="color:#d63384;font-size:14px;" />
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">Database: 5.5.5-10.1.48-MariaDB-0+deb9u2End of report</span>
</p>

<p>
	 
</p>

<p>
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">Any Ideas?</span>
</p>

<p>
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">Thanks,</span>
</p>

<p>
	<span style="background-color:#ffffff;color:#d63384;font-size:14px;">Shaun</span>
</p>
]]></description><guid isPermaLink="false">20073</guid><pubDate>Thu, 30 Mar 2023 17:56:49 +0000</pubDate></item><item><title>Why can't I log in to the management after installation?Password reset does not work</title><link>https://forum.froxlor.org/index.php?/topic/19988-why-cant-i-log-in-to-the-management-after-installationpassword-reset-does-not-work/</link><description><![CDATA[<p>
	<span lang="en" xml:lang="en"><span><span>Why can't I log in to the management after installation?</span></span></span>Password reset does not work.<span lang="en" xml:lang="en"> <span><span>I'm sure the username and password are correct, but after changing the password according to the forum instructions, I still can't log in.</span></span></span>
</p>

<p>
	<span lang="en" xml:lang="en"><span><span>Finally, the password 123456 still does not work, as shown in the figure, the MD5 password has been changed</span></span></span>
</p>

<p><a href="https://forum.froxlor.org/uploads/monthly_2022_11/178212215_2345234.PNG.1c52d1a5ae16601e12c4719860b037f7.PNG" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="904" src="https://forum.froxlor.org/uploads/monthly_2022_11/178212215_2345234.PNG.1c52d1a5ae16601e12c4719860b037f7.PNG" width="932" class="ipsImage ipsImage_thumbnailed" alt="捕获2345234.PNG" loading="lazy" height="158.44"></a></p>]]></description><guid isPermaLink="false">19988</guid><pubDate>Sat, 05 Nov 2022 10:02:43 +0000</pubDate></item><item><title><![CDATA[froxlor.org -> Documentation -> API Documentation link redirect a bit broken]]></title><link>https://forum.froxlor.org/index.php?/topic/19902-froxlororg-documentation-api-documentation-link-redirect-a-bit-broken/</link><description><![CDATA[<p>
	It redirects to <a href="https://docs.froxlor.org/apiguide/index.htmldoc/" rel="external nofollow">https://docs.froxlor.org/apiguide/index.htmldoc/</a><br />
	<br />
	I think you want <a href="https://docs.froxlor.org/apiguide/" rel="external nofollow">https://docs.froxlor.org/apiguide/</a> maybe instead (?).
</p>
]]></description><guid isPermaLink="false">19902</guid><pubDate>Sun, 30 Jan 2022 14:09:13 +0000</pubDate></item><item><title>Configs in /root/acme.sh werden nicht gel&#xF6;scht</title><link>https://forum.froxlor.org/index.php?/topic/19708-configs-in-rootacmesh-werden-nicht-gel%C3%B6scht/</link><description><![CDATA[<p>
	Hallo,
</p>

<p>
	Ich habe in meiner Debian, Apache, php-fpm installation die Beobachtung gemacht, daß sowohl wenn man einen Kunden, als auch wenn man eine Domain löscht, die Konfiguration für Letsencrypt nicht aus dem root Ordner entfernt werden. Ich bekomme immer wenn der Cronjob läuft eine Fehlermeldung. (Die Domains befinden sich mittlerweile auf einem anderen Server.)
</p>

<p>
	Das Löschen der Ordner der Domains von Hand behebt das Problem.
</p>

<p>
	Viele Grüße und weiter so!
</p>

<p>
	 
</p>

<p>
	Marcus
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">19708</guid><pubDate>Thu, 04 Mar 2021 04:43:52 +0000</pubDate></item><item><title>[Resolved] - SQLSTATE[42000]: Syntax error or access violation</title><link>https://forum.froxlor.org/index.php?/topic/19579-resolved-sqlstate42000-syntax-error-or-access-violation/</link><description><![CDATA[<p>
	Hi team. When I tried to upgrade from the admin panel, I got this error:
</p>

<p>
	Websites are still running well, but I cannot acces to admin interface anymore.
</p>

<p>
	Any ideas guys ?
</p>

<div style="color:#a94442;font-size:12px;padding:0px;text-align:center;">
	A database error occurred
</div>

<div style="color:#a94442;font-size:12px;padding:0px;text-align:center;">
	<p style="padding:0px;">
		SQLSTATE[42000]: Syntax error or access violation: 1061 Duplicate key name 'guid'
	</p>

	<p style="padding:0px;text-align:left;">
		 
	</p>
</div>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.froxlor.org/uploads/monthly_2020_10/01.JPG.9e807409e8e370a69fda9977eed2319a.JPG" data-fileid="735" data-fileext="JPG" rel=""><img alt="01.JPG" class="ipsImage ipsImage_thumbnailed" data-fileid="735" style="height:auto;" width="1000" src="https://forum.froxlor.org/uploads/monthly_2020_10/01.thumb.JPG.7c7930a000791e7dbc616279dcc99034.JPG" loading="lazy" height="610"></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.froxlor.org/uploads/monthly_2020_10/00.JPG.335bf55f1887014b2be4c671018136c9.JPG" data-fileid="734" data-fileext="JPG" rel=""><img alt="00.JPG" class="ipsImage ipsImage_thumbnailed" data-fileid="734" style="height:auto;" width="1000" src="https://forum.froxlor.org/uploads/monthly_2020_10/00.thumb.JPG.787571d8fac80837246d18a435573c10.JPG" loading="lazy" height="250"></a>
</p>
]]></description><guid isPermaLink="false">19579</guid><pubDate>Sat, 03 Oct 2020 09:47:41 +0000</pubDate></item><item><title>https://files.froxlor.org/releases/ gibt einen 403.</title><link>https://forum.froxlor.org/index.php?/topic/19570-httpsfilesfroxlororgreleases-gibt-einen-403/</link><description><![CDATA[<p>
	Die aktuelle release ist ladbar, aber indexing scheint abgeschaltet zu sein.
</p>

<p>
	https://froxlor.de/download.php -&gt; Release-Archiv ist damit platt.
</p>
]]></description><guid isPermaLink="false">19570</guid><pubDate>Tue, 15 Sep 2020 08:08:54 +0000</pubDate></item><item><title>Gentoo overlay does not work anymore</title><link>https://forum.froxlor.org/index.php?/topic/19383-gentoo-overlay-does-not-work-anymore/</link><description><![CDATA[
<p>
	Hi,
</p>

<p>
	Froxlor has been available for Gentoo for a while now. Installation was supposed to happen via an ebuild in a Layman overlay. The overlay doesn't work for several months now.
</p>

<p>
	<a href="http://files.froxlor.org/gentoo/repositories.xml" rel="external nofollow">http://files.froxlor.org/gentoo/repositories.xml</a> points to <span><span style="background-color:#ffffff;color:#000000;">git://git.froxlor.org/froxlor-gentoo.git which cannot be accessed at the moment. Maybe it's a firewall issue? Anyhow, that repository cannot be accessed it seems.</span></span>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted">
<span class="pln">$ LANG=C git clone git://git.froxlor.org/froxlor-gentoo.git
Cloning into 'froxlor-gentoo'...
fatal: unable to connect to git.froxlor.org:
git.froxlor.org[0: 46.253.127.142]: errno=Connection timed out
git.froxlor.org[1: 2a01:440:1:12:dead:beef:3d2d:815]: errno=Connection timed out</span></pre>

<p>
	<span><span style="background-color:#ffffff;color:#000000;">Please restore the Gentoo overlay to its former glory.</span></span>
</p>

<p>
	 
</p>

<p>
	<font color="#000000">Kind Regards,<br>
	  Sven</font>
</p>
]]></description><guid isPermaLink="false">19383</guid><pubDate>Sun, 19 Jan 2020 23:28:53 +0000</pubDate></item><item><title>Customer Home directory doesn't generate</title><link>https://forum.froxlor.org/index.php?/topic/16461-customer-home-directory-doesnt-generate/</link><description><![CDATA[<p>
	Hello , i recently installed froxlor , everything works well but when i create a customer it says that the directory for the client should be located at <span style="background-color:#ffffff;color:#444444;font-size:12px;">/var/customers/webs/test/ but when i go in ftp and search for it , the folder customers doesn't exist</span>
</p>]]></description><guid isPermaLink="false">16461</guid><pubDate>Sat, 13 Apr 2019 11:01:44 +0000</pubDate></item><item><title>Apache2 Let's encrypt acme.conf muss nach conf-available in Debian 9</title><link>https://forum.froxlor.org/index.php?/topic/14396-apache2-lets-encrypt-acmeconf-muss-nach-conf-available-in-debian-9/</link><description><![CDATA[
<p>
	Moin,
</p>

<p>
	ich schlag mich nach einem Umzug nach Debian 9 mit Let's encrypt rum welches mir kein Zertifikat liefert. Der Fehler besagt das der Token nicht via der URL erreichbar ist. Der Token wird zwar generiert aber ist halt nicht aufrubar. Die acme.conf welche unter conf.d abgelegt wurde stimmt. In einer Ubuntu-Dokumentation bin ich drauf gestoßen das alle Dateien die früher unter conf.d lagen nun in conf-available abgelegt werden müssen. Das conf.d-Verzeichnis wird anscheinend nicht mehr ausgelesen. In conf-available abgelegt und mit a2enconf aktiviert, Apache2 neu gestestartet, läuft alles problemlos.
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">14396</guid><pubDate>Sat, 12 Jan 2019 10:43:30 +0000</pubDate></item><item><title>HTTP 500 in /admin_domains.php</title><link>https://forum.froxlor.org/index.php?/topic/14347-http-500-in-admin_domainsphp/</link><description><![CDATA[
<p>
	Trying to edit a domain in Froxlor 0.10, I end up with a 500 error. The Apache error log says: <br><br>
	```
</p>

<p>
	<span>[Fri Dec 28 14:44:26.521632 2018] [php7:error] [pid 27116] [client 83.248.199.185:62145] PHP Fatal error:<span>  </span>Uncaught Error: Access to undeclared static property: Froxlor\\UI\\HtmlForm::$_form in /var/www/froxlor.0-10/lib/Froxlor/UI/HtmlForm.php(52) : eval()'d code:1\nStack trace:\n#0 /var/www/froxlor.0-10/lib/Froxlor/UI/HtmlForm.php(52): eval()\n#1 /var/www/froxlor.0-10/admin_domains.php(630): Froxlor\\UI\\HtmlForm::genHTMLForm(Array)\n#2 {main}\n<span>  </span>thrown in /var/www/froxlor.0-10/lib/Froxlor/UI/HtmlForm.php(52) : eval()'d code on line 1, referer: <a href="https://froxlor.fasterminds.com/admin_domains.php?page=domains&amp;s=1c0e3a2e7e88e9eeeb66e5c0efc09ab7" rel="external nofollow">https://froxlor.fasterminds.com/admin_domains.php?page=domains&amp;s=1c0e3a2e7e88e9eeeb66e5c0efc09ab7</a></span>
</p>

<p>
	<span>```</span>
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">14347</guid><pubDate>Fri, 28 Dec 2018 13:54:03 +0000</pubDate></item><item><title>letsencrypt for froxlor itself?</title><link>https://forum.froxlor.org/index.php?/topic/13358-letsencrypt-for-froxlor-itself/</link><description><![CDATA[
<p>with letsencrypt arriving for froxlor, I wonder if there is a sane way to get https for froxlor itself this way?</p>
<p> </p>
<p>thank you in advance,</p>
<p>hk</p>
]]></description><guid isPermaLink="false">13358</guid><pubDate>Mon, 11 Apr 2016 00:14:39 +0000</pubDate></item><item><title>Ist der IRC Chat nicht mehr aktiv?</title><link>https://forum.froxlor.org/index.php?/topic/14111-ist-der-irc-chat-nicht-mehr-aktiv/</link><description><![CDATA[
<p>
	Liebe Grüße
</p>

<p>
	Christian
</p>
]]></description><guid isPermaLink="false">14111</guid><pubDate>Sat, 06 Oct 2018 21:56:54 +0000</pubDate></item><item><title>Froxlor panel failing to start.</title><link>https://forum.froxlor.org/index.php?/topic/14074-froxlor-panel-failing-to-start/</link><description><![CDATA[
<p>
	Hi,
</p>

<p>
	 
</p>

<pre>
This morning i added 2 users and some domains on the panel.The domains,after hours the domains were not resolving ( i use cloudflare for dns)so i rebooted
the server.Now froxlor panel is not loading anymore?? I dont understand what could have happend?</pre>

<p>
	Pleae help.
</p>
]]></description><guid isPermaLink="false">14074</guid><pubDate>Wed, 22 Aug 2018 13:29:54 +0000</pubDate></item><item><title>Letsencrypt SSL_ERROR_RX_RECORD_TOO_LONG</title><link>https://forum.froxlor.org/index.php?/topic/13907-letsencrypt-ssl_error_rx_record_too_long/</link><description><![CDATA[
<p>
	Hello everybody,
</p>

<p>
	 
</p>

<p>
	I try to configure a letsencrypt certificate for one of my domains <a href="https://jukusoft.com" rel="external nofollow">https://jukusoft.com</a> , certificates are already generated by froxlor, but i get this error, if i browse the domain with firefox:
</p>

<p>
	<strong>SSL_ERROR_RX_RECORD_TOO_LONG</strong>
</p>

<p>
	 
</p>

<p>
	If i search with google there are many threads about this topic, but there isn't any solution for this.
</p>

<p>
	Also there is no good tutorial on froxlor sites. Because i dont know if this is a bug or only a issue about a not-existent <strong>documentation</strong>, i havent created a issue on <a href="https://github.com/Froxlor/Froxlor/issues" rel="external nofollow">github</a> yet.
</p>

<p>
	I also doesnt get any results by your forum search.<strong> If this is the wrong forum, please move my topic to the right! thanks!</strong>
</p>

<p>
	 
</p>

<p>
	If i try to execute "<strong>openssl s_client -showcerts -connect jukusoft.com:443 -servername jukusoft.com</strong>" i get this output:
</p>

<pre class="ipsCode">
CONNECTED(00000003)
140505437533840:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:782:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 310 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
SSL-Session:
    Protocol  : TLSv1.2
    Cipher    : 0000
    Session-ID:
    Session-ID-ctx:
    Master-Key:
    Key-Arg   : None
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1521806504
    Timeout   : 300 (sec)
    Verify return code: 0 (ok)
---
</pre>

<p>
	 
</p>

<p>
	I have also configured IP / Port settings:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.froxlor.org/uploads/monthly_2018_03/dd.PNG.4b7e9ec0f523dddad9c612b380b5f59f.PNG" data-fileid="312" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="312" src="https://forum.froxlor.org/uploads/monthly_2018_03/dd.thumb.PNG.70720f5fcd7a07000e2c64a6d207f42e.PNG" alt="dd.thumb.PNG.70720f5fcd7a07000e2c64a6d207f42e.PNG" data-ratio="14.92" loading="lazy"></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.froxlor.org/uploads/monthly_2018_03/ddKopie.PNG.f353e11e41268560bc82ef9de429e9e7.PNG" data-fileid="313" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="313" src="https://forum.froxlor.org/uploads/monthly_2018_03/ddKopie.thumb.PNG.92d0d3b336f996f1b3fae88324917f43.PNG" alt="ddKopie.thumb.PNG.92d0d3b336f996f1b3fae88324917f43.PNG" data-ratio="54.85" loading="lazy"></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.froxlor.org/uploads/monthly_2018_03/dd.PNG.fc8404a163b2fe44509b623d99fa5cc9.PNG" data-fileid="314" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="314" src="https://forum.froxlor.org/uploads/monthly_2018_03/dd.thumb.PNG.9cc821acb106d182f668f4cb5a295ec8.PNG" alt="dd.thumb.PNG.9cc821acb106d182f668f4cb5a295ec8.PNG" data-ratio="26.58" loading="lazy"></a>
</p>

<p>
	 
</p>

<p>
	<strong>Domain Settings</strong>:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.froxlor.org/uploads/monthly_2018_03/dd.PNG.5f76b19aefa7b20ba153f3d8b75a9cc9.PNG" data-fileid="315" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="315" src="https://forum.froxlor.org/uploads/monthly_2018_03/dd.thumb.PNG.d7fdcfca32dd668d301eded847a34066.PNG" alt="dd.thumb.PNG.d7fdcfca32dd668d301eded847a34066.PNG" data-ratio="53.46" loading="lazy"></a>
</p>

<p>
	 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.froxlor.org/uploads/monthly_2018_03/ddKopie.PNG.322124ac5121b193c5cfa932b11190e6.PNG" data-fileid="316" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="316" src="https://forum.froxlor.org/uploads/monthly_2018_03/ddKopie.thumb.PNG.e1722a41e04545189f7e17a5710e2060.PNG" alt="ddKopie.thumb.PNG.e1722a41e04545189f7e17a5710e2060.PNG" data-ratio="53.85" loading="lazy"></a>
</p>

<p>
	 
</p>

<p>
	Where is the problem?<br>
	And please, can you write a good tutorial / documentation for SSL &amp; letsencrypt configuration for froxlor?
</p>
]]></description><guid isPermaLink="false">13907</guid><pubDate>Fri, 23 Mar 2018 12:18:15 +0000</pubDate></item><item><title>RootDocument not created.. and.. do mess with existing vhost</title><link>https://forum.froxlor.org/index.php?/topic/12968-rootdocument-not-created-and-do-mess-with-existing-vhost/</link><description><![CDATA[
<p>Hello,</p>
<p> </p>
<p>I try to setup froxlor, I probably missed something but I know what and where look for..</p>
<p> </p>
<p>I run on debian 7, with nginx 1.7 and php-fpm...</p>
<p> </p>
<p>When I created Customer, I didn't get any error but the rootDocument seem's not created..</p>
<p> </p>
<p>I have seen on this forum, this command :</p>
<p> </p>
<p><span style="color:rgb(40,40,40);font-family:'Open Sans', sans-serif;">php /var/www/froxlor/scripts/froxlor_master_cronjob.php --force </span></p>
<p> </p>
<p><span style="color:rgb(40,40,40);font-family:'Open Sans', sans-serif;">I got this error :</span></p>
<p> </p>
<p> </p>
<p>sh: 1: /etc/init.d/php-fpm: not found</p>
<p> </p>
<p>Just after launched this command, my other nginx vhost was down...</p>
<p> </p>
<p>I checked on /etc/nginx/sites-enabled/ and froxlor created my customer vhost.<br>After deleted them and restart nginx, my other vhost come back online...</p>
<p> </p>
<p>Thanks for your help</p>
<p> </p>
<p>Regards,</p>
]]></description><guid isPermaLink="false">12968</guid><pubDate>Fri, 10 Apr 2015 10:53:43 +0000</pubDate></item></channel></rss>
