Search results

  1. Cold-Egg

    Virtual host with stop icon and no way to start it

    I see, like step 1 of this https://docs.openlitespeed.org/configuration#create-virtual-host-directories, right? You might want to raise an issue( feature request ) to https://github.com/litespeedtech/openlitespeed
  2. Cold-Egg

    URL redirect in Ubuntu Cyberpanel

    You might want to use rewrite rules to redirect URLs. More https://community.cyberpanel.net/t/how-can-i-set-up-an-addon-domain-and-redirect-to-the-main-domain/14594
  3. Cold-Egg

    Is openlitespeed panel url safe?

    It will use a self-signed certificate, and force HTTPS are set by default.
  4. Cold-Egg

    How to redirect all subdomains to root domain?

    If you have a domain with no valid cert, then an SSL error is expected. How about applying a wildcard cert for this domain? https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-apply-wildcard-certificate
  5. Cold-Egg

    How to set php version for multiple websites

    PHP version per virtual host or do you mean PHP version per directory? Per virtual host, please check https://docs.openlitespeed.org/configuration#set-up-php-at-the-virtual-host-level Per directory, please check https://openlitespeed.org/kb/setup-per-directory-file-php/
  6. Cold-Egg

    Recaptcha Problem

    If you leave the site Key and secret key empty, does the Recaptcha is still not working? For further assistance, please raise a ticket to bug@litespeedtech.com with this post link appended.
  7. Cold-Egg

    Virtual host with stop icon and no way to start it

    A PR is always welcome. but for general virtual host dir, do you mean, e.g. "mkdir /usr/local/lsws/NEWExample/conf"? a PR maybe not be needed since everyone may want to create it in a different location or with a different name. Hence you will need to set proper permission for it. Unless I...
  8. Cold-Egg

    PHP OOM Errors with high memory limits

    Unfortunately, I have no idea, the OMP_NUM_THREADS seems not memory-related at all from my understanding.
  9. 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.
  10. Cold-Egg

    Recaptcha Problem

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

    Symlinked site gives 403 Forbidden

    Thanks for sharing. We have "gitlab" runner outside of lsws folder, maybe they have something different :)
  12. 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?
  13. 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?
  14. 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
  15. Cold-Egg

    Admin panel on smartphone

    With the same device and browser as above?
  16. 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.
  17. Cold-Egg

    Symlinked site gives 403 Forbidden

    Did you set Follow Symbolic Link to Yes and Restrained to No from the virtual host config?
  18. 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.
  19. Cold-Egg

    Can i reset OLS

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

    OpCache configuration

    Either 7.4/mods-available/opcache.ini or 7.4/litespeed/php.ini
Top