Search results

  1. 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.
  2. 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.
  3. 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.
  4. 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?
  5. 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.
  6. 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.
  7. 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.
  8. 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...
  9. 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...
  10. 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.
  11. 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?
  12. Cold-Egg

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    Regarding the QUIC Cloud CDN service, it covers certain US cities, so it may slightly improve speed in your case. You can check the node status here: https://status.quic.cloud/ Once everything is set up, you can perform some speed tests to see if the CDN helps. If it does, you can keep it; if...
  13. Cold-Egg

    Using openlitespeed to host WSGI on localhost/127.0.0.1

    Isn't it controlled by the Django settings.py file?
  14. Cold-Egg

    Firefox no longer supports LiteSpeed's webp Replacement of Cache Plugin for WordPress

    Thanks, @LiteCache, we will address it in a future release.
  15. Cold-Egg

    CPU/memory resource limits

    If those websites are on the same server, and you just want to limit the resources for each virtual host, you can consider CloudLinux system or a feature like cgroups. If you want to run the PHP per virtual host user, try suEXEC for each external app on the virtual host level, if you want to...
  16. Cold-Egg

    Need Help Adding a Second WordPress Site on OpenLiteSpeed Server

    https://docs.openlitespeed.org/config/ should have everything you need in order to setup a new virtual host manually. In the future, you can also consider using scrip to generate VH for you, which may be easier and faster...
  17. Cold-Egg

    CPU/memory resource limits

    You can't run a single OLS/LSWS web server for multiple hosting servers. Please elaborate on splitting the hosting to different hosts in more details.
  18. Cold-Egg

    How to LScache JS & CSS files?

    Cache static file is not recommended on the Web Server side since the load is fast enough, it is better to do it when you are using CDN.
Top