Search results

  1. Cold-Egg

    How can I create a new vhost without using the Dashboard?

    There's no API to control the vhost currently. But if you install openlitespeed via ols1clk(https://github.com/litespeedtech/ols1clk) or cloud script(https://github.com/litespeedtech/ls-cloud-image/wiki/Build-WordPress-Image#what-if-i-want-to-use-it-directly), then you can check...
  2. Cold-Egg

    Unable to add public_html folder to a group

    https://serverfault.com/questions/1086388/unable-to-add-public-html-folder-to-a-user-group-cyberpanel-openlitespeed The web server runs as nobody nogroup permision, so it will not able to visit the site if you change the folder permission. Is there any reason that you want to do it?
  3. Cold-Egg

    OLS on ARM cpu

    OLS does not support ARM CPU, please choose AMD or Intel.
  4. Cold-Egg

    WHMCS change from Apache to Openlitespeed

    HI, Rules look fine to me, @zhd4488 and @sahostking . if you still have the test server, could you share it with support@litespeedtech.com, and I will be able to help you directly from there? For the /vendor part is easy to secure, you can set up a static context from WebAdmin > Virtual Hosts...
  5. Cold-Egg

    I did not find "X-LiteSpeed-Cache:", why is it not?

    It's possible that you have no "CacheLookup on" rule set in the .htaccess file? or cache folder is missing?
  6. Cold-Egg

    Install OpenliteSpeed php7.4

    For the LSWS Enterprise version, please ask at https://www.litespeedtech.com/support/forum/ Maybe you just missing some PHP extensions, when posting the question, please also append the lsphp74 extensions that you have installed, or even the phpinfo page.
  7. Cold-Egg

    Eternal page reloading when Guest Mode is enabled

    For LSCWP related issues, can ask in WordPress forum, https://wordpress.org/support/plugin/litespeed-cache/ And please share your Environment Report: Navigate to **LiteSpeed Cache > Toolbox > Report**, press the **Send to LiteSpeed** button, and let us know what it says under "Report Number."
  8. Cold-Egg

    SSL issued to example.com

    For this issue, you might want to ask in CyberPanel community https://community.cyberpanel.net/c/support/ or submit a ticket to support@litespeedtech.com
  9. Cold-Egg

    LSCache miss page

    Yes, please keep the cache module with the default value ;)
  10. Cold-Egg

    Wordpress Elementor cached

    I just replied https://stackoverflow.com/questions...-elementor-not-save-changes/70268710#70268710 Let us know if this is not the case.
  11. Cold-Egg

    Unable to export whole database

    Since I can not reproduce it locally, maybe you can submit a ticket to support@litespeedtech.com with more server information?
  12. Cold-Egg

    mmap() failed: [12] Cannot allocate memory

    May I know the site you are trying to load is written by PHP code? If so, try to increase: Web admin > Server Configuration -> External App -> lsphp Process Soft Limit Process Hard Limit Also, increase the memory limit from php.ini
  13. Cold-Egg

    How to update my django app after code changes - so that it is quickly seen in browser

    OpenLiteSpeed comes with python in detached mode by default, so you will need to restart python with the following command to make any new settings take effect: sudo killall lswsgi Doc, https://docs.litespeedtech.com/cloud/images/django/#how-do-i-restart-the-python-process
  14. Cold-Egg

    How could I know what is causing it?

    For example, run this command grep -iR overwrite_important_env wp-content/ under your document root. If you are in golitespeed community on Slack, then you can msg me @eric there.
  15. Cold-Egg

    One click installation - Port 7080 Connection timeout

    It's loadable from my end, maybe you can try on a different browser or device?
  16. Cold-Egg

    How can I have multiple sites within an OLS Server?

    Please check https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts Let me know if it's not working.
  17. Cold-Egg

    How could I know what is causing it?

    I'm not sure, maybe you can grep the string to the wp-content folder.
  18. Cold-Egg

    Node.js App | Es Modules not working (ESM & .mjs)

    Thanks, @CanKorkmaz, I will forward this request to the team.
  19. Cold-Egg

    mmap() failed: [12] Cannot allocate memory

    Hi, please refer to https://forum.openlitespeed.org/threads/getting-error-in-metaspace-litespeed-configuration.4954/ and let us know if it helps or not.
Top