Search results

  1. 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?
  2. 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...
  3. Cold-Egg

    lsPHP81 Imagick support?

    Thanks and noted, forwarded to our build master.
  4. 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.
  5. 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?
  6. 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...
  7. 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.
  8. 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...
  9. Cold-Egg

    Permissions Bug in OLS

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

    Quic doens't start

    Maybe it's a bug, we will take a look and update you soon.
  11. Cold-Egg

    vhost context phpIniOverride not being enforced

    HI @meramsey and @forumblues, thanks for pointing out the issue. I have discussed this internally to check the issue. And it turns out the change has nothing to do with the web server but the PHP engine, some configs may not support the override. Once I confirmed all the parameters, will update...
  12. Cold-Egg

    I can't build OpenLitespeed 1.7.16

    Once released, you can just run, e.g. yum install lsphp81-xx to install it. https://docs.litespeedtech.com/lsws/extapp/php/getting_started/#litespeed-repo-install-lsphp
  13. Cold-Egg

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

    Hi @Exou , if you can confirm it works before and does not work with the new version, feel free to report the issue to bug@litespeedtech.com. You can upgrade or downgrade easily with following example command. /usr/local/lsws/admin/misc/lsup.sh -v 1.7.16
  14. Cold-Egg

    I can't build OpenLitespeed 1.7.16

    Our build master will provide a repo for CentOS9 soon.
  15. Cold-Egg

    Comodo Master ModSecurity Breaks Site

    HI, I saw the reason. The guide is for the users who prefer the command line way, you can edit OpenliteSpeed’s conf file directly from the command line and append the following content to httpd_config.conf. You may combine rules, or list them out over multiple lines. But if you prefer to input...
  16. Cold-Egg

    Using include directive in configuration with wildcard or rejex includes

    Received, just put it on the dev's to-do list.
  17. Cold-Egg

    Quic doens't start

    OpenLiteSpeed default has HTTP/3 enabled and supported, so you don't need to change any HTTP/3 or security config for it. From the netstat it seems you have UDP port 443 issue, please check the firewall.
  18. Cold-Egg

    Subdomain to Open WebAdmin Console on Port 7080

    For images from the marketplace, a fast method is to use the script to setup the Virtual host with a subdomain and apply the certificate with Let's Encrypt, /bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) -d subdomain.example.com...
  19. Cold-Egg

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

    I see, if you need a new ioncube version, please try the manual method, https://docs.litespeedtech.com/lsws/extapp/php/extensions/#manual
Top