Search results

  1. Cold-Egg

    Opengraph not working properly on Litespeed, needs some config tuning?

    HI, May I know if there's any Cache that got involved on OLS?
  2. Cold-Egg

    How to implement cookie HTTP header flag with HTTPOnly & Secure OLS

    Hi, I'm still not clear about the expected result, could you describe it more or share an example here would be helpful.
  3. Cold-Egg

    Regarding the Docker OLS WP 1 click install

    Is it a subdomain method setup? After setup the network with the subdomain method, you will need to login to the web admin panel to add the subdomain to VHost Template > docker > [Your Virtual Host Name]> Domain Name I just tested it and it works.
  4. Cold-Egg

    Use OpenSSL (locally installed) instead of BoringSSL?

    Tried, no luck ~ Will check it again later.
  5. Cold-Egg

    global include configuration

    I understand that but what will happen when OLS will update, this file will update too and made changes would be lost? It shouldn't, you can give it a try For those settings, Please check Request/Response from the Web Admin > Server Configuration > Tuning Please check Index Files section from...
  6. Cold-Egg

    global include configuration

    Have you tried include method inside of the /usr/local/lsws/conf/httpd_config.conf, e.g. include /usr/local/lsws/conf/*.conf
  7. Cold-Egg

    Error 404 on subdomain

    If you map the virtual host + subdomain to the HTTP or HTTPS listener (Standard HTTP port), then you don't need to specify the port 8081 more.
  8. Cold-Egg

    Shared Hosting Server environment and where lscache can store on OLS?

    https://openlitespeed.org/kb/openlitespeed-cache-module/
  9. Cold-Egg

    Failed fresh install as root

    Curious, did you install from the LiteSpeed repo or from a binary file? To reset the web admin access, please try /usr/local/lsws/admin/misc/admpass.sh
  10. 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
  11. 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.
  12. Cold-Egg

    mp4 video error 403

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

    CPU Usage 100%

    Please check the CPU usage with `top` command and share the output here.
  14. 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.
  15. 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.
  16. 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/
  17. 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.
  18. Cold-Egg

    New Main PID does not exist or is a zombie

    Glad to know that you managed to fix it
  19. 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
Top