Search results

  1. Cold-Egg

    Hope to add proxy protocol support

    May I know if you have tried https://openlitespeed.org/kb/show-real-visitor-ip-instead-of-cloudflare-ips/ method? Let us know if it help.
  2. Cold-Egg

    No request delivery notification has been received from LSAPI application, possible dead lock.

    @LiteCache I just tried a long-run script to verify it, and "RewriteRule .* - [E=noabort:1,E=noconntimeout:1]" seems to be working in my case. Just want to share it with you, maybe you can also give it a try. :)
  3. Cold-Egg

    No request delivery notification has been received from LSAPI application, possible dead lock.

    Maybe you have some long-run script, please try to use "[E=noabort:1,E=noconntimeout:1] " in your rewrite More https://docs.litespeedtech.com/lsws/cp/cpanel/long-run-script/
  4. Cold-Egg

    No request delivery notification has been received from LSAPI application, possible dead lock.

    What's the output of the following command? ps aux | grep php If you did not hit the process limit, does any simple PHP e.g. phpinfo page loadable?
  5. Cold-Egg

    Can't access directory when changing directory to "www-data" for InvoiceNinja

    I thought you want to change the user and group via WebAdmin> Server Configuration > General > Running As? Or do you want to run PHP as www-data only?
  6. Cold-Egg

    Exclude CSS not working

    Hi @Brag D Post it on WordPress forum is correct. I saw your post and will reply you from there.
  7. Cold-Egg

    Can't access directory when changing directory to "www-data" for InvoiceNinja

    Apply www-data to the whole lsws folder is incorrect. Once you changed the permission, better to reinstall OLS in order to apply the right permission to each folder. apt-get -y install --reinstall openlitespeed Let us know if it works.
  8. Cold-Egg

    OLS support user mod directory?

    Please check https://www.litespeedtech.com/support/forum/threads/how-to-enable-userdir.1460/ and let us know if it helps.
  9. Cold-Egg

    REST API problems & Permalinks change Problem in openlitespeed wordpress

    Thanks for sharing. Interesting, I will check it.
  10. Cold-Egg

    REST API problems & Permalinks change Problem in openlitespeed wordpress

    @lakay Do you use the OLS WP image from the GCP marketplace or did you manually install it? Do you have the load .htaccess enabled?
  11. Cold-Egg

    Ipv6 listener does not work for ipv4

    Yes, please try two separate listeners. I'm not quite sure about the priority, could it be controlled by the device?
  12. Cold-Egg

    I want to add alias in vhost how i can add

    Hi, It looks good to me. Maybe you can join golitespeed community on slack(https://litespeedtech.com/slack) and message me @Eric from there for further check?
  13. Cold-Egg

    I want to add alias in vhost how i can add

    Hi You might want to add all domains to the listener > virtual host mappings, and the Virtual hosts> General > Domain Aliases. Let us know if it works.
  14. Cold-Egg

    SSL forcing 4096

    Item 1 looks good to me. I'm not sure if "--rsa-key-size 4096" is needed for the renewal. You might want to confirm with Let's Encrypt team or forum.
  15. Cold-Egg

    express application generator

    I assume you want to use the app server from the OLS context, then please check https://docs.litespeedtech.com/cloud/images/nodejs/#how-do-i-use-an-express-app-on-this-image, let us know if it works.
  16. Cold-Egg

    WordPress brute-force attack advice (question)

    Hi, I think the recaptcha rewrite method only support with LSWS but OLS. More, https://docs.litespeedtech.com/lsws/recaptcha/
  17. Cold-Egg

    Correct Ciphers question

    Hi, I think the client/device will choose to use strong cipher by default, and we can still serve the device which only supports weak cipher. If you want to get rid of the 128, please specify the cipher you need.
  18. Cold-Egg

    Ipv6 listener does not work for ipv4

    I guess what @zoddshop means is, if the client/device supports both IPv4&IPv6, then the connection will try to use IPv4. If your client only supports IPv6, then I don't think it will cause any issues.
  19. Cold-Egg

    Let's Encrypt OCSP Stapling

    1. Yes, on the existing HTTPS listener 2. I think they use o.lencr.org, check https://letsencrypt.org/docs/lencr.org/ for more information.
  20. Cold-Egg

    SSL forcing 4096

    From certbot guide security: Security parameters & server settings --rsa-key-size N Size of the RSA key. (default: 2048)
Top