Search results

  1. Cold-Egg

    Multiple lsphp with high CPU usage

    Hi @dens, for this shopping site, I'd recommend you to enable LSCache (https://docs.litespeedtech.com/lscache/lscwp/) to reduce the PHP and DB load.
  2. Cold-Egg

    cache Issue [Page cache is not detected but the server response time is OK]

    Saw a similar ticket/issue from other places, reply here too, Our header x-litespeed-cache is not included in the health tools check for http response header, that's why it complains. If you check the site from https://check.lscache.io/, it should shows LiteSpeed cache is a hit.
  3. Cold-Egg

    OLS Proxy Reverse is working?

    It works for me, see curl -I https://api.vitrimix.com.br/ HTTP/2 200 x-powered-by: Express access-control-allow-origin: * content-type: application/json; charset=utf-8 etag: W/"f-V8aY9BKXDVLrPXkVFrx47mMSg74" date: Wed, 30 Nov 2022 01:48:03 GMT server: LiteSpeed alt-svc: h3=":443"; ma=2592000...
  4. Cold-Egg

    Google Cloud Deployment with WordPress + openlitespeed

    Also, I did a quick test. Launch the server and apply Let's Encrypt, SSL report = B Then I went to web admin > Listener > SSL > SSL protocol, and only enable TLS v1.2 and TLS v1.3, and the score turns to A immediately. No need to bother OCSP and ECC cert.
  5. Cold-Egg

    Google Cloud Deployment with WordPress + openlitespeed

    2. Sure you can delete it, won't cause any issues. 3. I didn't compare the score with ecc before. To answer your question, no need to delete the existing certificate, since you will need to manually apply the new ecc cert to the web server. No harm to keep both cronjobs. 4. No alert, I...
  6. Cold-Egg

    Listener level settings

    Globally. And the virtual host level can overwrite it.
  7. Cold-Egg

    wsgi-lsapi-2.1.tgz wrong version in main.c

    Fixed, thanks for the report.
  8. Cold-Egg

    wsgi-lsapi-2.1.tgz wrong version in main.c

    Thanks for the report, will forward it to the team.
  9. Cold-Egg

    OLS Proxy Reverse is working?

    I guess you did not set up a listener, or map the virtual host?
  10. Cold-Egg

    Google Cloud Deployment with WordPress + openlitespeed

    hi, let me help to answer all the questions. 1. Those are still secure, it just not using a valid SSL certificate so your browser will show the warning. You can also assign a valid certificate to the web admin > admin > listener if needed. 2. That is not for cloud images. For the image, the...
  11. Cold-Egg

    Installing xdebug for lsphp81 on ubuntu 22.04

    I just installed lsphp81-dev on a Ubuntu system, it may install some php8.1 packages, but it won't cause any issues. Not sure what's the switch bothers you? If you want to specify lsphp81, can also run lsphp with full command /usr/local/lsws/lsphp81/bin/php, or, set a soft link by pointing...
  12. Cold-Egg

    I can't build OpenLitespeed 1.7.16

    Hi, It's not really yet. To answer your question, install lsphp81 from the console, setup php8 external app, and switch the version from web admin > handler. Yes admin has lsphp7 build-in.
  13. Cold-Egg

    Openlitespeed is crashing and restarting every 1-2 minutes

    I saw the Server Restart Request via Signal.., may I know if there's any control panel on this server? Maybe you can raise a ticket to support@litespeedtech.com so our dev team can have a further look from there.
  14. Cold-Egg

    HTTP 3/QUIC stopped working, website is now using HTTP 2

    nc is not pretty accurate in testing the inbound, that's why we put the tcpdumpt method on the document. :)
  15. Cold-Egg

    vhost context phpIniOverride not being enforced

    Hi, As the PHP document states, it must be set in php.ini, and it indeed works with OpenLiteSpeed. We cannot override via the php_admin_value, and even if the local value is changed, PHP won't do anything. It is the way how PHP engine works. The PHP-FPM pool setting is equivalent to setting...
  16. Cold-Egg

    HTTP 3/QUIC stopped working, website is now using HTTP 2

    hi @Rinart73 , The tcpdump indicates the inbound UDP 443 is not working, it still seems like a firewall issue somewhere, maybe at the network layer or data center layer.
  17. Cold-Egg

    Setup LSWS/OpenLiteSpeed to listen to a Unix Socket

    I see. For OLS, I don't think listen on unix socket is available, only proxy, programing language, e.g. PHP able to work with the socket.
  18. Cold-Egg

    vhost context phpIniOverride not being enforced

    HI So, I tried to find out what the issue is by launching an old image that has old LSPHP with Server API 7.9 and OLS v1.7.14, but the test result is the same(phpinfo is still loadable if you want to override it from the virtual host config). It seems nothing changed from my test. Also...
  19. Cold-Egg

    Installing xdebug for lsphp81 on ubuntu 22.04

    I don't think xdebug package is available, you might want to compile it, see https://forum.openlitespeed.org/threads/php-xdebug.2397/ and https://wizardassistant.com/how-to-install-xdebug-for-lsphp/
Top