Search results

  1. Cold-Egg

    enable core dump

    Even though this is an old post, you may want to give it a try.
  2. Cold-Egg

    Current version for RHEL 9 (etc) systems

    There's no plan for updating end-of-life PHP packages.
  3. Cold-Egg

    ZSTD compression

    @stevieosaurus, for your information, the OLS dev team will add this feature but no ETA. :)
  4. Cold-Egg

    losing cache in few minutes

    Follow https://docs.litespeedtech.com/lscache/lscwp/troubleshoot/#cache-purges-too-frequently to enable the debug log and see if it is caused by the auto purge. If not, then you might want to check if there's any corn job on the system to clean up the cache folder.
  5. Cold-Egg

    Multiple WordPress sites in one docker container or separate docker containers?

    Docker Compose is a tool for defining and running multi-container applications. So in that stack, OLS, MariaDB, phpmyadmin, redis are separated. See https://github.com/litespeedtech/ols-docker-env/blob/master/docker-compose.yml Would I be correct in assuming that adding virtual hosts in OLS...
  6. Cold-Egg

    Multiple WordPress sites in one docker container or separate docker containers?

    Since you already have a revere proxy, both method works. FYI, not sure if you are aware of the OLS + Wordpress docker compose solution, the stack would be simpler.
  7. Cold-Egg

    ZSTD compression

    Thanks, will forward your feature request to the LiteSpeed team.
  8. Cold-Egg

    suddenly losing server to 404

    ok, you can post here if a similar issue happens again, or if you found the root cause.
  9. Cold-Egg

    Current version for RHEL 9 (etc) systems

    That is good, isn't it? Here’s the release log if you’d like to see what has changed.
  10. Cold-Egg

    Standard page

    Correct.
  11. Cold-Egg

    suddenly losing server to 404

    No, it's not normal, that's why you might want to search the error from the error log and see what causing the issue.
  12. Cold-Egg

    Compatibility of OpenLiteSpeed with Ezoic and Mediavine Cache Plugins

    OpenLiteSpeed is a web server and it should have no issue with the Ezoic and Mediavine, just make sure you don't use the LSCache on your site at the same time.
  13. Cold-Egg

    [Solved] OpenLiteSpeed completely crashed

    I think the above issue was due to the incorrect permission to log files, so removing those fixed the issue. What's the error log you got?
  14. Cold-Egg

    suddenly losing server to 404

    Did you restart the server or the web server? If the server is rebooted, the cache will be invalid. But I am not sure about the 404 issue, please submit the issue to support@litespeedtech.com if it is still happening.
  15. Cold-Egg

    Standard page

    The default page is built in the OLS, if you want to customize the error page, please try this https://docs.openlitespeed.org/config/advanced/errorpages/
  16. Cold-Egg

    500 Internal Server Error to Login by port 8090

    Hi, It looks more like you have a Cyberpanel-related question, in that case, please contact help@cyberpanel.net for any Cyberpanel-related technical support issues.
  17. Cold-Egg

    using virtual host context , but css is served as text/html

    Consider using the rewrite method if only one or two PHP scripts need to be run with specific PHP versions. See https://docs.openlitespeed.org/config/php/file/#alternate-method
  18. Cold-Egg

    using virtual host context , but css is served as text/html

    How about creating a new context, e.g. with exp:^.*(css|js)$, so al the CSS and js files will not hit the specified PHP context? You might want to adjust the URI and location for your needs.
  19. Cold-Egg

    Enable SSL on port 7080

    Happy to help.
  20. Cold-Egg

    Enable SSL on port 7080

    You can set up a virtual host for your hostname, domain map the virtual host, and apply SSL certificate like other virtual hosts. Then go to LiteSpeed web admin > WebAdmin Settings > Listeners > SSL to use the valid key & cert.
Top