Posts by fulltilt



    check /etc/php/7.1/fpm/pool.d/* for orphaned domain config files and delete them, then restart the service

    https://www.hestiacp.com/


    Wird aktiv weiterentwickelt und man muss nicht für kostenlose dinge wie LE zahlen. Keyhelp ist nett, aber man ist wieder von nur einem Entwickler anhängig und ist in keinster weise OpenSource, da der komplette Quelltext verschlüsselt ist.

    Denke, so langsam sollte jeder einsehen, das i-MSCP ebenso Tod ist und man sollte schleunigst wechseln.

    An sich ist hestiacp nicht übel, die Client GUI ist für meinen Geschmack etwas unübersichtilich ... aber OK.

    Was mich allerdings stört ... es gibt da leider immer wieder massive Sicherheits- Lücken (CVE):

    https://www.cvedetails.com/vul…or_id-23032/Hestiacp.html

    https://vuldb.com/?product.hestiacp

    I'm currlently trying to install the latest i-mscp maintenance checkout from git on an Ubuntu 22.04 machine. In addition to


    please try:

    Please help - update i-MSCP to run on new system


    this mod works for me w/ debian 11

    plz change


    engine/PerlLib/Servers/ftpd/proftpd/installer.pm +492


    TLSProtocol TLSv1.2

    with recommended ciphersuite it should look like this:


    Code
    1. <IfModule mod_tls.c>
    2. TLSProtocol TLSv1.2
    3. TLSCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
    4. TLSServerCipherPreference on
    5. TLSSessionTickets off
    6. </IfModule>

    Nuxwin

    the setup process w/ 1.5.3-maintenance fails due to a replaced link for codemirror.

    see:

    https://codemirror.net/5/


    Version 6 is the current version and Version 5 was placed in a subfolder /5

    https://codemirror.net/5/codemirror-5.21.0.zip


    could you please adjust to the new url:

    https://github.com/i-MSCP/roun…roundcubemail/jsdeps.json


    or allow curl to follow redirects in install-jsdeps.sh:

    https://github.com/i-MSCP/roundcube/pulls


    A new installation works for me, but when I try to upgrade from an existing system then I can't log in afterwards. I guess it has something to do with the plugins or php configuration files, I'll keep investigating the cause.


    The existing system uses PHP-FPM with Apache mpm_event enabled, the error occurs w/ a Debian stretch to stretch panel upgrade ... will do a fresh & clean install now.

    ERROR: Incorrect sha1 sum of /var/www/imscp/gui/vendor/imscp/roundcube/roundcubemail/temp/js_cache/codemirror-5.21.0.zip


    try to remove the package

    Code
    1. rm /var/www/imscp/gui/vendor/imscp/roundcube/roundcubemail/temp/js_cache/codemirror-5.21.0.zip

    or clear the js_cache folder and re-run installer

    but the login problem still persists, I have switched from php7.3-fpm to php7.0-fpm ... it doesn't change anything

    Code
    1. An exception has been thrown in file /var/www/imscp/gui/vendor/zendframework/zendframework1/library/Zend/Navigation/Page.php at line 503:
    2. Invalid argument: $target must be a string or null