Search results

  1. Cold-Egg

    OLS 1.8.2 upgrade std::length_error + breaks mod_security

    Thanks for the report, I will forward it to the dev team.
  2. Cold-Egg

    Constant error log - Failed to open the real time report: /dev/shm/ols/status/

    Hi, 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.
  3. 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.
  4. 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.
  5. 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...
  6. 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
  7. Cold-Egg

    Add mime type

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

    Add mime type

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

    Access Control and Allowed List...blocked myself

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

    Ubuntu 24.04 Support

    yes you can.
  11. Cold-Egg

    Permission problems

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

    Unable to logon to web admin

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

    Fixing OpenLiteSpeed installation

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