Posts by kivamp

    ls -la /etc/ssl/certs ?


    did you also run update-ca-certificates -f ?

    # ls /etc/ssl/certs/ISRG_Root_X1.pem

    /etc/ssl/certs/ISRG_Root_X1.pem

    update-ca-certificates -f  

    and

    dpkg-reconfigure ca-certificates

    did both, result is same :(

    # openssl verify /etc/letsencrypt/live/mydomain.com/cert.pem

    C = US, O = Internet Security Research Group, CN = ISRG Root X1

    error 2 at 2 depth lookup: unable to get issuer certificate

    error /etc/letsencrypt/live/mydomain.com/cert.pem: verification failed

    The problem is not related to letsencrypt plugin.
    It is - verify certs with openssl, which return error: "certificate has expired" or "unable to get issuer certificate" (if disable expired DST certificate).

    Trick: "$rs = 0;" after "... execute" (/var/www/imscp/engine/PerlLib/iMSCP/OpenSSL.pm:138)

    The solution is stupid, but working... :(

    Hi

    i-MSCP 1.5.3

    BASE_SERVER_IP = 0.0.0.0

    IPV6_SUPPORT = 1

    Interface configurated both IP4 and IPV6


    what's wrong with IPV6 ?
    Why getenerated zones for hosts (new hosts) without AAAA records ?

    Hi
    IMSCP 1.3.16
    /etc/apache2/sites-available/01_awstats.conf


    Code
    1. <Directory /usr/share/awstats/icon/>
    2. Options None

    ls -l /usr/share/awstats/icon/mime/document.png


    lrwxrwxrwx 1 root root 16 дек 28 2013 /usr/share/awstats/icon/mime/document.png -> notavailable.png
    (xsl|swf|document|csv|... - symbol links)


    Result: 403 to symlink icons ...


    <Directory /usr/share/awstats/icon/>
    Options FollowSymLinks


    ??

    I have updated version :(


    apache2/sites-enabled/name.tld.conf :

    Code
    1. <FilesMatch \.ph(p[3457]?|t|tml)$>
    2. RewriteCond %{REQUEST_FILENAME} -f
    3. RewriteRule .* - [H=proxy:fcgi://name.tld,NC]
    4. </FilesMatch>


    and if in .htaccess : RewriteEngine off (most CMS - admin area) - no more PHP :(