Search results

  1. Cold-Egg

    node application blocks port 80 and lsws from restarting

    It is normal, that if the HTTP port is occupied, then you might be failed to start the OpenLiteSpeed service. You should check why the node service brings up the Nginx on the same server.
  2. Cold-Egg

    Almalinux 9 exception when enabling namespace container

    FEI, the next release will have it fixed.
  3. Cold-Egg

    How to reduce image HEADERS ? Tips on faster image transfers.

    Hi @LiteCache, I'm not fully sure I understand the issue you're referring to. Are you saying that the LSCWP built-in crawler is sending an incorrect "vary" header for mobile+webp when crawling the site? Would it be possible for you to open an issue on the LSCWP GitHub so others can follow the...
  4. Cold-Egg

    Missing LSPHP 8.3.x modules

    @rahulsoni should be available now, please confirm.
  5. Cold-Egg

    Almalinux 9 exception when enabling namespace container

    Thanks for the report, I can reproduce it too, and will forward the issue to the dev. (y)
  6. Cold-Egg

    Affiliate website not generating referral

    For LSCache WordPress-related questions, please use the official WordPress support forum to report any issues. Thank you. See you at the LSCache for the WordPress support forum!
  7. Cold-Egg

    Almalinux 9 lsphp-myslqnd issue

    Thanks for the report, I will forward it to the team. You can ignore the warning for now since I don't see any update is needed. You might still see the same message after running the `dnf upgrade`.
  8. Cold-Egg

    Missing LSPHP 8.3.x modules

    Hi @rahulsoni lsphp83-redis and lsphp83-imagick for aarch64 should be available, can you give it a try? If lsphp81 is a must, let me know, I will try to fill it up when get a chance.
  9. Cold-Egg

    lsphp module, multithreading questions

    In my personal opinion, I don't think enabling ZTS helps.
  10. Cold-Egg

    How to enable .mjs support for Nextcloud?

    @Akrobs Could you help verify if "mjs = text/javascript" works too?
  11. Cold-Egg

    How to enable .mjs support for Nextcloud?

    Sounds great! Perhaps we can include it as the default supported MIME type in a future release.
  12. Cold-Egg

    How to allow access to a file?

    Glad to know it works!
  13. Cold-Egg

    How to enable .mjs support for Nextcloud?

    No problem, let me know if it works.
  14. Cold-Egg

    Traefik With OpenLiteSpeed Docker

    You can also try to post in this thread and see if anyone can help you.
  15. Cold-Egg

    Web Admin Page 503

    Could you submit the issue to support@litespeedtech.com with this link appended? It might be quicker to check the issue directly.
  16. Cold-Egg

    How to enable .mjs support for Nextcloud?

    To add the new file type support, you can try to append "mjs = application/javascript" to the /usr/local/lsws/conf/mime.properties config file, then restart the web server.
  17. Cold-Egg

    How to allow access to a file?

    Create another static context using exp: to match the desired XML files, ensure it has a higher priority, and it should work.
  18. Cold-Egg

    Reverse proxy with prefix stripping?

    What if you create a static context for phpmyadmin? Will it trigger the ream first, then process the proxy rewrite rules? https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-secure-phpmyadmin -> method 3
  19. Cold-Egg

    Web Admin Page 503

    Do you have any chroot or cage set for the OpenLiteSpeed? Maybe you can share more details of 503 error logs.
  20. Cold-Egg

    packetLen < 0 in stderr.log with OLS 1.8.2

    Hi, The "pakcageLen < 0" message indicates that there was communication error between LSWS and PHP. This is likely a PHP code issue that takes forever to run and eventually web server decided to cancel the request. If you have a robust method to reproduce it, please raise a ticket to...
Top