Search results

  1. Cold-Egg

    my custom "sendmail_path" is not executing.

    They might be using different PHP, could you compare phpinfo page for both Apache and LiteSpeed?
  2. Cold-Egg

    [Module:Cache] createEntry failed, may due to no permission to write file or file is updating.

    you can try to run the following command to remove everything inside of it rm -rf /usr/local/lsws/cachedata then check cachedata folder, it should be owned by "nobody:nobody"
  3. Cold-Egg

    [STDERR] Reached max children process limit: please increase LSAPI_CHILDREN.

    What did you see with the following command when it shows extra connections? You can keep monitoring it and check if this has anything to do with limit settings? ps aux | grep lsphp | grep -v grep
  4. Cold-Egg

    [Help] PHP files get downloaded instead of executed

    @harrycrb Do you have set PHP74 handler yet? You can also use ols1clk next time so you don't need to bother PHP settings https://openlitespeed.org/kb/1-click-install/
  5. Cold-Egg

    Letsencrypt certificate is renewed but LSWS doesn't restart

    Hi, I don't see any hook or renew log from the last reply. What if you force to dry-run cert renew? Will you see any hook-related log?
  6. Cold-Egg

    my custom "sendmail_path" is not executing.

    Hi, It's OpenLiteSpeed forum, and I don't see the Sendmail has anything to do with it. You might want to post the question on CloudLinux or Sendmail google group.
  7. Cold-Egg

    Error in database connection, wordpress, openlitespeed digitalocean

    You might want to check if the database service is still running? e.g. service mariadb status
  8. Cold-Egg

    Rewrite Rules (Disabled by CyberPanel)

    Because CyberPanel manages htaccess, so you should edit it from the panel
  9. Cold-Egg

    [STDERR] Reached max children process limit: please increase LSAPI_CHILDREN.

    I see, for Xenforo, only cached for public view. So every login user may still hit the PHP process. So for xenforo, you might need a higher PHP limit. https://docs.litespeedtech.com/lscache/lscxf/installation/
  10. Cold-Egg

    Cache forum Xenforo not working

    It shouldn't. May I know which OLS version you are using?
  11. Cold-Egg

    [STDERR] Reached max children process limit: please increase LSAPI_CHILDREN.

    May I know which CMS it is? Do you have any cache enabled? About low traffic, do you know how many concurrent connections?
  12. Cold-Egg

    Letsencrypt certificate is renewed but LSWS doesn't restart

    Hi, Have you tried following commands before? /usr/local/lsws/bin/lswsctrl stop >/dev/null systemctl stop lsws >/dev/null systemctl start lsws >/dev/null Any hook related log shows in "/var/log/letsencrypt/letsencrypt.log"? You can force it and check if lsws restart success. Don't run it too...
  13. Cold-Egg

    Setting PHP Memory Limits

    What if you "killall lsphp" process and check the phpinfo page again?
  14. Cold-Egg

    Fixed ECDH Key Exchange does not work

    ECDH public server param reuse = No is a good thing. If reused, it can be a security problem. It does not reuse, which does not mean ECDH does not work.
  15. Cold-Egg

    Can I add graceful restart to cron?

    Hi, This one should have better performance, https://openlitespeed.org/kb/reload-openlitespeed-automatically-with-directadmin/, please remember to replace the "/home/*/domains/*/*_html/ " with your document directory.
  16. Cold-Egg

    Security and expire headers

    Correct, by the context method. https://openlitespeed.org/kb/how-to-set-up-custom-headers/ :)
  17. Cold-Egg

    cURL error 7: Failed to connect to domain.com port 443: Connection refused

    Do you mean that you now have a connection issue on both 443 and 80 ports? what if you curl from the server locally?
  18. Cold-Egg

    phpmyadmin not working

    ok, I'm not sure about your status now, but let us know if you need any help. For the PHPMyAdmin part, it somehow loads fine now!?
  19. Cold-Egg

    Is it mod_evasive install Possible on OLS ?

    I don't think OLS support this module, but you can use Server Configuration > Security > Per Client Throttling feature, Mod_security module https://openlitespeed.org/kb/openlitespeed-modsecurity-module/ and Recaptcha https://openlitespeed.org/kb/recaptcha-with-openlitespeed/ to prevent DDOS attack.
Top