Search results

  1. Cold-Egg

    Virtual host with stop icon and no way to start it

    It must be something wrong with your newly created virtual host (elastic.test). Since the Example virtual host is already there, why don't you remove the elastic.test and use the Example directly? https://docs.openlitespeed.org/configuration is for the general ols virtual host setup guide.
  2. Cold-Egg

    Recaptcha Problem

    What's the value of the Concurrent Request Limit? Possible to share a screenshot of your ReCaptcha settings?
  3. Cold-Egg

    Symlinked site gives 403 Forbidden

    Thanks for sharing. We have "gitlab" runner outside of lsws folder, maybe they have something different :)
  4. Cold-Egg

    404 Error : OLS reverse proxy setup for virtual host not working.

    In step 2, what's the whole value of the web server Address? Do you have https:// in the front?
  5. Cold-Egg

    404 Error : OLS reverse proxy setup for virtual host not working.

    In step 2, what's the whole value of the web server Address? Do you have https:// in the front?
  6. Cold-Egg

    PHP OOM Errors with high memory limits

    Please edit /usr/local/lsws/lsphp74/etc/php/7.4/litespeed/php.ini, and increase the memory_limit to e.g. 2048M. Then restart PHP with "killall lsphp" command
  7. Cold-Egg

    Admin panel on smartphone

    With the same device and browser as above?
  8. Cold-Egg

    Symlinked site gives 403 Forbidden

    Then I am not sure, you might want to check the error log and see where caused the permission issue.
  9. Cold-Egg

    Symlinked site gives 403 Forbidden

    Did you set Follow Symbolic Link to Yes and Restrained to No from the virtual host config?
  10. Cold-Egg

    OLS is not starting

    During the ols start, do you see any output from /usr/local/lsws/logs/error.log? It may provide more information.
  11. Cold-Egg

    Can i reset OLS

    It might be a bug somewhere,could you send a ticket to support@litespeedtech.com
  12. Cold-Egg

    OpCache configuration

    Either 7.4/mods-available/opcache.ini or 7.4/litespeed/php.ini
  13. Cold-Egg

    wordpress virtual host is not up

    Have you rebooted the server or SSH to the server again after the installation?
  14. Cold-Egg

    How can I host two (or more) Python Flask apps on the same OLS server

    Oops, what if you run, chown -R sftpuser:wordpress /var/www/html Just tested it, seems to work for me. It means to change file/folder owner to sftpuser. I am not sure if it's the best method, at least I have no other better idea at the moment.
  15. Cold-Egg

    https redirect not working

    Did you launch the server from the marketplace? For the first time setup, use the pop up script to setup is the easiest method https://docs.litespeedtech.com/cloud/images/wordpress/#step-3
  16. Cold-Egg

    wordpress virtual host config cannot be saved via WebAdmin Console

    HI, May I know if you have followed this https://github.com/litespeedtech/ls-cloud-image/wiki/Build-WordPress-Image#what-if-i-want-to-use-it-directly to setup?
  17. Cold-Egg

    about post response

    No, only LSWS v6+ supports this feature.
  18. Cold-Egg

    Getting SQL Server PHP extension to work on Ubuntu 20.04

    When you do "pecl install pdo_sqlsrv", did you see any error? Also, please "killall -9 lsphp" to make settings take effect. Let us know if it's still does not working.
  19. Cold-Egg

    How can I host two (or more) Python Flask apps on the same OLS server

    Try this https://docs.litespeedtech.com/cloud/images/wordpress/#change-group
Top