Search results

  1. Cold-Egg

    Is it possible after a series of errors or excessive access for OLS to run Restart Graceful?

    Hi, It is working. Do you still see any sql/lsphp process running high CPU in the background during the test? Also, I would recommend you not to include any proxy or CDN, e.g. cloudflare in the test, it may slow the benchmark result. Best, Eric
  2. Cold-Egg

    Is it possible after a series of errors or excessive access for OLS to run Restart Graceful?

    Hi, Do you have any cache on this site? Please consider using the LiteSpeed WordPress cache plugin so the load test won't hit the backend Database and PHP engine every time.
  3. Cold-Egg

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    Looks better on the new server. So does it work now?
  4. Cold-Egg

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    Hi It works fine from my debian10 server. Please make sure you git clone, and cd into the project folder, then run the setup script. https://github.com/Code-Egg/ols-proxy/blob/master/Readme.md Best, Eric
  5. Cold-Egg

    Failed to obtain or reinitialize VMemBuf.

    Hi @HindiNews Please check if you have enough space for swap folder and tmp folder. You can also try to upload a vary small file and see if it works.
  6. Cold-Egg

    Protect Brute Force wp-login.php and xmlrpc.php

    If you want to bypass it, try adding the IP to the trusted IP
  7. Cold-Egg

    Https greatly increases response time

    Hi, May I ask which type of the Test, Clients per test or Clients per second?
  8. Cold-Egg

    Protect Brute Force wp-login.php and xmlrpc.php

    Please try enabling reCatpcha function, https://openlitespeed.org/kb/recaptcha-with-openlitespeed/
  9. Cold-Egg

    Is it possible after a series of errors or excessive access for OLS to run Restart Graceful?

    During the stuck, what did you see the output from the `top` command?
  10. Cold-Egg

    503 Service Unavailable Error when using litespeed with toolset forms plugin.

    Check "/usr/local/lsws/logs/error.log" and is there any error_log or error.log under your document root folder?
  11. Cold-Egg

    503 Service Unavailable Error when using litespeed with toolset forms plugin.

    Hi, may I ask if there's any php error log generated under the document root?
  12. Cold-Egg

    How to always have a short server TTFB?

    Hi @gilles , Please try to keep PHP process keepalive longer. Under "PHP" tab, update "Max Idle Time" from "60" to "86400" (1 day) https://www.litespeedtech.com/docs/webserver/config/php#extMaxIdleTime so, PHP processes will be alive. It reduced PHP startup time.
  13. Cold-Egg

    How to always have a short server TTFB?

    May I ask if it happens when the cache is a hit or not? the solution is different.
  14. Cold-Egg

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    you can try IP directly, it should still work.
  15. Cold-Egg

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    Good catch, should be the domain or IP. @edan , here's the script https://github.com/Code-Egg/ols-proxy. Please run the installation on a new server.
  16. Cold-Egg

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    https://openlitespeed.org/kb/litespeed-cache-openlitespeed-reverse-proxy/ Please try to update "Address: 192.168.0.12 " to "Address: http://192.168.0.12:80" and see how it goes. I just setup a OLS port 80/443(proxy) + Apache port 81/444 on the same server, works pretty well. If you want, I...
  17. Cold-Egg

    Permalink errors

    Try restart the web server from the control panel or command: service lsws restart Let us know if it helps.
  18. Cold-Egg

    Permalink errors

    Could you describe unable to use postname permalink issue more? Did you see any error? Were you able to save the option?
  19. Cold-Egg

    Help me, ERR_TOO_MANY_REDIRECTS

    Duplicate question https://www.litespeedtech.com/support/forum/threads/err_too_many_redirects.19206/#post-113614
  20. Cold-Egg

    OLS support raw .htaccess files?

    OLS does support .htaccess file, but only rewrite rules will be adopted.
Top