Search results

  1. Cold-Egg

    Unable to connect to webmin / cp on new server. Port 7080 is OPEN.

    What if you curl from the console? curl -Ik https://127.0.0.1:7080/login.php If return 200 status code, then it means you have a firewall issue on the network layer.
  2. Cold-Egg

    Site not loading on iOS / Apple devices

    I saw someone provided suggestions already on Slack, if the issue still, please raise a ticket with us at support@litespeedtech.com
  3. Cold-Egg

    I want to change my domain name for my server.

    Hello, 1. You might want to set up a HTTP listener 2. Just add the new domain and virtual host to the listener. On your Virtual Host mappings area, click the Add button, then input merakigifts.tk, www.merakigifts.tk in domain read and choose the virtual host you want to add. 3. It's depends...
  4. Cold-Egg

    Apache Rewrite Rules not working

    Rewrite rules should just work on OpenLiteSpeed, may I know if you have the webserver restarted?
  5. Cold-Egg

    I want to change my domain name for my server.

    Hi, First, you need to make sure bonheurgifts.in is accessible before applying new SSL cert. Please ad the domain to the listener if you haven't. May I know how you apply a certificate for merakigifts.tk before?
  6. 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.
  7. Cold-Egg

    Is the slack group dead?

    Confirmed the issue, thanks for the report
  8. 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;
  9. 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"]...
  10. 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. :)
  11. Cold-Egg

    openlitespeed ssl with multiple Domain

    Hi, Do you have HTTPS (port 443) listener setup on Openlitespeed ?
  12. 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/
  13. 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
  14. Cold-Egg

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

    Hi @gilles Sure, I mean OpenLiteSpeed with WHM/cpanel
  15. 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.
  16. 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...
  17. 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?
  18. 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.
Top