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

    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".
  4. 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...
  5. 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?
  6. 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...
  7. 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."...
  8. 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...
  9. 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?
  10. 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?
  11. 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...
  12. R

    Nobody process in LS 4.2.2

    Was eager to remove Etags from header, so I quickly requested my server admin to update LiteSpeed to version 4.2.2. Shortly after that I noticed that I couldn't upload images from Wordpress. After reporting this problem to my server admin, he checked and found that litespeed is running some...
  13. R

    [solved] FileEtag in LSWS 4.2.2

    Just checked the release log and saw an update with this new feature: FileEtag directives have been fully supported. Does this mean we can now disable the Etags from the headers? If yes, how can we disable it?
Top