Search results

  1. M

    [Resolved] Litemage configuration on cPanel with https ?

    You can use CacheRoot .lscache it will create ".lscache" directory under each new account's home directory. no need to change cpanel3-skel, and it does not matter it is mounted inside user's cage or not, it is use by web server only. just give it a try see if it works properly or not.
  2. M

    [Resolved] LS Enterprise lsphp5 permissions

    I am sure it is an umask issue, the command should be sudo umask you are likely getting "0027" .
  3. M

    [Resolved] LS Enterprise lsphp5 permissions

    you can try "sudo env | grep UMASK", or try "sudo mkdir temp_dir", see what permission you get for the temp_dir, then remove the temp_dir .
  4. M

    [Resolved] LS Enterprise lsphp5 permissions

    Are you building lsphp5 from webadmin console? you are talking about permission of /usr/local/lsws/lsphp5/ directory? It looks like a umask issue with root user. please check "env | grep UMASK"
  5. M

    Content Coding Error/ERR_CONTENT_DECODING_FAILED! Need help

    Please keep an eye on /dev/shm free space, may be it is due to running out of disk space. change static cache swap space to a partition with more space. We need a reliable way to reproduce this issue to figure out the root cause.
  6. M

    OCSP_basic_verify() failed: error:27069076:OCSP routines:OCSP_basic_verify:signer certificate not fo

    For the purpose of diagnose, can you try manually append the CA certs to the site cert file, then restart server, see if the problem fixed or not. How is the CA certs configured currently, through "SSLCACertificateFile"?
  7. M

    [Resolved] Corrupt gzip trailer(magento)

    Not sure you have upgrade or not, the home page still have some problem with compression, if you did upgrade to the latest build of 5.1.6, we may need to login to the server to figure out the problem. looks like a bug in our ESI block pre-compression code. Please contact bug@litespeed... , or...
  8. M

    5.1.6

    Maybe it is due to the vps detection code, we intentionally do that in a child process forked, it wont affect normal service.
  9. M

    5.1.6

    Please send us bug report email and core file.
  10. M

    OCSP_basic_verify() failed: error:27069076:OCSP routines:OCSP_basic_verify:signer certificate not fo

    Please check the cert file, see if it have multiple certificates there (chained file).
  11. M

    OCSP_basic_verify() failed: error:27069076:OCSP routines:OCSP_basic_verify:signer certificate not fo

    Have you tried chained certificate file? concat the Comodo CA bundle to the end of site certificate file? Have you update LSWS? from which version? Did it work with other version?
  12. M

    [Resolved] Corrupt gzip trailer(magento)

    Can you please try 5.0.18 or 5.1.6?
  13. M

    5.1.6

    Please update to latest build of 5.1.6, should be fixed. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.1.6
  14. M

    5.1.6

    Please forward us bug report emails.
  15. M

    Bug on upgrade to 5.0.18

    Thanks for the bug report. We will have it fixed with next build.
  16. M

    [Resolved] Corrupt gzip trailer(magento)

    Does browser open the page OK? What is the online test tool used?
  17. M

    Litespeed Dont Show Error 508

    Yeah, litespeed dynamically adjust "Max connections" when CL LVE limit reached to avoid giving 508 error to end users.
  18. M

    Litespeed modsecurity xmlrpc.php rule ?

    scan response body feature will be added, maybe in 5.2.x .
  19. M

    Litespeed modsecurity xmlrpc.php rule ?

    No, it is not supported as it requires scanning response body.
  20. M

    TLS 1.2 and SHA-256 Compatibility

    litespeed binary is statically linked against OpenSSL 1.0.2h, it does not use the OpenSSL library coming with the system. You can just find out the version of OpenSSL used by PHP through phpinfo(). If it is not the version you need, you need to compile OpenSSL 1.0.2h from source, then build...
Top