Search results

  1. Cold-Egg

    Permission problems

    Oops, I forgot to send out the reply. Those permissions look no issue. Please run the following commands under the /var/www/html folder find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; If it's still not working, please submit the issue to support@litespeedtech.com with...
  2. Cold-Egg

    Apache behind OpenLiteSpeed behind nginx, X-Forwarded-For is modified

    Try to set the Use Client IP in the header to Trusted IP only and add Nginx IP to the Access Control > Allowed list and see if it helps.
  3. Cold-Egg

    Problem with dynamic subdomains

    The rewrite rule section of "# Exclude request to /api/ and static files " and "# Handle dynamic subdomains in the form of user<number>.domaine.com " looks weird to me. As well as the "# Exclude the homepage (domaine .com) from being rewritten " section. Is the subdomain site loadable if there...
  4. Cold-Egg

    OLS 1.8.2 upgrade std::length_error + breaks mod_security

    Thanks. The OLS development team discovered that ModSecurity made some changes. They should be able to address the ModSecurity loading issue this week.
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. 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...
  10. 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
  11. Cold-Egg

    Add mime type

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

    Add mime type

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

    Access Control and Allowed List...blocked myself

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

    Ubuntu 24.04 Support

    yes you can.
  15. Cold-Egg

    Permission problems

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

    Unable to logon to web admin

    Happy to know it works now, I guess it was due to the system firewall?
Top