June 30, 201511 yr Hey, Nachdem ich nach dieser Anleitung http://redmine.froxlor.org/projects/froxlor/wiki/FCGID_-_handbuchnach, folgendem Befehl ausgef?hrt habe a2dismod php5 bekomme ich nur eine "PHP" Seite. Hier sind die ersten Zeilen: <?php /** * This file is part of the Froxlor project. * Copyright (c) 2003-2009 the SysCP Team (see authors). * Copyright (c) 2010 the Froxlor Team (see authors). * * For the full copyright and license information, please view the COPYING * file that was distributed with this source code. You can also view the * COPYING file online at http://files.froxlor.org/misc/COPYING.txt * * @copyright (c) the authors * @author Florian Lippert <flo@syscp.org> (2003-2009) * @author Froxlor team <team@froxlor.org> (2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Panel * */ define('AREA', 'admin'); require './lib/init.php'; if ($action == 'logout') {
June 30, 201511 yr Dann hast du vergessen in Froxlor einzustellen, dass Froxlor selbst auch via FCGID erreichbar sein soll. Siehe http://redmine.froxlor.org/projects/froxlor/wiki/FCGID_-_handbuch#Froxlor-vHost-einrichten [...] Damit das auch funktioniert, ist noch folgendes einzustellen:In Froxlor einloggen, dann Einstellungen >> FCGID >> Konfiguration und dort die Checkbox ''Verwende FCGID im Froxlor Vhost'' aktivieren.[...]
June 30, 201511 yr Author Stimmt, das war es.. Ich bekomme jetzt aber "oben" und "unten" Felder mit Folgendem Inhalt angezeigt: Edit: Cron lief scheinbar nicht an PHP warning/error #2 session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/froxlor/lib/functions/froxlor/function.phpErrHandler.php:35) /var/www/froxlor/lib/init.php:202 PHP warning/error #2 Unknown: open(/var/customers/tmp/froxlor.panel//sess_9fa329358ce5cea05e99240f0199d5ca, O_RDWR) failed: Permission denied (13) Unknown:0 PHP warning/error #2 Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/customers/tmp/froxlor.panel/) Unknown:0
June 30, 201511 yr - gibt es /var/customers/tmp/ ? - gibt es /var/customers/tmp/froxlor.panel/ ? - hat /var/customers/tmp/froxlor.panel/ den Owner "froxlorlocal"? - etc.etc.etc
June 30, 201511 yr Author Unter Froxlor funktioniert es, wie ich geschrieben hatte. Allerdings wenn ich z.B. Phpmyadmin oder andere Seiten, die auf PHP basieren ?ffnen m?chtebekomme ich entweder eine Wei?e Seite oder den PHP Code angezeigt.
June 30, 201511 yr Bitte befasse dich damit, was FCGID bedeutet und schau dir dann die entsprechend vhosts an. Froxlor erstellt nur f?r Domains die in Froxlor hinterlegt sind entsprechende Configs. Wenn du z.B. phpMyAdmin ?ber apt installierst o.?. musst du selbst f?r korrekte Configs sorgen.
June 30, 201511 yr Author Scheint zu funktionieren. Habe aber noch eine Frage, wenn ich FCGID nicht f?r den Froxlor vHost nutzen m?chte, muss ich dann dennoch php5 mittels dem oben genannten Befehl deaktivieren? Danke
July 1, 201511 yr Nicht so ungeduldig, wir sind hier nich bei der Arbeit. Wennndu fcgid nicht f?r froxlor nutzt brauchst du wohl zus?tzlich noch mod_PHP, also nein, nicht deaktivieren.
Archived
This topic is now archived and is closed to further replies.