Search results

  1. Cold-Egg

    How to enable .mjs support for Nextcloud?

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

    Traefik With OpenLiteSpeed Docker

    You can also try to post in this thread and see if anyone can help you.
  3. 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.
  4. 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.
  5. 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.
  6. 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
  7. 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.
  8. 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...
  9. Cold-Egg

    Wildcard * domein in listener to vhost connection

    That is expected behavior, you might want to set a unique domain per virtual host mapping.
  10. Cold-Egg

    Vhost for subdomain keeps using SSL from main domain vhost

    If the webmail.domain.com you configured in vhssl is valid, it should override the SSL at the listener level. What you've set is correct. If you don't see any errors or warnings in the error log, feel free to inbox me or submit the issue to support@litespeedtech.com for further assistance.
  11. Cold-Egg

    OLS support - red proxy configuration syntaxes

    Port forwarding is typically a term used in networking. You might want to check this proxy guide to see if it aligns with what you're looking for.
  12. Cold-Egg

    OLS support - red proxy configuration syntaxes

    No, OLS does not support any of Apache syntax. Could you share some information about the red proxy? is is a general proxy or if it something different?
  13. Cold-Egg

    Current version for RHEL 9 (etc) systems

    Not yet. Implementing the newer PHP version may take a little bit longer. The GPG key issue should have been fixed; let us know if it is still not working.
  14. Cold-Egg

    OLS WEBADMIN - THIRD DOMAIN WILL NOT ADD

    I see. Since you mentioned "Create vhost and create listener for 80 & 443," I was a bit confused. It's hard to tell the issue without knowing the configs, maybe you can inbox me or submit it to support@litespeedtech.com with this forum post link appended.
  15. Cold-Egg

    Almalinux 9 CyberPanel Error code '' **ERROR** Could not compile PHP ''

    PHP 7.4 has reached its end of life, so to build it, you may need to address the outdated dependency packages. Additionally, using the older OpenSSL version could pose security risks. I would recommend avoiding building it.
  16. Cold-Egg

    OLS WEBADMIN - THIRD DOMAIN WILL NOT ADD

    The things you changed like you are using native OpenLiteSpeed without any control panel. For the DA server, you might want to create VH and apply a cert from the DirectAdmin control panel. If you want to customize something, please refer to...
  17. Cold-Egg

    SSL Certificate Issue: Second VHost Always Takes First VHost's Certificate

    As long as you have a valid and existing vhost2 certificate placed in the virtual host 2 SSL level, then it should work. Please check if there's any warning from the server log. See https://docs.openlitespeed.org/config/#set-up-ssl-for-virtual-hosts Feel free to send me the server and VH...
  18. Cold-Egg

    reverse proxy with Auth

    Maybe separate the auth header like https://stackoverflow.com/questions/31752562/how-can-i-use-mod-rewrite-to-proxy-the-userinfo-component-of-a-uri Since OLS supports rewrite in .htaccess file only, you might want to check the realm guide as well. Or use LiteSpeed Web Server.
  19. Cold-Egg

    Websockets not connecting after OLS restart

    Hi, It seems like a bug somewhere, could you create a ticket to support@litespeedtech.com with this forum post link appended?
Top