Posts by bubaweb

    Hi all,
    just update on 1.3.8 server (wheezy) the LetsEncrypt plugin 2.0.3


    it was working for customer on server without problem but I wanted to activate SSL also for control panel.


    I just update the plugin, and I had a activation problem for SSL panel certificate, disable and reactivate it, but now on FF I have SEC_ERROR_REVOKED_CERTIFICATE



    With Chrome is ok.


    Tried to use mix of solution but no one it's working. If I want to use it with FF I have to change about:config, but it's not the solution I need.




    All other SSL website works correctly.
    Any suggest ?
    Thx

    First of all thx for reply and explanation.


    I'm pretty sure I didnt edit file domain_dns table manually but only via control panel, but maybe I did some mistake there


    To understand where is the error I just only ask to server where is the MX for each domain.


    host -t MX example.com


    When I see more then 1 record, I think there is error.


    About ssh key, maybe I can give you root access directly o teamvewver ? I didnt setup access with key.
    root pass is ok for me and I already work with mrpink without problem.


    Right now server has 2 or 3 MX record for each domain but it works.
    Now question:
    1-There is no hurry about fix and there will be 2 server with about a total of 20 domains to check or fix. I can write to your email pass, server and domains ?
    2 - in another local test server, I disabled to do some test and understand how it works, the bind service with perl imscp-autoinstall -dar named
    The question is with no bind working, server reads all record of domain from which dns ? I just make some ping and all IP were right. This is just to know.



    Thx for this help



    just make some other test, I find the vi /etc/bind/named.conf.local
    it contains all link for each domain on server like:


    Code
    1. // imscp [xxxxxx.it] entry BEGINzone "xxxxxx.it" { type master; file "/var/cache/bind/xxxxxx.it.db"; allow-transfer { localhost; }; notify yes;};



    IF I open /var/cache/bind/xxxxxx.it.db there are all dns record:





    it this the file I have to edit ?
    I just edit it on test local server with 1.2.17 and I restart server. Edit are still there. So please only need to know if I can edit them or I will crash the server by myself =O=O
    Just to know


    last question then I go to sleep, IF I want to setup a different DNS to read the record direclty from autoritative dns, where I setup it , if it's possible ?


    thx thx and thx again for suggestion and help
    Umberto

    After upgrading all 3 small vps from 1.2.11 or 1.2.9 to 1.2.17 I had to recall all external mail server config for each domain (i used all vps,only for website hosting) only 2 or 3 with email.


    This morning I had some error with mail because all domains mail goes to wrong destination (localhost and not to external server. I already had configured all MX record, and they works correctly).


    Problem is that some custom dns config cant be deleted or edited. I have to change and remove custom dns config in customer panel, then open customer, then redit the config.
    For some customer it's ok, for other now I have 3 mx record and 2 of them I cant edit.
    Plus I had this error by email:



    Quote from server

    Dear admin,An exception has been thrown in file/var/www/imscp/gui/library/Functions/Shared.php at line 2699:=================================================================SQLSTATE[42000]: Syntax error or access violation: 1064 You have anerror in your SQL syntax; check the manual that corresponds to yourMySQL server version for the right syntax to use near ')' at line 6Query was: SELECT * FROM domain_dns WHERE domain_dns_id IN() =================================================================Debug backtrace:---------------File: /var/www/imscp/gui/public/client/mail_external_edit.php at line361Function: execute_query()File: /var/www/imscp/gui/public/client/mail_external_edit.php at line551Function: client_editExternalMailServerEntries()Additional information:----------------------Http User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0)Gecko/20100101 Firefox/44.0Request Uri: /client/mail_external_edit.php?item=6;normalHttp Referer: https://my.server.it:4443/client/domains_manage.php Remote Addr: 93.50.91.107Server Addr: 5.249.158.14____________________________________________________________i-MSCP Exception Mail WriterNote: You will not receive further emails for this exception in thenext 24 hours.


    So my question is ,may i disable all dns in the server and setup the original dns ? so server read the right config.
    Or, what is the table with wrong config ?
    Any suggestion is great


    Thx ;(;(

    I bought a rapid SSL (also I'm testing free Start SSL)
    This is what I did, and I have some trouble. If any1 can help me I will appreciate


    debian7/64 1.2.9


    • I setup private key (openssl req -new -nodes -keyout myname.key -out myname.csr ) in /etc/ssl (where is right place ?( ?)
    • I copy myname.csr text in SSL tool to generate certificate (from https://startssl.com/)
    • tool sent me 2 file: 1_root_bundle.crt + 2_FQDN.server.crt https://startssl.com/
    • I want ssl on imscp panel and web page, so I did by ssh: perl /var/www/imscp/engine/setup/imscp-setup -dar ssl
    • I give location for private key in /etc/ssl/myname.key
    • IMSCP ask for intermediate -> I copy in /etc/ssl/1_root_bundle.crt
    • IMSCP ask for SSL -> I copy in /etc/ssl/2_FQDN.server.crt
    • test on https://www.ssllabs.com/ssltest goes bad.
    • <X8|:huh:
      ?(


    • ideas and suggestion will be great...

    tia
    Ciao


    next question will be if it will works, how setup a SSL for alias domani ? arg!! :_

    I'm in trouble with rapidssl certificate.
    there is a way to see a easy guide to setup it ?
    I have the private.key
    I have public cert


    I have to understand CA/Root certificate where I can find it and WHERE I have to setup it.
    I tryed to translate from german to english but, I dont see path or other step by step suggestion.


    Thx in advance

    Thx for info and support.
    So to all user,who are searching where add php.ini, they can edit file in domain folder under /etc/php5/fpm/pool.d
    then remember to reload 'service php5-fpm reload'


    About me, no more error 500, thx
    but need a new solution for joomla 1.5
    still Strict Standards: Non-static method JLoader::import() should not be called statically in
    Thx

    I edited it own config -> vi /etc/php5/fpm/pool.d/xxxx.it.conf


    at the end of file there are this values:


    php_value[error_reporting] = 24575
    php_flag[display_errors] = on


    I changed to:
    php_admin_value[error_reporting] = E_ALL & ~E_NOTICE & ~E_DEPRECATED





    I add var $error_reporting = '22517'; to joomla configuration file...
    but now no 500 error...but still dosnt work and same error as before

    I'm tryning to setup a single php.ini for single cutomer


    i need to update this parameters due to old joomla setup:
    error_reporting = E_ALL & ~(E_NOTICE | E_WARNING | E_STRICT | E_DEPRECATED)
    var $error_reporting = '22517';


    I checked and I find a domain.xx.conf in /etc/php5/fpm/pool.d
    I edit the file but I have 500 error. :( I reaload service php5-fpm reload)



    There is way to add a php.ini simple file ? If yes, where ? because I'm going crazy (many search but no results)
    Thx


    1.2.9 debian

    I try in search option, but I find only old post.
    I have 4 customers and all of them has traffic on their website.


    I setup for all same panel password so I can check their stats.
    Everytime I try to access to stats (www.domain.tld/stats) I have a mask to insert user and pass.. but no way to enter.


    I really dont know what to check.
    thx for your help
    Ciao