Search results

  1. Cold-Egg

    Installing cPanel on LiteSpeed WordPress (GCP)

    No, it does not mention any cPanel on the page at all, and this has no cPanel included. If you want to set up a cPanel server in order to restore the cPanel backup, then you were looking at the wrong place. If you have an issue during the cpanel setup, please ask on the cPanel forum...
  2. Cold-Egg

    OpenLiteSpeed appears to be causing issues with headless Chrome PDF generation

    Interestingly, no error log, and it works with the PHP command. Could you send the issue to support@litespeedtech.com with this forum link appended, so we can help you further from there?
  3. Cold-Egg

    Install OLS as Non-Root User

    Since OLS supports ./build.sh for a long time, and it's more recommended. Not many users tried the non-root-user method, maybe you can give it a try, and share the test result.
  4. Cold-Egg

    Use OpenSSL (locally installed) instead of BoringSSL?

    It works after retrying a few times, that's why the build was a success. https://forum.openlitespeed.org/threads/openlitespeed-on-freebsd.5619/#post-14046
  5. Cold-Egg

    OLS Compile Php Error

    Should be checked-in in the next release.
  6. Cold-Egg

    My websites doess not working

    "No listener is available, stop server! " Any change to the listener settings? Possible to share the config here, or submit the issue and this forum link to support@litespeedtech.com, so we can take a further look?
  7. Cold-Egg

    Fatal error in configuration, exit

    Could you send a ticket to support@litespeedtech.com with this forum link appended for a further look?
  8. Cold-Egg

    Fatal error in configuration, exit

    Please try to killall openlitespeed process, make sure no service is listening on port 7080, and then start it again.
  9. Cold-Egg

    python3 manage.py createsuperuser

    Shouldn't need to change the write permission. If you have another fresh VPS or if you want to reinstall the server, please try the script method: https://github.com/litespeedtech/ls-cloud-image/wiki/Build-Django-Image#what-if-i-want-to-use-it-directly next time. It should save you time.
  10. Cold-Egg

    OpenLiteSpeed on FreeBSD?

    Currently, no plan, but you could build it on FreeBSD. I just tried to launch a FreeBSD v13 from Vultr, download the OLS source code, and build it with the build.sh script, and it seems to be working fine. Note, the first time of build.sh will usually be failed, check the output and find the...
  11. 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
  12. 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
  13. 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.
  14. 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?
  15. 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...
  16. 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...
  17. 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.
  18. 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. :)
  19. 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/
Top