Posts by fulltilt

    Will this survive changes via the panel?

    Will this work for every domain, once apache saw that one Protocols line?

    yes, you can add this to the template files

    Code
    1. nano /usr/local/src/imscp-1.5.3/configs/debian/apache/00_nameserver.conf
    2. nano /etc/imscp/apache/00_nameserver.conf
    3. # add below Hide server information
    4. Protocols h2 h2c http/1.1
    5. nano /usr/local/src/imscp-1.5.3/autoinstaller/postinstall/php_apcu.sh
    6. # below:
    7. sudo phpenmod apcu
    8. # add
    9. sudo a2enmod http2

    I've been using a modified 1.5.3 (2018120800) with debian 10 for a while, there is lot of stuff to adapt but it works very well.

    Has anyone already tested i-mscp on debian 11?

    it seems the DKIM plugin should be set enabled :-)

    Code
    1. nano /etc/spamassassin/v312.pre
    2. loadplugin Mail::SpamAssassin::Plugin::DKIM
    3. # run
    4. sa-update -D
    Code
    1. Jul 29 09:30:08.713 [26516] dbg: diag: updates complete, exiting with code 0

    I received same message as above

    when I run

    Code
    1. sa-update --channel updates.spamassassin.org

    it shows

    the issue started after the aspell security update

    https://linuxsecurity.com/advi…-security-update-18-04-19


    any idea?

    installtion works, but afterwards when create a new reseller or client the panel shows

    Code
    1. Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/imscp/gui/library/vendor/Zend/library/Zend/Form.php on line 1173 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/imscp/gui/library/vendor/Zend/library/Zend/Form.php on line 1690

    seems the ZEND library conflicts with composer 2.x ...

    any idea?