Search results

  1. Cold-Egg

    Problem with Cache Lite Speed plugin after deployment of GCP

    @Locksmith Unit It seems like an issue from the Lighthouse side, see https://github.com/GoogleChrome/lighthouse/issues/15075
  2. Cold-Egg

    python3 manage.py createsuperuser

    Try to change demo folder permission with nobody:nogroup, then check createsuperuser command again to see if it works. chown -R nobody:nogroup /usr/local/lsws/Example/html/demo
  3. Cold-Egg

    python3 manage.py createsuperuser

    Not sure why the createsuperuser has anything to do with the OLS web admin password file. You might want to check the permission of the django folder if it has the proper user:group. Maybe you can share the OS name, and share the folder list with permissions.
  4. Cold-Egg

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

    So, does it work now? If not, can you send the issue to support@litespeedtech.com with this forum link appended, so I can help you further from there?
  5. Cold-Egg

    Incorrect SSL certificate presented

    Hi, For the cert part, if you can visit the site without issue on the browser, then it should be no problem. You can also run this example to verify openssl s_client -connect origin-domain-name:443 -servername CNAME Read...
  6. Cold-Egg

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

    Sure, my test env is simple, 1. max_execution_time=120 2. RewriteRule and Rewrite log Level 9 are Enabled 3. Add the following script under the doc root with any name you want <?php set_time_limit(0); $i = 0; while($i < 1000) { echo $i.'<br />'; if($i == 900){ echo...
  7. 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.
  8. 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. :)
  9. 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/
  10. 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?
  11. 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?
  12. 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.
  13. 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.
  14. 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.
  15. Cold-Egg

    REST API problems & Permalinks change Problem in openlitespeed wordpress

    Thanks for sharing. Interesting, I will check it.
  16. 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?
  17. 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?
  18. 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?
  19. 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.
  20. 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.
Top