Search results

  1. M

    [Resolved] net:ERR_CONNECTION_RESET

    We need to somehow reproduce this or capture some debug logging when it happens to find out what is the root cause.
  2. M

    [Resolved] net:ERR_CONNECTION_RESET

    How about firefox? It is more likely a HTTP/2 protocol error. Can this problem be easily reproduced? If yes and you would like, please make temp root access available to the server. We need to investigate.
  3. M

    Cloudlinux LVE support in lsws 5

    Yes, and the steps how you verify it, please.
  4. M

    Cloudlinux LVE support in lsws 5

    Please switch back and forth between 4 and 5, see if it only break with 5. if yes, we may need to login to take a look. We have so many customers using CloudLinux CageFS, no other bug report so far.
  5. M

    Cloudlinux LVE support in lsws 5

    LVE CageFS requires suEXEC, that's as designed. 4.2.x require suEXEC as well.
  6. M

    LiteSpeed CGI Daemon Auto start options

    "Through CGI Daemon (async)" is for server with extreme high I/O wait, it prevent server from blocking when call "fork()" system call. If you server's I/O wait is not high (less than 10%), you wont see big difference.
  7. M

    PHP 7.0.0alpha1 and SuEXEC

    Added "php7" to the list. will be available in next build of 5.0, should be build 21. Will make the list configurable.
  8. M

    Licence Validation Failing

    This bug should have been addressed with 5.0 build 19 .
  9. M

    LiteMage cache on Magento Enterprise

    From what we knew, Magento EE has the same hooking points as CE, thus our Cache should work with both EE and CE. However, we have not get a chance to deploy LiteMage to a Magento EE real-world site yet. So, there could be small glitches here and there with EE platform, we will fix them once...
  10. M

    cloudfront CDN and GZIP

    as long as Cloudfront forward Accept-Encoding: gzip request header, LiteSpeed will return compressed data to Cloudfront.
  11. M

    SSI does not appear to be working

    Please download http://www.litespeedtech.com/packages/dbg/lsws-5.0-ent-x86_64-linux-dbg.tar.gz unpack, then run install.sh to upgrade you current LSWS installation.
  12. M

    SSI does not appear to be working

    We want to include a few more bug fixes into a new build, maybe beginning of next week. But we have intermittent build if you want to have that issue resolved sooner.
  13. M

    SSI does not appear to be working

    There is a bug in SSI variable handling for 5.0, fix will be in next build. If it is not related to SSI variables, "set" and "echo" related, please send us a test script, so we can try to reproduce the problem.
  14. M

    How to disable SSI in litespeed+apache style configs?

    Try Options -Includes in configuration section of that vhost.
  15. M

    please increase LSAPI_CHILDREN

    You should be able to access the admin panel at port 7080 if it has not been changed. Do you manage your server yourself? using host control panel? Or, somebody else manage it for you. Who installed LiteSpeed for you? Any real problem with your site?
  16. M

    [Resolved] 404 on all new websites

    no need to rebuild lsphp or restart lsws.
  17. M

    [Resolved] 404 on all new websites

    Maybe you can run easyApache with "File Protect" checked. only the combination of ruid2 + file protect causes trouble. If still have problem, you should open a ticket with cPanel regarding this.
  18. M

    [Resolved] .htaccess problem under LiteSpeed, not parsing variables in 'Header set link' instruction

    Please try latest build of 5.0, should work now. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0
  19. M

    HTTPS All Connections in Use

    It could be due to HTTP/2 need to keep one connection open to each user for longer time. Please check the number of established HTTPS connection with command netstat -an | grep 443 | grep ESTA | wc if it is pretty close to the number in the real time status, it is not a bug. Otherwise, we...
  20. M

    [Resolved] 404 on all new websites

    If you use Apache with mod_ruid2 or mod_itk, you may need to run /scripts/disablefileprotect, or, you can run easyApache again without mod_ruid2 or mod_itk enabled.
Top