Search results

  1. 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...
  2. 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.
  3. 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.
  4. 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. :)
  5. 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...
  6. 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.
  7. 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.
  8. 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...
  9. 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/
  10. Cold-Egg

    Setup LSWS/OpenLiteSpeed to listen to a Unix Socket

    I am not familiar with cloudflare tunnel, but https://community.ops.io/realchaika/how-to-setup-a-cloudflare-tunnel-new-using-gui-method-37o6 seems like no such setup?
  11. Cold-Egg

    Hi,Guys, I can Not install ionCube loder on my google cloud php version 7.4 , please help

    If the theme/plugin requires a specific or latest ioncube version, then you can 1. Wait for next lsphp release 2. Compile by yourself, (but I remember we discussed that compiling manually does not work? ) I will inform our build master to update it soon. Since it's close to the US holiday, the...
  12. Cold-Egg

    lsPHP81 Imagick support?

    Thanks and noted, forwarded to our build master.
  13. Cold-Egg

    htaccess noabort options not working

    Looks fine to me. Maybe you can also try to set "Max Idle Time" to -1 under the external app and see if it helps.
  14. Cold-Egg

    403 on virtual host

    If static file response 403, then it's not PHP related. Could you send the issue to support@litespeedtech.com with this forum post appended?
  15. Cold-Egg

    403 on virtual host

    HI, This one should help you to set up a virtual host with the correct permission, https://docs.openlitespeed.org/configuration#set-up-virtual-hosts The document root permission will depend on you, if the server runs with www-data, then you can just use it. If you have multiple users with...
  16. Cold-Egg

    Quic doens't start

    Hey @kvv213, we can confirm it's a bug in IPv6 listener, and will be fixed in the next release. Thank you so much.
  17. Cold-Egg

    To Code-Egg : Installation of OpenLiteSpeed WordPress Docker Container on Render.com

    Hi For OpenLiteSpeed WordPress docker, you might want to try https://github.com/litespeedtech/ols-docker-env I have no experience with render.com, you might want to integrate the https://github.com/render-examples/wordpress/blob/master/render.yaml database part to...
  18. Cold-Egg

    Permissions Bug in OLS

    Maybe it's one of the file or folder permission is incorrect under the WordPress folder.
  19. Cold-Egg

    Quic doens't start

    Maybe it's a bug, we will take a look and update you soon.
Top