Posts by Nuxwin


    Вопросы, вопросы, вопросы.... И ничего по существу. Частично ответ содержится в названии темы, а если откровенно - не нравится мне аяксэксплорер и всё тут. С вами такого не бывает? Всё всегда устраивает?
    Да, можно пользоваться удалёнными менеджерами, учитывая, что стоит свой и кушает определённые ресурсы. Конечно ещё можно всё прописывать ручками, не используя панелей и прочих "плюшек". Вопрос знаний, привычки и запросов толкает искать оптимальных для себя решений.


    Hello ;


    It's easy to create an i-MSCP addon for net2ftp. I can create it and push in on packagist ( https://packagist.org/search/?q=iMSCP ) since all our addons are packaged as composer packages.


    I'll try to do it that night.


    Thank you for using i-MSCP

    Bonjour ;


    Comme je te l'ai déjà dit:


    Pour se protéger des attaques DoS (avec Apache) tu peux installer


    mod_evasive et Fail2ban


    Une documentation en Français est disponible ici https://www.isalo.org/wiki.deb…/index.php?title=Fail2ban


    En ce qui concerne les processus Apache:


    Tu utilise le MPM ITK et il est normal que le nombre de processus soit ajusté selon le nombre de requêtes que tu reçois. Les processus seront tués automatiquement lorsqu'ils ne seront plus utilisés.

    Hello ;


    The message tells you that Roundcube is unable to connect to your IMAP server. Are you using external DNS servers?


    1. Check that your IMAP server is running
    2. Check that you have an A DNS record pointing to your server as follow:


    imap.<BASE_SERVER_VHOST>. IN A <your_ip>


    Here, <BASE_SERVER_VHOST> must be replaced with the value as specified in your imscp.conf file for the BASE_SERVER_VHOST parameter.


    You must also have an A DNS record for the smtp server:


    smtp.<BASE_SERVER_VHOST>. IN A <your_ip>


    Here, smtp.<BASE_SERVER_VHOST> must be replaced with the value as specified in your imscp.conf file for the BASE_SERVER_VHOST parameter.


    PM me if you want teamviewer support.


    Thank you for using i-MSCP.


    Please use 1.1.0-RC release :)


    Hello ;


    gOOvER
    It's not fixed in last RC release. It's only fixed in master. ;)


    DZII
    Look the CHANGELOG for master on our repository and you will see :


    - Fixed: Duplicate entries in sources.list file (Ubuntu)


    This bug comes from previous versions of the i-MSCP installer that added the same component (section) in any repository with same base and distribution. The i-MSCP stable version and the last i-MSCP RC version are both affected by this bug.


    For instance, if you have such thing in your sources.list:


    Code
    1. deb http://fr.archive.ubuntu.com/ubuntu/ quantal main universe multiversedeb http://fr.archive.ubuntu.com/ubuntu/ quantal multiverse


    Then, you get a duplicate entries error. Here, we added the multiverse component twice for the same repository ( http://fr.archive.ubuntu.com/ubuntu/ quantal )


    But this:


    Code
    1. deb http://fr.archive.ubuntu.com/ubuntu/ quantal main multiverse
    2. deb http://fr.archive.ubuntu.com/ubuntu/ quantal universe


    Is correct.


    Note: The fix included in our development branch (master) doesn't repair your broken sources.list. You have to do that manually. Of course, the fix included in master fix the bug that cause the duplicate entries error.


    Edit: I'm wondering if the lookup is done on the base and the distribution, or only on the distribution. In later case, I'll arrange my fix. I'll perform some tests.


    Thank you for using i-MSCP


    Reloading has no effect. If there's no instance (php-cgi) in the corresponding user's context running, you have to do nothing :-) The next request is served by a "fresh php-child" that covers your changes.
    If there is at least one active instance you have to kill it - or you have to restart apache (which in fact for the cgi-child is the same).


    I'll process some test. ;)


    Thanks