Search results

  1. 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/
  2. 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?
  3. 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.
  4. 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
  5. Cold-Egg

    Rewrite Rules (Disabled by CyberPanel)

    Because CyberPanel manages htaccess, so you should edit it from the panel
  6. 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/
  7. Cold-Egg

    Cache forum Xenforo not working

    It shouldn't. May I know which OLS version you are using?
  8. 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?
  9. 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...
  10. Cold-Egg

    Setting PHP Memory Limits

    What if you "killall lsphp" process and check the phpinfo page again?
  11. 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.
  12. 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.
  13. Cold-Egg

    Security and expire headers

    Correct, by the context method. https://openlitespeed.org/kb/how-to-set-up-custom-headers/ :)
  14. 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?
  15. 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!?
  16. 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.
  17. Cold-Egg

    phpmyadmin not working

    Does it happen from a fresh lunch? or have you modified any config settings?
  18. Cold-Egg

    PHP Compile Succesfull But i can's see Handler Name

    Not sure about your settings now, maybe share some screenshots or the config file may help. In general, you can follow https://openlitespeed.org/kb/default-php-settings-for-openlitespeed/ to setup lsphp.
  19. Cold-Egg

    PHP Compile Succesfull But i can's see Handler Name

    Hi, Have you set up an External App for lsphp74 yet? The socket address can also be set there.
Top