Search results

  1. Cold-Egg

    Openlitespeed monitoring with Datadog

    Hi, Do you mean that you can not even add the container to the datadog control panel? I tried to follow https://docs.datadoghq.com/containers/guide/compose-and-the-datadog-agent/ and it works.
  2. Cold-Egg

    external control of streams

    If there's no traffic, isn't the connection timeout after a while and it will be closed?
  3. Cold-Egg

    Create persistent volume in docker-compose

    Does the file exist? If so, may I know how you created the new domain? Maybe the listener does not have that domain mapping.
  4. Cold-Egg

    Create persistent volume in docker-compose

    Try this https://github.com/litespeedtech/ols-docker-env, and you can modify files based on your needs. The /var/www/vhosts are already defined in the volumes, so you don't need to worry about the wp-content dir.
  5. Cold-Egg

    Domain Change

    Check https://docs.litespeedtech.com/cloud/images/wordpress/#step-2-add-domain-to-listener, you might want to update the Domains section from "Origin_Doamin" to "New Domain, IP" or "*". So you can access the site via a new domain or IP. Please add the IP and Origin domain to your hosts file if...
  6. Cold-Egg

    I have installed litespeed but I still check LSCache is not supported

    Please try to move the litespeed rewrite section to the top of the .htaccess file, graceful restart the web server, and check the cache again. Let us know if it works.
  7. Cold-Egg

    DDOS unexpected success?

    To fix the Too many open files!, you can increase the operating system file descriptor limit. See https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-fix-a-too-many-open-files-issue No, I don't think the web server has the build-in function to check if the log is repeated.
  8. Cold-Egg

    Litespeed PHP SAPI in deb.sury.org

    Please check https://docs.litespeedtech.com/lsws/extapp/php/getting_started/#source, basically you only need to add "--with-litespeed" while configuring the PHP.
  9. Cold-Egg

    Composer use php instead of using lsphp

    Try this /usr/local/lsws/lsphp83/bin/php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
  10. Cold-Egg

    Header doesn't support env. Header set TEST_name "TEST_VALUE" env=!TESTenv

    Hi, I can reproduce the issue and report it to the dev, but it might not be set as a high priority. Since you have come up with a solution already, if you don't mind, please create a PR on OpenLiteSpeed GitHub(https://github.com/litespeedtech/openlitespeed).
  11. Cold-Egg

    When using Webuzo + Softaculous = Open Lite Speed misbehaves

    It might be because the PHP is set to Detached or daemon mode, and not page cache-related. If so, you might want to restart the PHP processes by following https://docs.openlitespeed.org/config/php/detached/#restart-detachedphp-processes or check if Webuzo provides any PHP restart button for users.
  12. Cold-Egg

    FastCGI occasionally slow

    I have no idea about the FCGI delay part unless you set a very low value on the Max Connections, Environment, Memory Limit, or Process Limit. Also, what's the value you set in the Instances? Yes, the reverse proxy works too.
  13. Cold-Egg

    Header doesn't support env. Header set TEST_name "TEST_VALUE" env=!TESTenv

    I will give it a try and update you here.
  14. Cold-Egg

    How to block bad user agents?

    @Avidixx Have you tried to put the rules at the top of the .htaccess file? Does it work?
  15. Cold-Egg

    Missing LSPHP 8.3.x modules

    Could be the email/app is not compatible with PHP8.3? Sure, please share here if you have found the root cause.
  16. Cold-Egg

    How do I get OLS to maintain my environment config?

    The second PATH variable means "/home/deploy/.rbenv/versions/3.3.4/bin"? I'm not quite sure what the issue is after hitting the "require "bundler/setup".
  17. Cold-Egg

    Missing LSPHP 8.3.x modules

    @rahulsoni Packages are pushed, please give it a try and let me know if there are any issues.
  18. Cold-Egg

    Cannot upload anything higher than 89Mb to WordPress

    Is it possible to share a phpinfo page link? Any issue shown in the error log during the upload with a file that is larger than 90MB?
  19. Cold-Egg

    Urgent plugin help plz

    No, they can't. You might want to ask your hosting if they have any backup that you can use.
Top