Search results

  1. N

    Litespeed license key update ?

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:admin:command-reference#license_commands
  2. N

    LiteSpeed Installation requirements ?

    please take a look: https://store.litespeedtech.com/store/cart.php please ensure your VPS is in the list: "KVM, HyperV, Virtuozzo, OpenVZ VPS, XEN, VMWare and UserModeLinux VPS" also please notice the "RAM Limit" and "Concurrent Connections"
  3. N

    404 when upgrading LiteSpeed

    yes, not support macOs any more. looking at the download page: https://www.litespeedtech.com/products/litespeed-web-server/download only Linux and FreeBSD are supported.
  4. N

    Caching period

    I refreshed https://graphic-cv.com/ a few times, every time I can see x-litespeed-cache-control header but have noticed 4 values: no-cache no-cache,esi=on miss hit in your screen shot ( http://prntscr.com/jtmtqp ), the value is "no-cache" this looks new to me as well. I thought either miss or...
  5. N

    the configuration for that look like?

    which RC2 ? can you give the link for "RC2 that you have the ability to customize the access log format"
  6. N

    Strange Wordpress Posts Display Issue

    this is easy to understand though. Logged in: wo_posts.post_status = 'publish' OR wo_posts.post_status = 'private' Logged out: wo_posts.post_status = 'publish' so logged in user can see posts with post_status='publish' + ''private' while logged out user(guest) can see posts with...
  7. N

    [solved] CORS Issue

    looks like the issue already resolved: ~>curl -I https://soldiersbestfriend.org/wp-content/themes/Divi/core/admin/fonts/modules.ttf HTTP/1.1 200 OK Date: Wed, 06 Jun 2018 03:50:40 GMT Content-Type: font/ttf Content-Length: 92400 Connection: keep-alive Set-Cookie...
  8. N

    Strange Wordpress Posts Display Issue

    first you need confirm it's litespeed related issue. ask your host to switch to apache for a short while, see if this issue also exists. if still exists, it's likely a pure php/mysql issue, regardless web server being litespeed or apache or nginx.
  9. N

    [solved] CORS Issue

    how about try the simple one first: Header set Access-Control-Allow-Origin "*"
  10. N

    [solved] CORS Issue

    what's the content of wp-content/themes/Divi/core/admin/fonts/.htaccess ?
  11. N

    [solved] CORS Issue

    but ~>curl -I https://soldiersbestfriend.org/wp-content/themes/Divi/core/admin/fonts/modules.ttf HTTP/1.1 200 OK Date: Tue, 05 Jun 2018 14:13:14 GMT Content-Type: font/ttf Content-Length: 92400 Connection: keep-alive Set-Cookie: __cfduid=d2a5bd3821563221e212edf26a24c2ba51528207994; expires=Wed...
  12. N

    [solved] htaccess environment variable assignment fails in LSWS but works in Apache

    please go https://www.litespeedtech.com/support/forum/threads/cors-issue.16412/#post-102562 to follow up
  13. N

    [solved] CORS Issue

    for rules in https://www.litespeedtech.com/support/forum/threads/solved-htaccess-environment-variable-assignment-fails-in-lsws-but-works-in-apache.16382/#post-102554 RewriteCond %{HTTP:Origin} ^http(s)?://(.+\.)?(domain1.com|domain2.com)$ RewriteRule \.(otf|ttf|eot|woff)$ - [E=THE_ORIGIN:%0]...
  14. N

    [solved] How do I change Litespeed password?

    do you mean web admin username / password ? /usr/local/lsws/admin/misc/admpass.sh to reset it.
  15. N

    Rewrite help

    2nd one looks best to me. but looks there is an extra } in it ? should be RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} ^www\.mydomain\.com$ [NC] RewriteRule ^(.*)$ https://mydomain.com/$1 [R=301,L]
  16. N

    [solved] htaccess environment variable assignment fails in LSWS but works in Apache

    I can reproduce the issue in lsws 5.2.6 and 5.2.7, and Apache/2.4.33 in summary: SetEnvIf directive is ignored if it's in FilesMatch block, as if it doesn't exist, in litespeed 5.2.6/5.2.7 if it's out of FilesMatch block, it will work like apache 2.2/2.4 for the workaround, you can use rewrite...
  17. N

    oom killer on litespeed processes

    cludlinux lve PMEM = 512M, too small. increase it, or set it to 0 (unlimited), see if those errors will be gone.
  18. N

    oom killer on litespeed processes

    what's the cloudlinux's lve settings for user id 1421 ?
  19. N

    Very high load on Litespeed Web Server

    since all lsphp process running as nobody user, you can set lsphp in non-suExec mode. what's your current settings in lsws web admin->Server->General->PHP suEXEC ?
  20. N

    500 Error when saving specific process

    how did you build or install lsphp ? if you install lsphp via rpm ( https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:rpm ) iconv.so is in lsphp56-common for example. then just run #yum install lsphp56-common will solve it.
Top