Search results

  1. Cold-Egg

    Docker Images Enable PHP shmop

    Hi, You could follow https://docs.openlitespeed.org/config/php/custom/ to include --enable-shmop from the web admin>Tools>Compile PHP, but you might need to include all the dependencies.
  2. Cold-Egg

    Reqcookie cache is secure?

    Use WordPress as an example, LSCache for WordPress will set a no-cache to the admin page, so others won't see the cache copy. In some cases, the set cookie is a must, e.g. login user, or WPML to apply language and currency cookies, unless you don't need to cache these at all.
  3. Cold-Egg

    io.UnsupportedOperation on FileResponse (Django)

    Try Python build-in web server, e.g. python manage.py runserver x.x.x.x:x to start the service, if the issue happens with it, then it's a code issue.
  4. Cold-Egg

    Reqcookie cache is secure?

    May I know if you are talking about the cache module in the OpenLiteSpeed? This option is set to enabled by default, see https://docs.openlitespeed.org/modules/#add-the-module-to-openlitespeed
  5. Cold-Egg

    Does anything work at OpenLiteSpeed?

    I tried the script yesterday and now, all works fine. Can you try to curl with other scripts? If it's still not working, then maybe you can check https://askubuntu.com/questions/1387141/curl-23-failure-writing-output-to-destination and see if it helps.
  6. Cold-Egg

    how to change domain of wordpress sites?

    Access the OpenLiteSpeed web admin and update and add an additional domain from the VHost Templates>docker.
  7. Cold-Egg

    One-click install fails under Ubuntu 24.04

    I tried the script yesterday and now, all works fine. Can you try to curl with other scripts? If it's still not working, then maybe you can check https://askubuntu.com/questions/1387141/curl-23-failure-writing-output-to-destination and see if it helps.
  8. Cold-Egg

    Setting up custom headers made phpmyadmin screen blank

    I know the reason, the phpmyadmin location is outside of your document root, so it's empty. Browser cache is enabled by default, you don't have to modify it. If you still want to customize the header, please edit the existing phpmyadmin context instead of creating a new static context with a...
  9. Cold-Egg

    Openlitespeed monitoring with Datadog

    I am not familiar with this, but you might want to update this "php /tmp/datadog-setup.php --php-bin=all". Have you tried to install this part manually? Does it output a success? I am not sure what "all" means here, maybe you can specify the whole path instead of "all" and see if it works.
  10. Cold-Egg

    Setting up custom headers made phpmyadmin screen blank

    Please share the header config you have made.
  11. 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.
  12. Cold-Egg

    external control of streams

    If there's no traffic, isn't the connection timeout after a while and it will be closed?
  13. 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.
  14. 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.
  15. 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...
  16. 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.
  17. 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.
  18. 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.
  19. 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');"
Top