Search results

  1. Cold-Egg

    Https greatly increases response time

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

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

    Please try enabling reCatpcha function, https://openlitespeed.org/kb/recaptcha-with-openlitespeed/
  3. 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?
  4. 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?
  5. 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?
  6. 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.
  7. 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.
  8. Cold-Egg

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    you can try IP directly, it should still work.
  9. 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.
  10. 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...
  11. Cold-Egg

    Permalink errors

    Try restart the web server from the control panel or command: service lsws restart Let us know if it helps.
  12. 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?
  13. Cold-Egg

    Help me, ERR_TOO_MANY_REDIRECTS

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

    OLS support raw .htaccess files?

    OLS does support .htaccess file, but only rewrite rules will be adopted.
  15. Cold-Egg

    Freeze webadmin

    Hi, It's not a security feature, probably a bug. Please submit the issue to bug@litespeedtech.com if it happens again. Best, Eric
  16. Cold-Egg

    Official reposistory is down

    It seems working fine to me, please let us know if it still not working from your end. Thanks for the report.
  17. Cold-Egg

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    1. Set Log Level to 9 from Web Admin > vhosts > Rewrite, and check the error log "/usr/local/lsws/logs/error.log" 2. Please use .conf, .xml is for enterprise version. Please check new doc here https://openlitespeed.org/kb/reverse-proxy-basics/
  18. Cold-Egg

    Django: How to Apply New Changes

    If you have code changing, you might want to restart the lswsgi service. e.g. killall lswsgi
  19. Cold-Egg

    WordPress: everything is 404

    Please share a screenshot of the port 443 listener settings, if you feel not comfortable to share here, you can also raise a ticket to support@litespeedtech.com.
  20. Cold-Egg

    WordPress: everything is 404

    Have you set up any listener and domain mapping yet?
Top