Search results

  1. Cold-Egg

    Regarding the Docker OLS WP 1 click install

    Docker Desktop on windows should work, but I am not sure about WSL, Saw a similar issue, hope it helps. https://askubuntu.com/questions/966488/how-do-i-fix-r-command-not-found-errors-running-bash-scripts-in-wsl
  2. Cold-Egg

    Error 404 on subdomain

    I did not see any 404 from the error log, were you trying to visit the PHPMyAdmin via https://sudo.something.fr:8081/ ? From the screenshot, the SSL listener is not working by the way.
  3. Cold-Egg

    mp4 video error 403

    mp4 suffix is supported, do you have the test site URL? And what does the error log say?
  4. Cold-Egg

    CPU Usage 100%

    Please check the CPU usage with `top` command and share the output here.
  5. Cold-Egg

    linking with existing vhost files

    For different domains and sites, better to separate the vhost. You can also rely on the vhost template.
  6. Cold-Egg

    Use OpenSSL (locally installed) instead of BoringSSL?

    I don't have experience with this OS, but I will give it a try in the next few days and hope I can share something with you.
  7. Cold-Egg

    can I deploy a Rust application on OpenLiteSpeed?

    You can use OpenLiteSpeed as a remote proxy that forwards all connections to your Rust web application. https://openlitespeed.org/kb/reverse-proxy-basics/
  8. Cold-Egg

    Customize build.sh?

    Hi, thanks for sharing, for the build issue, you might want to try a different compiler, and maybe one of them will work. The build errors are from third-party libraries, not much we can do to find a way to around it.
  9. Cold-Egg

    New Main PID does not exist or is a zombie

    Glad to know that you managed to fix it
  10. Cold-Egg

    How to upgrade from PHP 8.0.12 to latest PHP 8.0.14?

    THanks, I will forward it to the build master
  11. Cold-Egg

    New Main PID does not exist or is a zombie

    Have you tried to kill all the litespeed processes and start the service again? If it's still not working, what's the output of ps aux | grep http
  12. Cold-Egg

    Openlitespeed proxy to Docker Discourse instance?

    Have you checked https://openlitespeed.org/kb/reverse-proxy-basics/ with Method 3: Proxying with Rewrite Rules?
  13. Cold-Egg

    PHP Warning: Creating default object from empty value / PHP Fatal error: Uncaught Error: Call to undefined method stdClass::import()

    Hi, it seems like your PHP code issue. If it's due to the PHP version, you can try with other PHP versions and see how it goes.
  14. Cold-Egg

    Customize build.sh?

    HI, could you share the error output?
  15. Cold-Egg

    Unexplainable and not always replicable error

    HI OpenLiteSpeed only recognize Rewrite, so ForceSecureCookie secure same_site_none will not work but RewriteRule .* - [E=Cache-Vary:%{ENV:LSCACHE_VARY_VALUE}+euCookie] Even you bring a copy to the cache copy, it should as nothing to do with the empty display. Maybe we can help to take a look...
  16. Cold-Egg

    chrome extension shows site is http/3 enabled but http3check.net shows otherwise

    I think it's due to IPv6, as you can see it shows "Unable to connect to the server". Once I force IPv4 in the HTTP/3 Check, it shows HTTP/3 is supported.
  17. Cold-Egg

    Unexplainable and not always replicable error

    mmm, the youtube 410 screenshot may not be enough, could you share the site URL?
Top