Search results

  1. M

    503 with litespeed admin panel

    Which version do you try? 5.0? 4.2.23? Are you using a control panel?
  2. M

    HTTP/2 Over Cleartext TCP doesn't work ?

    Firefox and chrome will use HTTP/2 by default for https connection.
  3. M

    Nginx side Litespeed

    never need to use nginx with LiteSpeed, LiteSpeed has better performance than nginx.
  4. M

    HTTP/2 Over Cleartext TCP doesn't work ?

    No major browser support H2C, it only works with special clients at this moment. It is not a sever side issue.
  5. M

    admin panel not working

    Please run /usr/local/lsws/admin/fcgi-bin/admin_php5 -c ../conf -i from command line, if any error, you need to fix it.
  6. M

    cypher recipe to remove SHA1 cyphers

    You are talking about cipher string, right? You can google Mozilla recommended ciphers.
  7. M

    Load > 4. Should I be worried?

    you are fine as long as there are enough free memory, and CPU utilization is not close to 100%.
  8. M

    admin panel not working

    just restart web server from command line /usr/local/lsws/bin/lswsctrl restart
  9. M

    [Resolved] LSWS 5.0 with cPanel/whm : no more GZIP/DEFLATE

    It is indeed a bug in 5.0, have it fixed in 5.0 build 13 after checking Rudi's server. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0
  10. M

    [Resolved] LSWS 5.0 with cPanel/whm : no more GZIP/DEFLATE

    Please contact bug@litespeed or submit a ticket with details on how to reproduce this problem. May need temp root access to investigate this issue.
  11. M

    [Resolved] max-age in response ignored?

    Fixed in latest build of 4.2.23, please force reinstall with command /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.23
  12. M

    LSLB and gzip compression?

    Yes, less data travels between LB and server will produce better result
  13. M

    [Resolved] max-age in response ignored?

    found a bug, will be fixed soon.
  14. M

    [Resolved] max-age in response ignored?

    I believe that in your test case, the MaxAge was overridden by a rewrite rule. If you have something like RewriteRule /test/test2,php - [E="Cache-Control:max-age=300] in parent directory of /test/ directory, it will override the max-age in response header. RewriteRule has higher priority than...
  15. M

    HTTPS vs HTTP

    It should be fine for regular web sites, wordpress, forum etc. For media content and serving large static file, HTTP is still preferred. HTTPS (HTTP/2) will causes high CPU load for the server, as kernel level optimization wont work, like zero-copy sendfile() call cannot be used. Anyway...
  16. M

    LSWS 4.2.23 VS mod_security

    Please force reinstall 4.2.23 see if it is fixed or not.
  17. M

    [Resolved] LSWS 5.0 with cPanel/whm : no more GZIP/DEFLATE

    Please contact bug@litespeed ... or create a ticket, we need to check your server configuration to find out what causing it.
  18. M

    [Resolved] LSWS 5.0 with cPanel/whm : no more GZIP/DEFLATE

    Please try 5.0 build 10. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0
  19. M

    Failed to load resource: net::ERR_SPDY_COMPRESSION_ERROR

    Thanks for your cooperation, this bug has been fixed in 5.0 Build 10.
Top