Search results

  1. Cold-Egg

    OLS Bash Installer - Adding PHP 8.3?

    We will add it once the PHP 8.3 is ready with the LiteSpeed repository.
  2. Cold-Egg

    OLS PHP 5.6 wont compile with openssl error

    Hi @chanaka_cmd PHP5 cannot build with newer OpenSSL libraries, specifically the ones in Ubuntu 18+ that come by default. PHP says they will not support newer OpenSSL versions for PHP5.x.
  3. Cold-Egg

    How to setup an asp.net core website

    Oh, those LSWS concurrent limits may not apply, we will update the doc, thanks for pointing that out. For websocket connection, it should limit the Max connection with/without the web socket. 2000 maximum number is big, if you really need a larger number in your production environment, please...
  4. Cold-Egg

    How to setup an asp.net core website

    @ankit_nagpal Just so you know set up OLS as a websocket proxy support ws only, wss is not supported at the moment.
  5. Cold-Egg

    OpenLiteSpeed 1.7.18 segfaults

    Need to check the core file for more details, if you already sent the ticket, can wait for a reply. If you want, can also check if there's any std error that happens before the it.
  6. Cold-Egg

    Installed OLS through repository then updated through lsup.sh for debug

    I just tested it on a test server, I don't think there will be an issue with OLS, feel free to give it a try.
  7. Cold-Egg

    Is it safe to remove the Example vhost and listener?

    Hi, Feel free to remove it if you don't need it.
  8. Cold-Egg

    How to find optimum configuration in php.ini on openlitespeed

    Hi, It wouldn't cause you performance issues, I'd recommend you modify configs/memory size if you see any issues happen.
  9. Cold-Egg

    How to find optimum configuration in php.ini on openlitespeed

    To improve the pagespeed score, you can rely on the LSCache plugin. Depending on the suggestions of the pagespeed, you might want to configure some optimization features of LSCache regarding it. The score has nothing to do with the server spec, and php.ini. LSCache beginner guide...
  10. Cold-Egg

    How to Fix Panel?

    Seems like a config issue, please share both the server and virtual host config files.
  11. Cold-Egg

    Website slows down or crashes on running benchmark (ab, wrk)

    The cache I mean is LSCache, see https://docs.litespeedtech.com/lscache/noplugin/installation/#basic-rewrite-rules Thanks, I can see the OLS and PHP process now, but the load on those process are extremely low, it might be a config issue somewhere. If the web admin is accessible via to public...
  12. Cold-Egg

    OpenLiteSpeed Stopped - Cyberpanel

    Hi, Do those files exist under the logs folder? Please list the logs directory, ls -al /usr/local/lsws/logs/
  13. Cold-Egg

    Website slows down or crashes on running benchmark (ab, wrk)

    Is it a custom PHP site? It is weird because I did not see any PHP or OLS process running from your screenshot, have you checked if the site is loadable on your browser? Also, is it possible to apply a cache on the site?
  14. Cold-Egg

    WHMCS problems

    I still have no clue about this, is there any error shown in the error log while the issue happening? Maybe you can submit the issue to support@litespeedtech.com with the forum post link appended for a further look.
  15. Cold-Egg

    Help translating a htaccess redirect from Apache to OLS (WordPress permalink)

    Oh, forgot to mention, you might also want to make sure the server/virtual host error log level is set to "INFO"
  16. Cold-Egg

    GCP OLS Wordpress Reset Initial Setup Script

    I am not that familiar with that plugin, but it mentioned "Duplicator is a reliable migration plugin and can be used to transfer your WordPress website from one domain to another. This tool is free and makes copying your site easy. " so domain should be included. Refer...
  17. Cold-Egg

    GCP OLS Wordpress Reset Initial Setup Script

    If the domain is already set and SSL applied, you can only manually change it. Steps: 1. Add/Update new domain from OLS Admin (https://docs.litespeedtech.com/cloud/images/wordpress/#step-2-add-domain-to-listener) 2. Update the WordPress domain manually...
  18. Cold-Egg

    Help translating a htaccess redirect from Apache to OLS (WordPress permalink)

    No need, you should see the rewrite log from the server/virtual host error log.
  19. Cold-Egg

    Help translating a htaccess redirect from Apache to OLS (WordPress permalink)

    https://docs.directadmin.com/webservices/openlitespeed/customizing-ols.html At line 54, there is a rewrite section like this: rewrite { enable 1 autoLoadHtaccess 1 |FORCE_SSL_REDIRECT| } Please try to insert logLevel 9 into it, e.g. rewrite { enable...
  20. Cold-Egg

    WHMCS problems

    Are there any session-related settings in WHMCS?
Top