Search results

  1. 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
  2. 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.
  3. 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.
  4. 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...
  5. Cold-Egg

    php.ini changes are ignored

    What you did is correct, is it possible to Inbox me the phpinfo URL?
  6. 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.
  7. 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
  8. 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...
  9. 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/
  10. Cold-Egg

    http, impossible to reach the site.

    Check if your OLS HTTP listener has mapped the virtual host and domain. See https://docs.openlitespeed.org/config/#map-virtual-hosts for more information.
  11. Cold-Egg

    lsphp83.sock.11490.pid

    Not as I know since PHP83 has been released and is quite popular now. If you think it's a bug, please submit the issue to bug@litespeedtech.com with the details, so the dev team can help to take a look at the issue.
  12. Cold-Egg

    Is OLS 1.8 production ready?

    Should be in this month if there are no further issues.
  13. Cold-Egg

    Request for RPM Packages or Build Scripts for OpenLiteSpeed 1.8.1

    The next release should be 1.8.x instead of 1.7. If there's a new update available, and you run the yum update, then it should revert back to v1.7.x Thanks, we just have it updated.
  14. Cold-Egg

    OLS with wordpress standard install phpmyadmin stopped working

    Good to know it works. Context with regular expression has higher priority.
  15. Cold-Egg

    OLS with wordpress standard install phpmyadmin stopped working

    Please try to disable the "context exp:^.*" and see if it helps. Since OLS has browser cache enabled by default, you don't need to add that context.
  16. Cold-Egg

    OLS with wordpress standard install phpmyadmin stopped working

    Hi, Is it possible to share the vh config here, you can PM me if you want to keep it private.
  17. Cold-Egg

    OLS 1.8.2 upgrade std::length_error + breaks mod_security

    Thanks @airween, I will share the info with the team.
  18. Cold-Egg

    Rewrite not working!

    Nice. The new v1.8.2 package should be published in the following few days.
Top