Search results

  1. Cold-Egg

    Permission problems

    Try this https://docs.litespeedtech.com/cloud/images/wordpress/#uploading-files
  2. Cold-Egg

    Python 3.12, wsgi-lsapi, and Django

    Thanks for sharing. OpenLiteSpeed comes with python in detached mode by default, so you will need to restart python with the following command to make any new settings take effect: killall lswsgi https://docs.litespeedtech.com/cloud/images/django/#how-do-i-restart-the-python-process
  3. Cold-Egg

    Access Control and Allowed List...blocked myself

    You might want to update the config via the SSH console. The server config path is "/usr/local/lsws/conf/httpd_config.conf" and the admin conf path is "/usr/local/lsws/admin/conf/admin_config.conf".
  4. Cold-Egg

    Unable to logon to web admin

    Happy to know it works now, I guess it was due to the system firewall?
  5. Cold-Egg

    Enable Daphne and ASGI

    For item 1, maybe you can raise a feature request on https://github.com/litespeedtech/openlitespeed/issues Do you mean git clone openlitespeed from GitHub? it's allowed. git clone https://github.com/litespeedtech/openlitespeed.git To customize the domain, you can follow...
  6. Cold-Egg

    Fixing OpenLiteSpeed installation

    OpenLiteSpeed Web Admin has SSL, maybe you can try to proxypass to https and see if it helps.
  7. 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.
  8. 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.
  9. 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.
  10. 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
  11. 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.
  12. 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.
  13. 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.
  14. 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...
  15. 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.
  16. Cold-Egg

    Setting up custom headers made phpmyadmin screen blank

    Please share the header config you have made.
Top