Search results

  1. Cold-Egg

    LSCache miss page

    Yes, please keep the cache module with the default value ;)
  2. 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.
  3. 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?
  4. 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
  5. 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
  6. 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.
  7. 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?
  8. 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.
  9. 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.
  10. Cold-Egg

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

    Thanks, @CanKorkmaz, I will forward this request to the team.
  11. 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.
  12. Cold-Egg

    max connection tuning

    HI, I just want to clarify the issue that you mean the dashboard display both MAX Con and MAX SSL Conn total number are incorrect, am I right?
  13. Cold-Egg

    Google Snapshot Restore Error

    What does the professional cache plugin mean? and what does the Snapshot generate from? from openlitespeed related images? If you got a 404 from your snapshot's server, then you may want to check the web admin > listener if the domain and virtual host mapping are set up there.
  14. Cold-Egg

    404 Errors when installing OLS on Centos 8

    Not sure what was happened, glad to know it works now. Feel free to send an issue report to support@litespeedtech.com if such an issue happens again. :)
  15. Cold-Egg

    How to glue 2 domains on one host?

    It's two different domains and cert, you may want to set up two virtual hosts and set the cert for each virtual host > SSL Then you can put a redirect in the example1.com virtual host.
  16. Cold-Egg

    max connection tuning

    Not so sure, I don't have such an issue on my Ubuntu server. Can you please try upgrading it by command /usr/local/lsws/admin/misc/lsup.sh -e 1.7.14 -b and see how it goes there?
  17. Cold-Egg

    Reverse Proxy Help

    HI, please refer to this document https://openlitespeed.org/kb/reverse-proxy-basics/ May I know why you want to set an OLS server as a reverse proxy to a control panel server? It may complicated things due to many services on the control panel.
  18. Cold-Egg

    Unable to export whole database

    No idea why it stopped at 30mb, will it works if export it by command mysqldump from the SSH console?
  19. Cold-Egg

    Problem with changing static context location

    It works on my test server. Do you see PID change right after the restart command? ps uax | grep http
Top