Search results

  1. N

    [Resolved] upgrade from 5.0 to 5.1 is possible?

    yes, 5.1 still in beta, but it's product ready. 5.1 will replace 5.0 eventually, and may be soon.
  2. N

    [Resolved] php is trowing the mysql module error if cagefs is enabled

    great. an cloudlinux issue. Thanks for update.
  3. N

    My server High Load problem & fails

    for google bot header, yes, "X-Litespeed-Cache: miss" header in it. if a URL is not accessed by anyone yet, no cache yet, this header is correct. how about access it 2nd time right after access it 1st time ? you'll see "X-Litespeed-Cache: hit" header. if you still see "X-Litespeed-Cache...
  4. N

    My server High Load problem & fails

    the output cut off top lines which also what I want to check. looks like load not high from the output --- then not helpful to identify your high load issue. I've read the screenshots one by one in your initial post, didn't find any unusual. that's why I asked for "top -c" output. it looks...
  5. N

    My server High Load problem & fails

    what's xenforo cache plugin ? can you post a "top -c" screenshot during high load ? can you provide the lsws web admin ( :7080), xenforo back end etc access ? this will speed up the trouble-shooting process a lot.
  6. N

    My server High Load problem & fails

    in https://www.litespeedtech.com/support/forum/attachments/2-jpg.797/ one website's WaitQ is 1351 should be this website caused the high load. should focus on optimizing this website's performance. is this a PHP site ? wordpress site ? usually optimization comes from php / mysql, also if it's...
  7. N

    outlook365 audtodiscover issue

    can you share how do you fix it ? so others may benefit when they google here.
  8. N

    outlook365 audtodiscover issue

    not clear what the issue is. how web server (litespeed or apache) linked with outlook 365 ?
  9. N

    Monitoring WaitQ

    you can read and parse /tmp/lshttpd/.rtreport* for 2-CPU license, it's 2 files: .rtreport .rtreport.2 4-CPU, there are 4 files: .rtreport .rtreport.2 .rtreport.3 .rtreport.4 and so on ...
  10. N

    [Resolved] WordPress WooCommerce website LSCache

    set up a test wordpress site: wordpress 4.5.3 only 2 plugins: iThemes Security lscache for wordpress lscache works with "iThemes Security", no conflict found.
  11. N

    [Resolved] WordPress WooCommerce website LSCache

    I think all the answer is Yes. all of them are php related, regardless which web server running, apache , litespeed or nginx
  12. N

    [Resolved] WordPress WooCommerce website LSCache

    update: 1) lscache never succeed on this wordpress site -- the home page always get "X-Litespeed-Cache:miss" response header while total lscache size on hard disk keeps increasing. the result, after enable lscache plugin, the site became slower; while other wp sites without lscache...
  13. N

    installation problems..looks like is not simply a drop in apache replacement :-(

    you can PM me the server's access (ssh root, lsws web admin), I can login to see if I can find anything. in most cases, it only takes a few minutes to install lsws and replace apache, most wok are done automatically, especially for a WHM/cPanel server.
  14. N

    [Resolved] WordPress WooCommerce website LSCache

    use forum's PM ("Start a Conversation") to send me ssh root litespeed web admin ( :7080) wordpress admin backend
  15. N

    [Resolved] WordPress WooCommerce website LSCache

    it's weird issue ... lscache should have your website run faster than before. you can give me access to your server so I can take a check for you. is it easier to switch back to nginx + apache ? how did you test the speed ? I need reproduce the issue.
  16. N

    [Resolved] Redirect non-WWW to WWW using httpd.conf

    there should be no difference between apache and litespeed regarding this topic. I think method 2 or 3 are fine. I don't think "too heavy handed"(?) -- this rewrite rule is light weight.
  17. N

    [Resolved] WordPress WooCommerce website LSCache

    yes, shouldn't be a problem. have you found any one so far ? lscache is an wordpress plugin, you can use it or other wordpress cache plugin. lscache wordpress plugin need web server is litespeed with lscache option, don't work with other web server though.
  18. N

    [Resolved] WordPress WooCommerce website LSCache

    ok, please wait for sales to handle it ... they'll be online at 8:30 am EDT (New York time zone).
  19. N

    Purge Issues

    for https://<domain>:8443/karl-test.png, can you try following command to purge (run the command on the web server): #curl -v -X PURGE -H "host:www.domain.com" https://12.34.56.78:8443/karl-test.png assume: 1) 12.34.56.78 is www.domain.com's IP. 2) the image is accessed from outside by...
  20. N

    [Resolved] WordPress WooCommerce website LSCache

    no separate lscache module --- it's already included in lsws enterprise binary, just need enable it. your serial no is same after you purchase the option. your lsws web server will communicate with our license server and enable lscache option. for same mechanism, if you upgrade your license to...
Top