Search results

  1. R

    How to update from 5.1 to latest version?

    Hello, Currently my server is running LiteSpeed 5.1.12. I've just paid for a year update, may I know what is the best way or how can I update to the latest version? Thanks.
  2. R

    Differences Between 5.0 and 5.1?

    Hello, I see that 5.0 is still being maintained even though 5.1 is already available. May I know what are the differences between the 2 versions and why should one continue using 5.0? Is it because 5.1 has additional features but 5.0 is theoretically faster than 5.1? Thanks.
  3. R

    Check Version and Build Number

    There is no way to see this information in WebAdmin?
  4. R

    Check Version and Build Number

    Hi, May I know how do we check the current installed version and build number for LiteSpeed? At the Version Management in LiteSpeed WebAdmin Console, I can only see "5.0".
  5. R

    [Resolved] net:ERR_CONNECTION_RESET

    The problem seem to have been solved by clearing the cookies. Once the cookies on the browser is cleared, my partner stopped experiencing this problem.
  6. R

    [Resolved] net:ERR_CONNECTION_RESET

    How can I capture debug logging and send it to you to investigate on this problem?
  7. R

    [Resolved] net:ERR_CONNECTION_RESET

    We've finally made the move to upgrade to LiteSpeed 5 and my partner has also experienced this problem in Chrome but weirdly I haven't seen this happening on my computer. Please see attached screenshot. Another one.
  8. R

    [Resolved] Header set Content-Type Not working

    Thanks yes it works when overriding using PHP.
  9. R

    [Resolved] Header set Content-Type Not working

    The below htaccess runs the GoogleFontsCSS file as PHP and parse as CSS in browser does not work. https://github.com/DaAwesomeP/php-offline-fonts/blob/master/fonts/.htaccess Checking the headers with Firebug shows that the GoogleFontsCSS file content type is "text/html; charset=UTF-8" while it...
  10. R

    POLLIN is turned off?

    I get a WARN message from LiteSpeed WebAdmin Console. "[46.53.17.236:10248-0] Oops! POLLIN is turned off for this HTTP connection while reading request, turn it on, this should never happen!" What is POLLIN and how do I turn it on?
  11. R

    Gzip Not Enabled in HTTPS

    So it is very likely a 5.0 RC1 bug? Update: Rolled back to v4 and gzip instantly came back. Take note of this gzip bug on v5 RC1.
  12. R

    Gzip Not Enabled in HTTPS

    Running LiteSpeed 5.0 RC1 Ent. When my site was running in HTTP, gzip at server level was working. After moving my site to full HTTPS, gzip is not working even though it shows enabled in WebAdmin Console. Other virtual hosts don't have this problem, except for this particular one that is...
  13. R

    SSLHonorCipherOrder

    Is there any possibility to manually use this patch on current the LiteSpeed?
  14. R

    SSLHonorCipherOrder

    Thank you for the information. I thought the order of the cipher has got something to do with an odd result of a SSL tester. Hopefully you can shed some light on it. I would like to use the cipher suites that CloudFlare uses which is...
  15. R

    SSLHonorCipherOrder

    Is there an option in LiteSpeed that is equivalent to SSLHonorCipherOrder? "When choosing a cipher during an SSLv3 or TLSv1 handshake, normally the client's preference is used. If this directive is enabled, the server's preference will be used instead."...
  16. R

    Merging s-maxage and max-age

    I currently have this in my htaccess: <IfModule mod_headers.c> Header set Cache-Control 's-maxage=604800' </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/html A86400 </IfModule> HTTP headers will show as... Cache-Control: s-maxage=604800...
  17. R

    Possible to change .htaccess filename?

    I read that it is possible to change .htaccess filename to a different one if using Apache. http://www.electrictoolbox.com/change-htacces-filename-apache/ May I know if this is possible with LiteSpeed? If yes, will the example given from the URL above work?
  18. R

    Double Vary Accept-Encoding in HTTP Headers

    I am seeing a double Vary Accept-Encoding in my website's HTTP headers. May I know where should I check or how to remove one of it?
  19. R

    Caching Query String

    My website that runs on Wordpress has WP Super Cache plugin installed and it is great because it creates a static HTML file and serves it to visitors which is really fast. The problem I am experiencing is I run another plugin that generates URL with query strings such as...
  20. R

    Nobody process in LS 4.2.2

    Its correct. It work fine on older version so obviously its setup OK.
Top