Search results

  1. Cold-Egg

    Web Admin login error after update to 1.8.4

    Hi @Cardiff-Paul The issue should have been fixed in the latest build(7). If you have any further questions, feel free to report.
  2. Cold-Egg

    How to remove “Proudly Served by LiteSpeed Web Server…” footer from directory listing

    It's generated via /usr/local/lsws/share/autoindex/autoindex_include.php Maybe you can back up the script and customize it, and see if it works.
  3. Cold-Egg

    Web Admin login error after update to 1.8.4

    Thanks for the report, we will look into this!
  4. Cold-Egg

    Repository for Debian 13 "Trixie"

    Thanks for the report, and it's done.
  5. Cold-Egg

    2 website got hacked for using cyberpanel

    CyberPanel is a control panel; unless it’s compromised, it’s likely not related to the hacking issue. To secure a WordPress website from the web server side, you can protect the wp-login.php and wp-admin pages using a static context. ReCAPTCHA and throttling are also supported by the web...
  6. Cold-Egg

    Does rewrite works in context at VHost level?

    Proxy context does not support rewrite. You might want to follow https://docs.openlitespeed.org/config/reverseproxy/#rewrite-rules to set up the proxy with rewrite, then you can customize the rewriterule from there.
  7. Cold-Egg

    Repository for Debian 13 "Trixie"

    We had no choice but to discontinue lsphp84-imap, since its required dependency is not available in the default Debian 13 sources.
  8. Cold-Egg

    Repository for Debian 13 "Trixie"

    @PaulK @paul_m @epionier OpenLiteSpeed and all PHP packages are pushed, let me know if anything is still missing.
  9. Cold-Egg

    Chown warning on installation

    @lkjhfgcr Pushed openlitspeed v1.8.4-4 package for bookworm, feel free to give it a try and let us know if there are any issues.
  10. Cold-Egg

    Combining an OLS host with multiple docker containers

    Adding those parameters to the environment looks correct, though I’m not sure whether DOCUMENT_ROOT is the right one or if PHP-FPM actually receives it. Context might have higher priority than rewrite rules. Instead of using a FastCGI context, you can create a PHP handler for FastCGI so that...
  11. Cold-Egg

    Repository for Debian 13 "Trixie"

    pspell has been moved to PECL for PHP 8.4, we will add this after the openlitespeed.
  12. Cold-Egg

    Virtual Host SSL does not override Listener SSL

    Your settings sound good. I have one Ubuntu 24.04 + OLS v1.8.4-3 and can not reproduce it. Could you check the logs and let us know if there are any error/issue reports? If none, please submit the issue to support@.litespeedtech.com with this forum post link appended.
  13. Cold-Egg

    Chown warning on installation

    Thanks for the report. They all share the same build file. I just installed OpenLiteSpeed on Noble Arm, and no such issue. Maybe it happens on Debian only, I will review and try to avoid chown/install in the next build release and see how it goes.
  14. Cold-Egg

    Combining an OLS host with multiple docker containers

    Just an idea, not a solution. For OLS, using built-in LSAPI should be much easier. Have you tried this stack setup, https://docs.litespeedtech.com/cloud/docker/ols-wordpress/
  15. Cold-Egg

    Repository for Debian 13 "Trixie"

    All PHP packages are updated, feel free to give it a try.
  16. Cold-Egg

    Repository for Debian 13 "Trixie"

    Right, but I think that the testing repo is not stable, so I will remove the testing dependency package from the default lsphp packages. Still working on it and will update here once everything is done.
  17. Cold-Egg

    Repository for Debian 13 "Trixie"

    Got it, will have it fixed.
  18. Cold-Egg

    Access Log

    I don’t think there’s a built-in feature for that, but you can customize the log format and then use a script or command to filter out the data you need into a separate file.
  19. Cold-Egg

    Repository for Debian 13 "Trixie"

    Just an update, lsphp82&83 are ready, lsphp81 is not ready yet
  20. Cold-Egg

    How to Enable Hotlink Protection for WebP Images in OpenLiteSpeed

    You can also use user-agent to match the bot. You might want to give it a try and modify it. RewriteCond %{HTTP_USER_AGENT} !(pinterestbot|bingbot) [NC] RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^https?://(www\.)?yourdomain\.com [NC] RewriteRule \.(webp)$ - [F,NC,L]
Top