Search results

  1. Cold-Egg

    DigitalOcean OLS Wordpress 503 error during all-in-one WP migration import

    default_socket_timeout Does the 503 error happen after 60 seconds or?
  2. Cold-Egg

    access denied for fast cgi URI

    Could you provide the cgi context config or a screenshot here?
  3. Cold-Egg

    Rocky linux install php 8.1

    Please use lsphp81-mysqlnd. Latest mcrypt build is lsphp74, e.g. lsphp74-pecl-mcrypt So you might want to build the package by following https://docs.litespeedtech.com/lsws/extapp/php/extensions/
  4. Cold-Egg

    DigitalOcean OLS Wordpress 503 error during all-in-one WP migration import

    HI, Maybe you could increase the timeout and memory size to a higher number and see if it works?
  5. Cold-Egg

    Laravel With OpenLiteSpeed

    For non-rewrite rules, OLS will just bypass it, so you might want to find out what is causing the 500 error first. Does anything show in the error log?
  6. Cold-Egg

    Docker image fails to bind to UDP

    Any other service is listening to UDP port 443 on the host server?
  7. Cold-Egg

    Selectively enable HTTP/3, HTTP/2, and SPDY HTTP network protocols.

    You can see SSL tab under each virtual host, can set from there.
  8. Cold-Egg

    How to Force HTTPS in Vhost

    then you could set 9 to the rewriterule debug log, and tail the error log and share here. tail -f /usr/local/lsws/logs/error.log
  9. Cold-Egg

    How to enable/disable http2 in openlitespeed

    Unless you have a special requirement, otherwise keeping it enabled is recommended.
  10. Cold-Egg

    Installing openlitespeed on ubuntu 22.04

    Our build master is still working on it. ;)
  11. Cold-Egg

    tmp folder full issue due to bak_core

    Please upgrade to the latest version, if a new core file is generated, then follow https://docs.litespeedtech.com/lsws/cp/cpanel/bug-report/ and share it to support@litespeedtech.com
  12. Cold-Egg

    How to Force HTTPS in Vhost

    Rules look fine to me, have you restarted the web server?
  13. Cold-Egg

    Using ENV variables in configuration

    "For shell environment variables used inside the Apache configuration file", it will not replace the env value to the OLS/LSWS config directly. Please set the value to the config file.
  14. Cold-Egg

    Wordfence WAF on CyberPanel/OLS?

    That should do it, if you don't mind, please submit the issue to support@litespeedtech.com, we can help you more from there.
  15. Cold-Egg

    Wordfence WAF on CyberPanel/OLS?

    If you followed Method 1 via web admin, have you restarted the PHP(killall lsphp) yet?
  16. Cold-Egg

    Repository for Debian 11 containing lsphp73-opcache

    oh, I see, you want to use the old version. This PHP version is end of life so we will not build it more on a new platform. The old platform may still support, e.g. bionic
  17. Cold-Egg

    Please let me know how to host spring boot REST API using openlitespeed

    Have you set up a listener yet? https://docs.openlitespeed.org/configuration#set-up-listeners I am not familiar with the spring boot web app, if it's running locally and you need ols run as a reverse proxy, then you might also want to follow https://docs.openlitespeed.org/docs/advanced/proxy...
  18. Cold-Egg

    Repository for Debian 11 containing lsphp73-opcache

    It's there https://rpms.litespeedtech.com/debian/pool/main/bullseye/ Have you tried to update the repo list yet? apt-get update
Top