Search results

  1. N

    Cache plugin roadmap

    here's cache wiki page: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache so already have plugin for Magento, WordPress and XenForo no plugin for Joomla, Drupal. but there are non-plugin solutions for Joomla when you click "LSCache" in above wiki page...
  2. N

    ModSecurity debug log level

    please try SecAuditLog
  3. N

    LSCache Plugin For WordPress with cPanel and cagefs

    you can set CacheRoot for each account like LiteMage. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:litemage:installation <IfModule Litespeed> CacheRoot /path/to/vhost/cache/root/ </IfModule> in apache config.
  4. N

    LSCache Plugin For WordPress with cPanel and cagefs

    that's latest wiki page. it's a wordpress plugin, regardless what environment your server is, cPanel / Pleask, CloudLinux / CageFS etc.
  5. N

    Need help configuring LSCache for wordpress website

    for the new plugin, no need set those "no cache urls" in your first post, it should be much convenient now. but please read carefully the document for the first time and follow it. cache policy etc is different from non-lscache-plugin solution.
  6. N

    Need help configuring LSCache for wordpress website

    have you installed latest "LiteSpeed Cache Plugin for WordPress" from https://wordpress.org/plugins/litespeed-cache/ ?
  7. N

    Differences Between 5.0 and 5.1?

    here's release log: https://www.litespeedtech.com/products/litespeed-web-server/release-log you may find out the main difference. 5.1 has more new features, while 5.0 may be more stable since without those new features. speed wise. should be no difference theoretically.
  8. N

    Restore default settings

    no. you can install a standard version on another machine for comparison.
  9. N

    Memory I/O Buffer

    here's a advice for litespeed user especially new user: don't change some default value like "Memory IO buffer" unless you're very clear what you're changing, default value already optimized and good for most servers.
  10. N

    Enable Request Filtering - good idea with mod security?

    they are same thing -- recommend to use mod_security rules called from apache's httpd.conf in this case.
  11. N

    XML RPC Windows Live Writter stopped working

    can you try this trick ? http://leiflarsen.org/2015/xmlrpc-and-windows-live-writer from your attachment: so the 300 seconds setting has taken effect: 2016-01-13 03:58:00.261 [INFO] [89.173.200.101:14881#APVH_site.com] Connection idle time: 302 while in state: 3 watching for event: 25,close...
  12. N

    XML RPC Windows Live Writter stopped working

    in ls-server-connection-tuning.png, "Connection Timeout (secs):60" please change back to default value: 300 restart lsws and test again.
  13. N

    503 errors when uploading pictures

    no core generated ?
  14. N

    503 errors when uploading pictures

    please try suggestion 2) try to get a core dump
  15. N

    503 errors when uploading pictures

    that's because xenforo's limit as you posted:
  16. N

    503 errors when uploading pictures

    can't find anything outstanding ... almost all are default values (which is good). more suggestions: 1)upload a single big picture, e.g, size=9M, will be ok ? 2)enable core dump, please refer...
  17. N

    503 errors when uploading pictures

    you can first give me access to lsws web admin( :7080), so I can get many more info from it and provide more accurate suggestion .
  18. N

    XML RPC Windows Live Writter stopped working

    can you give a screen shot of your lsphp5 ext app setting ? have you made any change to it ? and screen shot of lsws web admin -> Server -> Tuning -> Connection section. see if you've made any changes to those default values.
  19. N

    503 errors when uploading pictures

    please PM access to your server if you're ok, will try to upload 6 small images to see if can 100% reproduce the issue, if can reproduce the issue easily, should be able to dig out the root cause.
  20. N

    503 errors when uploading pictures

    in case of timeout, you can try add following RewriteEngine On RewriteRule .* - [E=noabort:1, E=noconntimeout:1] in document_root/.htaccess, see if it helps. if still 503, please refer https://www.litespeedtech.com/support/forum/threads/solved-xenforo-rebuild-attachment-thumbnails-503.12403/...
Top