Posts by nomix

    I need php 5.3 for one website to migrate it from an old confixx-server.


    But i get an error if i run the compile-command for 5.3


    Do you have any idea what the problem is?

    And a solution for this problem.


    Same problem on every new installation I did.


    Server is running debian 9

    PRETTY_NAME="Debian GNU/Linux 9 (stretch)"

    NAME="Debian GNU/Linux"

    VERSION_ID="9"

    VERSION="9 (stretch)"

    VERSION_CODENAME=stretch

    ID=debian

    HOME_URL="https://www.debian.org/"

    SUPPORT_URL="https://www.debian.org/support"

    BUG_REPORT_URL="https://bugs.debian.org/"


    Everything is up to date. Server has been installed new from zero.

    Thank you for your help,
    a customer uses a system which ends in a fatal error running with fpm. Because it uses zf? and crashes as it uses ini_set to set the path from ..../phptmp to .../htdocs/data/sessions


    I know its for security reason, and i know the difference between php_admin_value and php_value.

    Hallo,
    ich bin mal wieder von FCGI zu fpm gewechselt.


    Jetzt habe ich eine Website welche nicht mehr läuft, da diese auf das Zend-Framework setzt und der session.save_path nicht gesetzt werden kann.


    ''session.save_path' is not a valid sessions-related ini setting.' gibt das PHP-Skript zurück.


    Ich habe herausgefunden, dass die Ursache für die Fehlermeldung das php_admin_value vor dem [session.save_path] ist.


    Kann ich dies einfach in php_value ändern, oder wird das jedes mal vom i-mscp bei einer konfigänderung überschrieben?


    Wenn ja wie bekomme ich das Problem zufriedenstellend gelöst?


    Viele Grüße
    Nomix

    Ich drehe solangsam durch...


    Der Proftpd hat von jetzt auf gleich eigenmächtig den Dienst eingestellt.


    daemon.log zeigt nur
    Aug 30 08:05:06 herodes proftpd[22076]: xx.xx.xx.xx (xx.xx.xx.xx[xx.xx.xx.xx]) - FTP session opened.
    Aug 30 08:05:06 herodes proftpd[22076]: xx.xx.xx.xx (xx.xx.xx.xx[xx.xx.xx.xx]) - ProFTPD terminating (signal 11)
    Aug 30 08:05:06 herodes proftpd[22076]: xx.xx.xx.xx (xx.xx.xx.xx[xx.xx.xx.xx]) - FTP session closed.


    Systemdaten:
    Debian 8.5 64bit
    i-MSCP 1.3.0
    Proftpd-Version 1.3.5b (das Update hat es leider auch nicht behoben)


    Hat jemand hinweise für mich, wo ich mal schauen könnte. Die proftpd.log ist leer. in den Systemlogs steht überall ProFTPD terminating (signal 11).
    Leider ist Google bei diesem Fehler für mich nicht sehr hilfreich gewesen.


    Nutze schon seit einigen Jahren Linux und auch Proftpd aber das hatte ich bisher noch nicht.


    Ein Purge, ein reconfigure von i-MSCP hat beides auch nicht den gewünschten Erfolg gebracht.


    Ausgabe aus Filezilla:


    Status: Verbinde mit xx:xx:xx:xx:21...
    Status: Verbindung hergestellt, warte auf Willkommensnachricht...
    Antwort: 220 i-MSCP FTP server
    Befehl: USER [email protected]
    Antwort: 331 Password required for [email protected]
    Befehl: PASS ********
    Fehler: Herstellen der Verbindung zum Server fehlgeschlagen


    Würde mich über ein paar Ideen freuen!


    Grüße
    nomix

    Ah thank you. Damn damn damn... I needed it on easyscp because of zombie php-processes. I commented it out.


    Thank you for your help.


    I tried php fpm. I had a lot of problems with it. On Site with many accesses the Server ran into 503 or 500 errors. So i switched back to fcgid cause i know how to configure it to work with a lot of users.