Search results

  1. Cold-Egg

    OLS 1.8.2 update working but there are issues

    Thanks for the report. It is a /dev/shm/ols/ permission issue, the OpenLiteSpeed dev has fixed the issue, please run lsup.sh again to fix it.
  2. Cold-Egg

    There are a lot of error logs

    Hi, It is a /dev/shm/ols/ permission issue, the OpenLiteSpeed dev has fixed the issue, please run lsup.sh again to fix it.
  3. Cold-Egg

    Error installing Imagick and Memcached for Openlitespeed on Almalinux 9.4

    The issue is with the PHP package, not related to LSWS or OLS. Since the build master hasn't had a chance to address it, you might want to manually build the package using the instructions found at https://docs.litespeedtech.com/lsws/extapp/php/extensions/#the-pear-package-manager. I tried this...
  4. Cold-Egg

    Permission problems

    @mischael1 Please list the permission with following commands and share the output here. ls -l /var/www/ ls -l /var/www/html
  5. Cold-Egg

    Add mime type

    What about edit /usr/local/lsws/conf/mime.properties file directly, does that work on the DA server?
  6. Cold-Egg

    Add mime type

    To add mime type, you can add it from web admin > Server Configuration > General > MIME Settings
  7. Cold-Egg

    Access Control and Allowed List...blocked myself

    Happy to know it works now. (y)
  8. Cold-Egg

    Ubuntu 24.04 Support

    yes you can.
  9. Cold-Egg

    Permission problems

    Try this https://docs.litespeedtech.com/cloud/images/wordpress/#uploading-files
  10. 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
  11. 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".
  12. Cold-Egg

    Unable to logon to web admin

    Happy to know it works now, I guess it was due to the system firewall?
  13. 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...
  14. Cold-Egg

    Fixing OpenLiteSpeed installation

    OpenLiteSpeed Web Admin has SSL, maybe you can try to proxypass to https and see if it helps.
  15. 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.
  16. 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.
  17. 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.
Top