Search results

  1. Cold-Egg

    UTF-8 configuration errors

    It may not work if you set "AddDefaultCharset UTF-8" in the .htaccess file. I assume you are using python app context from OpenLiteSpeed, then you might want to add something like "PYTHONIOENCODING=utf-8" or "AddDefaultCharset=UTF-8" to the App Server Context > Environment. Or add the UTF-8 to...
  2. Cold-Egg

    Does Litespeed offer any PHPRelay packages for Debian/Ubuntu?

    A similar request happened before, but I couldn't find the post. Please follow https://relay.so/docs/1.x/installation#manual-installation to install the relay package and it should work.
  3. Cold-Egg

    Facing conf problem on launch FullStack React

    No problem, I will take a look.
  4. Cold-Egg

    Litespeed web server logs taking up too much space. Please help.

    You can keep the stderr.log one, and remove the rest, e.g. stderr.log.*
  5. Cold-Egg

    Equivalent to nginx_clojure module for OLS?

    I'm not sure about the Clojure, here are just my ideas. If it runs with Java, then you could try to setup Java Web App Context from OLS/LSWS. You can set OLS as a reverse proxy if it already has a built-in server. This guide is the only one that is Lua-related. If you found a solution, please...
  6. Cold-Egg

    Facing conf problem on launch FullStack React

    No need, use OLS as a reverse proxy should do it. Have you followed https://docs.openlitespeed.org/config/reverseproxy/ to set up a web server and rewrite rule(https://docs.openlitespeed.org/config/reverseproxy/#rewrite-rules) for it? If it does not, could you Inbox me about your configs?
  7. Cold-Egg

    Litespeed web server logs taking up too much space. Please help.

    @doxul For now, manually remove that stderr.log.2024.xx file. Then, please go to the OpenLiteSpeed web admin and check your log settings. For example https://docs.openlitespeed.org/config/logs/#using-webadmin-console There's a Rolling Size and Keep Days. The default value should be 10M unless...
  8. Cold-Egg

    Litespeed web server logs taking up too much space. Please help.

    HI, 20MB std error logs are not huge. Have you checked the content of the stderr log? try to fix it to avoid repeated logs. You can also follow https://community.cyberpanel.net/t/guide-logs-cleaner-for-cyberpanel/37324/3 to create a clean-up script to remove the files from time to time.
  9. Cold-Egg

    php.ini changes are ignored

    Check default value from https://www.php.net/manual/en/info.configuration.php If you want a value different than this default value of 1000, you will have to specify it
  10. Cold-Egg

    OLS 1.8.2 upgrade std::length_error + breaks mod_security

    Based on our testing, GCC versions 7 or earlier may encounter the issue mentioned above.
  11. Cold-Egg

    Unable to Serve React Frontend with Django Backend on OpenLiteSpeed - and django error at Root URL

    Document root point to /var/www/html for frontend, and set up a Django app context with URL /api. If the front end is still not working, you might want to share the configs here.
  12. Cold-Egg

    OLS 1.8.2 upgrade std::length_error + breaks mod_security

    @airween Thank you for your patience. We were initially looking in the wrong direction. After compiling the module on different servers, we found that the "std::length_error" issue has been resolved after upgrading the build server environment to a newer version of GCC. It seems the new...
  13. Cold-Egg

    php.ini changes are ignored

    What you did is correct, is it possible to Inbox me the phpinfo URL?
  14. Cold-Egg

    OLS 1.8.2 upgrade std::length_error + breaks mod_security

    Sorry for the long wait. Dev shared a tag here, and I will share the steps here once I can build and reproduce the issue from it.
  15. Cold-Egg

    http, impossible to reach the site.

    Then create a new listener with port 80, see https://docs.openlitespeed.org/config/#create-a-listener with example name HTTP. Then map the listener name to the VHost Template > Mapped Listeners, e.g. from Default to Default, HTTP
  16. Cold-Egg

    The site endlessly makes requests to itself when the Litespeed Wordpress plugin is enabled

    1. That is correct, you are probably using image optimization and some other optimization features from the LSCache plugin, and those will try to optimize it in the background. 2. This is not related to the optimization, but I just want to point out that the cache part may not work since the...
  17. Cold-Egg

    Laravel websocket connnection failed

    Hi, Have you verified if the WebSocket works without OLS? See https://docs.openlitespeed.org/config/reverseproxy/websocket/#have-a-websocket-backend-ready If it supports HTTP, you can try to set up OLS as a reverse proxy by following https://docs.openlitespeed.org/config/reverseproxy/
Top