Search results

  1. N

    litespeed running but no website open

    in lsws.txt: so CloudLinux is running ? please Check If The "nobody" User Is Being Limited By LVE: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cloudlinux:lve-limiting-nobody-user
  2. N

    [Resolved] abort request..., code: 4

    does uploading small file succeed ? how about upgrade 5.0.18 to latest 5.1.9 ?
  3. N

    Numerous restarts for 503 errors, etc. Abysmal performance. Help!

    most of configuration looks default value (that's fine and recommended). please follow the 503 wiki page to see if you can find anything. are you using cloudlinux php selector ?
  4. N

    Numerous restarts for 503 errors, etc. Abysmal performance. Help!

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:503-errors
  5. N

    Images swapping on IOS - Litespeed 5.0.19

    please refer following post in this thread:
  6. N

    About LiteSpeed server install and Wordpress

    1) usually the downtime is 0 -- and you can switch between apache and litespeed any time later; 2) no, monthly license fee only. 3) litespeed cache plugin is an option, you can keep all your current plugins 4) you can think LSCache is an additional module for litespeed web server. need purchase...
  7. N

    Images swapping on IOS - Litespeed 5.0.19

    did unit tests on apache Apache/2.2.15 and lsws 5.1.9: ExpiresDefault "access plus 604800 seconds" in .htaccess will result 2 response headers, for example: Apache/2.2.15: Cache-Control: max-age=604800 Expires: Tue, 11 Oct 2016 11:00:42 GMT litespeed: Cache-Control: public, max-age=604800...
  8. N

    Images swapping on IOS - Litespeed 5.0.19

    Yes, it looks like ExpiresDefault "access plus 604800 seconds" in .htaccess has caused the trouble for IE 11 or Edge browser, but 1) other browser like Chrome has no such issue 2) can't see any cache response header in Edge for the dynamic homepage, but Edge's browser cache will keep login...
  9. N

    per user web directories - no cpanel, no apache

    can you give an example of the issue ? it's easier to discuss. it's same as apache. you can search apache's document on net.
  10. N

    Images swapping on IOS - Litespeed 5.0.19

    received PM from user, looks I can reproduce the issue on Edge, but not an issue on Chrome. but user said it's ok under apache with Edge. looks relating to detectBrowser() javascript, logout ,Set-Cookie etc. communicating with user in progress.
  11. N

    Purge in WordPress cache plugin

    the script basically delete all cache files created(modified) 24 hours ago. for example you gave, lscache folder is /home/username/lscache/domain.tld/ the usage is: #/usr/local/lsws/admin/misc/cleancache.sh /home/username/lscache/domain.tld/ you can do it manually by run normal unix/linux...
  12. N

    Images swapping on IOS - Litespeed 5.0.19

    how can I (we) reproduce the issue without any information of your website ?
  13. N

    LSCWP version 1.0.2

    is lscwp latest version 1.0.10 ?
  14. N

    Hung Process Help

    yes, this is what we want to know first. new php process will be stared on demand. if there are enough idle php processes available, no need start a new php process.
  15. N

    Tips on Using EasyApache ?

    EA 3 or EA4 ?
  16. N

    per user web directories - no cpanel, no apache

    can you send a link of the document with apache(or nginx) ? it should apply for litespeed as well. since it's basically a apache drop-in.
  17. N

    per user web directories - no cpanel, no apache

    maybe what you're looking for is: lsws web admin -> Configuration -> Virtual Host Templates -> PHP_SuEXEC document about it: https://www.litespeedtech.com/docs/webserver/config/templates https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:virtual-host-template you can...
  18. N

    Images swapping on IOS - Litespeed 5.0.19

    that's ok. we need reproduce and confirm the issue first.
  19. N

    Does noconntimeout require specifying the path?

    if you run those command manually, what's the URLs ? following ? domain.com/deferred.php domain.com/library/folder1/script1.php domain.com/library/folder1/folder2/script2.php
Top