Search results

  1. Cold-Egg

    How to read Environment variables on virtual host in Nodejs app?

    Hi, If you set up the NodeJS with the App Context method, then you could add env variable from there. https://openlitespeed.org/kb/running-node-js-apps-with-openlitespeed/
  2. Cold-Egg

    How to enable PUT method?

    For static files, you probably can only use the GET request. For PUT, you might want to set up a backend service to handle it, e.g. PHP.
  3. Cold-Egg

    How to install openlitespeed normally on the treasure tower panel, I'm going crazy

    I don't know such a panel, but you should be able to find some tutorials in Chinese.
  4. Cold-Egg

    Php 8.2 ini file not visible in directadmin file editor

    @MEMT, I saw a similar post on DA, have you raised a ticket with DirectAdmin support?
  5. Cold-Egg

    Page cache is not detected and the server response time is slow

    Additional information, here's the response header, the server is running with Apache currently, HTTP/1.1 200 OK Date: Mon, 04 Dec 2023 00:29:11 GMT Server: Apache X-DNS-Prefetch-Control: on Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma...
  6. Cold-Egg

    Unable to login to OpenLiteSpeed Admin GUI

    Hi @Axin Please check https://forum.openlitespeed.org/threads/unable-to-reset-openlitespeed-webadmin-console-password.4283/ and see if any of those solutions help.
  7. Cold-Egg

    Apache not replaced with OLS installation

    OLS can not read Apache config, please make sure you have set up listener/virtual host ..etc properly on OLS. Maybe you can use a different port to verify if everything works correctly, then you can stop the Apache service, and switch the OLS listener port to 80/443. Hope it helps.
  8. Cold-Egg

    How to enable PUT method?

    All request methods are allowed by default with the web server. You can test it on https://reqbin.com/post-online
  9. Cold-Egg

    OLS Bash Installer - Adding PHP 8.3?

    We will add it once the PHP 8.3 is ready with the LiteSpeed repository.
  10. 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.
  11. 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...
  12. 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.
  13. 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.
  14. 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.
  15. Cold-Egg

    Is it safe to remove the Example vhost and listener?

    Hi, Feel free to remove it if you don't need it.
  16. 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.
  17. 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...
  18. Cold-Egg

    How to Fix Panel?

    Seems like a config issue, please share both the server and virtual host config files.
  19. 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...
Top