Search results

  1. Cold-Egg

    Support for CORS headers for subdomains

    For sub-domain + different document root location case, better create a new virtual host instead of the Alias.
  2. Cold-Egg

    Is the slack group dead?

    Confirmed the issue, thanks for the report
  3. Cold-Egg

    disable server authentification for certain files and URLs

    If you use the context + realm method, then three more extra contexts are needed in your case. ~*^/public\.(js|php)|publiccontent\.(js|php)|container_.*\.js|robots\.txt$ off; ~*^/index\.php\?module=CorePlugin&action=optOut$ off; ~*^plugins\/Session\/configs\.php$ off;
  4. Cold-Egg

    ModSecurity Not Working When Using Openlitespeed As Reverse Proxy

    Maybe my scenario is different, just tested OLS as a proxy + Apache, and the Mod Security works on v1.7.7. [Module:mod_security] ModSecurity: Warning. detected SQLi using libinjection. [file "/usr/local/lsws/conf/owasp/owasp-modsecurity-crs/rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf"]...
  5. Cold-Egg

    How to set auto-renewal of Let's Encrypt SSL?

    oh, I see. Currently, not many cases that users use OpenLiteSpeed with other webservers on the same server, but free to use try-restart if you want. :)
  6. Cold-Egg

    openlitespeed ssl with multiple Domain

    Hi, Do you have HTTPS (port 443) listener setup on Openlitespeed ?
  7. Cold-Egg

    Recompile OpenLiteSpeed to work on Windows

    There's a way to run OpenLiteSpeed on Windows which is via docker. :) Docker on Windows: https://docs.docker.com/docker-for-windows/ OpenLiteSpeed + WordPress: https://docs.litespeedtech.com/cloud/docker/ols+wordpress/
  8. Cold-Egg

    ModSecurity Not Working When Using Openlitespeed As Reverse Proxy

    Hi @takerukoushirou and @gcms7892 Could you please OLS v1.7.6 or the above version a try? Upgrade method please follow https://openlitespeed.org/kb/how-to-upgrade-openlitespeed/ Best, Eric
  9. Cold-Egg

    OpenLiteSpeed with 64GB RAM, CloudLinux 7 OS and cPanel Control Panel

    Hi @gilles Sure, I mean OpenLiteSpeed with WHM/cpanel
  10. Cold-Egg

    Directadmin OpenLiteSpeed WebAdmin Console by port 7080 - Error 404 Not Found The resource

    mhm, still no clue, please submit a ticket to support@litespeedtech.com with this post link appended.
  11. Cold-Egg

    /tmp i space 100%

    Hi, You might want to check what fill the tmp folder, if this is due to the session file, then you can put the cleanup command in cronjob or increase the disk size. If this is caused by the core file, then it's a different case. Similar to this post...
  12. Cold-Egg

    GZIP/Brotli Compression not working as intended via Server Configuration > Tuning

    I launched a fresh wordpress, no such issue still(I mean turning off the compression works). Have you checked the static files from the incognito browser? Any CDN/proxy in the front? Possible to share the site URL so we can take a look?
  13. Cold-Egg

    Directadmin OpenLiteSpeed WebAdmin Console by port 7080 - Error 404 Not Found The resource

    Weird to me that curl from local shows a connection refused. You might want to try "curl -IkL https://127.0.0.1:7080" again and see if there's any error log. Also, please make sure that port 7080 is listened by openlitespeed service.
  14. Cold-Egg

    GZIP/Brotli Compression not working as intended via Server Configuration > Tuning

    Do you still see the compression if you disable the LSCache plugin and compression at the OLS server level?
  15. Cold-Egg

    Directadmin OpenLiteSpeed WebAdmin Console by port 7080 - Error 404 Not Found The resource

    Hi, What if you curl from the SSH console? Do you see the 302 or 200 status code? curl -IkL https://127.0.0.1:7080
  16. Cold-Egg

    LS Repos servers down

    It should be on the repo after a few days. :)
  17. Cold-Egg

    My website gets stuck for few seconds, before starting to work again

    I guess it still happens due to OpenLiteSpeed comes with php detached mode by default, so need to restart php with command killall -9 lsphp to make settings take effect. If it still not work, please raise a ticket to support@litespeedtech.com
  18. Cold-Egg

    My website gets stuck for few seconds, before starting to work again

    Hi, According to the error log "Reached max children process limit: 10, extra: 0, current: 10, busy: 10, please increase LSAPI_CHILDREN." that your server has hit the limit, please go to WebAdmin console > Server Configuration > External App > lSPHP7x, update both Max Connections and...
  19. Cold-Egg

    After running Certbot, URL download file instead of loading page

    Curl shows a redirect to HTTPS, it seems no issue? curl -I http://poetrade.gg/ HTTP/1.1 301 Moved Permanently Date: Thu, 14 Jan 2021 03:05:49 GMT Connection: keep-alive Cache-Control: max-age=3600 Expires: Thu, 14 Jan 2021 04:05:49 GMT Location: https://poetrade.gg/ cf-request-id...
Top