Search results

  1. 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.
  2. 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.
  3. 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