Search results

  1. Unique_Eric

    Mod_Pagespeed Downside?

    Hi bloom360 As NiteWave said, website fast is most important. There is a wiki compare Pagespeed and LS CACHE, which you should use/enable. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:compare_pagespeed_and_lscache
  2. Unique_Eric

    Pagespeed config

    Hi, it's works on my site by following steps. Step 1: I copied your rules to LSWS native PageSpeed settings due to without control panel environment. pagespeed FileCachePath /tmp/lshttpd/pagespeed; Pagespeed EnableFilters rewrite_css,combine_css; Pagespeed EnableFilters recompress_images...
  3. Unique_Eric

    Help About OCSP Stapling

    LiteSpeed enable ocsp-stapling wiki Please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:ocsp-stapling
  4. Unique_Eric

    QUIC ERROR

    PageSpeed module should not be conflict to QUIC. Have you checked QUIC enabled from your chrome://flags/? Which URL you are trying? Any errors from logs/error.log?
  5. Unique_Eric

    Cannot enable gzip compression

    Generally, if e.g. text/js can not find in $SERVER_ROOT/conf/mime.properties then text/* not include it, you still need to add by yourself.
  6. Unique_Eric

    GZIP Compression Levels

    Suggest using monitor tools. It may let you clear how much your system's CPU & Memory used by LiteSpeed Web Server, then compare different settings.
  7. Unique_Eric

    [Resolved] Redirect WebAdmin console to https

    Hi zaggor, I tried to add this in to OpenLiteSpeed Admin Console>Virtual Hosts > Rewrite > Rewrite Rules, and it works for me: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L] Which LSWS edition are you using? Also just make sure you have enabled...
Top