Search results

  1. M

    Cache folder filling up for Wordpress cache

    Please try the latest build of 5.0.13 or 5.1.3, the cache folder should be cleaned everyday. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.13 or /usr/local/lsws/admin/misc/lsup.sh -f -v 5.1.3
  2. M

    [Resolved] Problem with GeoIP & .htaccess

    Please try the latest build 5.1.3 /usr/local/lsws/admin/misc/lsup.sh -f -v 5.1.3 should be fixed.
  3. M

    IP blocking not being triggered

    my bad. thanks for the update.
  4. M

    IP blocking not being triggered

    Please try the latest 5.0.13, which should block attack passed by front-end proxy. Right now 403 error returns and IP added to black list. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.13
  5. M

    Cache folder filling up for Wordpress cache

    Yeah, we will add built-in "cron job" in the server to clean up the cache folder for each user every day.
  6. M

    Cache folder filling up for Wordpress cache

    Have you tried /usr/local/lsws/admin/misc/cleancache.sh </path/to/cache/folder>
  7. M

    [Resolved] 5.1.2 (x86/Linux) - Assertion failed in httpsession.cpp - core dumped

    Thanks for the core files. This issue should have been addressed in 5.1.3 .
  8. M

    very specific htaccess redirect - is it possible?

    It will break Apache as well, make it work with Apache, it will work with LiteSpeed.
  9. M

    very specific htaccess redirect - is it possible?

    Could be if cloudflare cached the object.
  10. M

    very specific htaccess redirect - is it possible?

    What's your solution for Apache? show us. It should work with LiteSpeed.
  11. M

    [Resolved] 404 errors after update to 5.0.2 - has to do with mod_rewrite

    A last minute change break it again. Please force update 5.0.13 again. should be fixed this time.
  12. M

    fork() failed, please increase process limit

    Anyway, you just need to increase "Process soft limit" for lsphp external app. https://www.litespeedtech.com/docs/webserver/config/extapps/lsapi#procSoftLimit
  13. M

    fork() failed, please increase process limit

    It should be part of "ulimit -a" output
  14. M

    fork() failed, please increase process limit

    check ulimit -u, it has nothing to do with ulimit -n.
  15. M

    fork() failed, please increase process limit

    You should run "ulimit -a" from a php script, to check the real value of "max user processes" applied. It is too low. Need to raise process limit for lsphp external app.
  16. M

    [Resolved] 404 errors after update to 5.0.2 - has to do with mod_rewrite

    Please try 5.0.13, /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.13 should be fixed.
  17. M

    [Resolved] 404 errors after update to 5.0.2 - has to do with mod_rewrite

    So your configuration is like I need an example exactly matching your configuration.
  18. M

    .htaccess redirect 403 - 404 issues after upgrade

    How do you force 200 status in the php script?
Top