Search results

  1. Cold-Egg

    lsmcd FATAL ERROR alloc2 cross large page boundary

    Thanks for the report, the developer has been replied on the Github issue, https://github.com/litespeedtech/lsmcd/issues/15
  2. Cold-Egg

    Using a RewriteRule to change to 410

    There is a minor difference in the way LiteSpeed Web Server and Apache treat the [L] flag in rewrite rules. The [L] flag (“L” stands for “Last”) causes mod_rewrite to stop processing the ruleset. There are two ways to interpret this: In most contexts, including LiteSpeed Web Server, this means...
  3. Cold-Egg

    Using a RewriteRule to change to 410

    I changed the forums to another string, but yeah, it works. Maybe you can try to move this line to the top of the .htaccess file.
  4. Cold-Egg

    Can't set WebAdmin to port 443

    Port 80 and 443 are more for the regular HTTP and HTTPS listener set up, please avoid using it on the web admin listener. you might want to consider setting up a reverse proxy for the web admin which sounds weird to me through :LOL:
  5. Cold-Egg

    AWS OpenLiteSpeed SFTP Permissions

    Hi @jcm, Hope this helps https://docs.litespeedtech.com/cloud/images/wordpress/#change-user
  6. Cold-Egg

    Using a RewriteRule to change to 410

    It works for me, have you restart the webserver?
  7. 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?
  8. 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"
  9. 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
  10. 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/
  11. 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?
  12. 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.
  13. 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
  14. Cold-Egg

    Rewrite Rules (Disabled by CyberPanel)

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

    Cache forum Xenforo not working

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

    Setting PHP Memory Limits

    What if you "killall lsphp" process and check the phpinfo page again?
Top