Search results

  1. M

    [solved] Make Litespeed compatible with Cloudlinux's limits

    Cloudlinux limit >= litespeed limit.
  2. M

    [Resolved] .htaccess redirect 301 issue

    Please try 4.2.21 release with command /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.21
  3. M

    [Resolved] .htaccess redirect 301 issue

    We will have it fixed, should avoid using RedirectMatch when possible.
  4. M

    stderr.log message

    It is likely caused by connection to up-stream backend being closed. usually, it is harmless. Any related problem on your site?
  5. M

    "Listeners" blank when Apache port offset set to 0

    check if apache is still running? If yes, stop apache with command "killall -9 httpd", then restart LSWS. If it does not work , you should reinstall LSWS from WHM plugin, then build matching PHP.
  6. M

    RewriteRule [NS] Flag

    Our rewrite engine can takes it, but it has no effect to how request being processed as there is no sub-requests in our 4.x release. 5.x release will have sub requests.
  7. M

    How to maximize Throughput and small static content traffic

    Please check "top" output see if I/O wait is going up when traffic is high, if I/O wait is higher, means the disk sub system cannot keep up. usually, I/O wait higher than 10% will cause obvious slowing down. Also, check "netstat -s" if packet drop/re-transmission is high, your network is the...
  8. M

    [Resolved] Permissions issues with new accounts

    This problem should have been fixed now, please force reinstall 4.2.20, run command touch /var/cpanel/fileprotect
  9. M

    Jquery

    switch back to Apache see if the problem persists, if yes, it is not a litesepeed specific issue. check with browser developer tool see if any file was not served. check error log for any errors.
  10. M

    [Resolved] ssi conditional not being evaluated

    There is a bug in SSI engine, has been fixed with latest 4.2.20 build, please do a force reinstall for run command /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.20
  11. M

    RAM Disk Path

    It moves the real-time status report to the RAM disk, not the swapping directory, if you want to change the swapping directory location, you need to set it explicitly through the dedicate configuration.
  12. M

    SSL Hardware Accelerator

    since we use OpenSSL 1.0.1 now, AESNI acceleration is used by default, no need to change that configuration, it is for OpenSSL 0.9.8 . It is only speed up AES if your server CPU has AESNI support. you only see difference when HTTPS traffic is high.
  13. M

    LSWS 5 RC2 Issue w/ WordPress and SSL- SPDY

    through private message, or send email to bug@litespeed...
  14. M

    Site load speed is too slow

    Since you use PHP suEXEC and host a single large web site, you need to change "PHP suEXEC max conns", maybe to 50 or 100 http://www.litespeedtech.com/docs/webserver/config/general#phpSuExecMaxConn
  15. M

    [Resolved] Permissions issues with new accounts

    Can you tell us more about the permission problem? fileprotect removed feature is recommended by cpanel to deal with permission problem when ruid2 is enabled? do you have ruid2 enabled in easyApache?
  16. M

    LSWS 5 RC2 Issue w/ WordPress and SSL- SPDY

    I could not reproduce it in our lab, is it possible to check the server with temp root access?
  17. M

    Child process with pid: 10834 was killed by signal: 15, core dump: 0

    We could do that, but it can help us analyzing what happened when real problem happens, so we prefer leaving it there.
  18. M

    cannot load such file -- rack (LoadError)

    The error is from ruby gem, I think it is that the gem searching path was not set properly. You can write a simple rack hello world application, see if you can run it. like http://ruby.about.com/od/rack/a/Using-Rack.htm RVM is for running multiple version of ruby/rails, if you only use one...
  19. M

    Config Litespeed with HHVM FastCGI

    turn on debug logging to find out what happened.
  20. M

    Config Litespeed with HHVM FastCGI

    You can try turning off persistent connection.
Top