Search results

  1. M

    [Resolved] 4.1 RC Stable/Faster/Work with WHM/Cpanel?

    Yes, please update.
  2. M

    [Resolved] Comodo InstantSSL Chained CA-Bundle

    You can do that, combine all certificates in one file. If you do that, make sure to set "Chained Certificate" to "Yes".
  3. M

    [Resolved] Comodo InstantSSL Chained CA-Bundle

    "Chained Certificate" off "CA Certificate File" = $SERVER_ROOT/conf/cert/yourSERVERNAME.ca-bundle "CA Certificate Path" should not be set
  4. M

    Connection closed during long time downloads

    There is a bug related to this, fix will be in 4.0.17.
  5. M

    LSWS Keeps stopping

    You should contact sales with your IP, serial number to check the license status.
  6. M

    [Resolved] 4.1 RC Stable/Faster/Work with WHM/Cpanel?

    Should be addressed with the latest 4.1RC3 build.
  7. M

    litespeed n cloud linux issue

    Please try the latest 4.1RC3 build tonight, it should have been addressed.
  8. M

    mails from litespeed webserver restarted

    Please download and upgrade manually, we fixed a bug two days ago. If it continue to crash with the latest build, please let us know.
  9. M

    cPanel randhtml.cgi not working with LSWS SSI

    Need to change "#include virutal" to "#exec cmd", add user name parameter.
  10. M

    litespeed n cloud linux issue

    Does it happen only to 4.1RC3? have you tried other releases? like 4.0.16 .
  11. M

    Bug with Mod_security - 501 Not Implemented

    It is mod_security block request and return 501 error, you need to find out the rule, and comment it out.
  12. M

    LiteSpeed Seg Faults after FreeBSD 8.1 UPGRADE

    I upgraded FreeBSD 8.0-RELEASE amd64 to 8.1-RELEASE amd64 in our lab, LSWS 4.0.16 x86_64-freebsd6 package works fine. Can you send the core file location again to bug@litespeed....? looks like we did not get it.
  13. M

    cPanel randhtml.cgi not working with LSWS SSI

    can you please give some sample code that we could try in our lab?
  14. M

    Request CPU Limit per lsphp5

    It is really up to the OS kernel, task scheduler, cannot be done with user land application. Yes, Cloud Linux should be able to limit CPU usage at user level.
  15. M

    mod sec request body scan

    LSWS can scan the parameters in POST request body, you want something more?
  16. M

    403 Error on _some_ file uploads in 4.1RC2

    Is there any mod_security rule? Anything in error log?
  17. M

    [RESOLVED] LSWS 4.0.13 - Signal 9's gone... Signal 15's new

    wswatch may cause trouble for shared hosting environment which need to apply configuration changes frequently. For signal 15 issue, please send us the error log and lsws/logs/ap_cmd_param.log
  18. M

    4.1rc2

    random seek for mp4 video should work with the latest 4.1RC3 build now. Just change the version number in the download link to get it.
  19. M

    Possible run away process

    Does the site fetch remote content from another server? It may cause PHP process blocking on network I/O for long time. You can try "strace -tt -T -p <lsphp5_pid>", see if you can catch one error.
Top