Search results

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

    Using openlitespeed to host WSGI on localhost/127.0.0.1

    Isn't it controlled by the Django settings.py file?
  9. 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.
  10. 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...
  11. 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...
  12. 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.
  13. 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.
  14. Cold-Egg

    Possible dead lock.

    If it's due to some spike traffic and the server does not have enough resources to handle it, then you could try to check the access log and mitigate it.
  15. Cold-Egg

    Current version for RHEL 9 (etc) systems

    That is for the OpenLiteSpeed Web Admin, we have upgraded the PHP version for Debian, and it should be soon for the rpm system.
  16. Cold-Egg

    Possible dead lock.

    Check the error and stderr logs and see if there's any idle or hitting max PHP connection limit issues.
  17. Cold-Egg

    Websocket Reverse Proxy over TLS

    No problem, happy to help.
  18. Cold-Egg

    Websocket Reverse Proxy over TLS

    Hi @DonSYS91 Setup Example socket and start it. This is what I have tried, setup an example site by following some online posts server.js const WebSocket = require('ws'); const server = new WebSocket.Server({ port: 8080 }); server.on('connection', (socket) => { console.log('Client...
  19. Cold-Egg

    OpenLiteSpeed Status

    You might want to check if you have set up the domain mapping, and if the file exists in the document root.
Top