Search results

  1. Cold-Egg

    n8n reverse proxy problem

    LiteSpeed currently only supports offloading SSL and forwarding to the backend using ws://, not wss://. A similar discussion can be found here: https://forum.openlitespeed.org/threads/websocket-reverse-proxy-over-tls.5237/
  2. Cold-Egg

    Error installing Imagick and Memcached for Openlitespeed on Almalinux 9.4

    Just an update. There have been some updates to the RPM packages, so I launched a fresh AlmaLinux 9 instance and was able to install all the lsphp82 and lsphp83 packages without any warnings."
  3. Cold-Egg

    About Virtual Server Log Files

    Which control panel? if you set an virtual host access log path to, e.g. /home/username/logs/access.log, then the virtual host access log path is /home/username/logs/access.log. Please provide more details of the issue.
  4. Cold-Egg

    Weird and not loading website on 1.8.3

    If so, please submit the issue to support@litespeedtech.com with this forum post link appended for further check
  5. Cold-Egg

    Weird and not loading website on 1.8.3

    @eakteam Are there any sites experiencing this issue even without LSCWP installed?
  6. Cold-Egg

    Modsecurity errors not present in domain error file - directadmin - modsecurity with comodo

    I just did a quick test for OLS + OWASP, and the error log logs " [INFO] [146419] [1.2.3.4:59423:HTTP2-11#wordpress] [Module:mod_security] ModSecurity: Warning. Matched "Operato ..." as expected on both server and virtual host levels. So you might want to check if theLog Level has INFO included.
  7. Cold-Egg

    Weird and not loading website on 1.8.3

    Thanks for the info. For LSCWP-related questions, feel free to open a post on https://wordpress.org/support/plugin/litespeed-cache/
  8. Cold-Egg

    Where to add Security Headers for all hosts?

    It supports the virtual host level only, see https://docs.openlitespeed.org/security/headers/ If you want to reduce the duplicate set up, you could consider the virtual host template or include conf feature(https://docs.openlitespeed.org/config/advanced/includes/).
  9. Cold-Egg

    Weird and not loading website on 1.8.3

    Not pretty sure as there's no similar report. If it's still happening or there's a reproduce method, please submit it to support@litespeedtech.com for further support.
  10. Cold-Egg

    OpenLitespeed reverse proxy to Local FastAPI App Fails

    For DirectAdmin, you might want to use their method. See https://forum.directadmin.com/threads/how-to-reverse-proxy-openlitespeed-on-directadmin-working-with-net-core-blazor.60218/ and https://docs.directadmin.com/webservices/openlitespeed/customizing-ols.html for more information.
  11. Cold-Egg

    Throttling / request rate limit for certain locations?

    According to Fail2Ban GitHub note, IPv6 support is implemented in version 0.10
  12. Cold-Egg

    Throttling / request rate limit for certain locations?

    Maybe something like fail2ban and CrawdSec may help. We added fail2ban to the ols1clk script a few days ago, and it's mainly to protect wp-login.php and xmlrpc.php from multiple POST requests. Feel free to adjust the fail2ban config to match your goal.
  13. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    The default value is set to no limit. Please avoid changing this setting unless you're certain of its purpose. perClientConnLimit { staticReqPerSec 0 dynReqPerSec 0 outBandwidth 0 inBandwidth 0 softLimit 10000 hardLimit...
  14. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Those settings look fine. If this keeps happening, please submit the issue to support@litespeedtech.com for further assistance.
  15. Cold-Egg

    Implemented Feature Request: Auto-Reload .htaccess Changes Without Manual Restart

    Hi, This feature is unlikely to be added or merged, as the behavior is intentional by design. For details, please refer to the editions: https://www.litespeedtech.com/products/litespeed-web-server/editions
  16. Cold-Egg

    Install locally on Ubuntu for dev purposes

    Have you check this yet https://docs.openlitespeed.org/config/php/externalapp/#use-a-virtual-host-level-external-app
  17. Cold-Egg

    Install locally on Ubuntu for dev purposes

    You might want to move the virtual host config to the lsws or lsws/conf folder, and point the document root to the app folder. Let us know if it works.
  18. Cold-Egg

    PHP error: Using ${var} in strings is deprecated

    For the autoindex, it's being used when directory listing is enabled and no index file is present in a directory. Do you have autoindex enabled?
  19. Cold-Egg

    Implemented Feature Request: Auto-Reload .htaccess Changes Without Manual Restart

    Unfortunately, this is a limitation of OpenLiteSpeed. However, you can use this workaround: https://docs.openlitespeed.org/panel/directadmin/#using-the-cron
  20. Cold-Egg

    Why does one LSAPI CHILD take around 120MB of RAM?

    It might be controlled by the memory_limit setting in your php.ini file. Have you checked the phpinfo page to see what value is set for memory_limit?
Top