Search results

  1. Cold-Egg

    Found major bug in OLS

    I saw you raised a ticket, we can follow up from there.
  2. Cold-Egg

    ipv6 listener won't work behind cloudflare

    Hi, OLS support IPv6, but I am not sure if there's any additional configuration required from Cloudflare, please check their guide https://developers.cloudflare.com/support/network/understanding-and-configuring-cloudflares-ipv6-support/ or you might want to search the similar case from their...
  3. Cold-Egg

    Unable to enable HTTP/3

    Could you test the site on https://http3check.net/ and share the output here?
  4. Cold-Egg

    503 when setting cookie via RewriteRule

    Ok, please send the issue to support@litespeedtech.com with this forum post link for further check.
  5. Cold-Egg

    503 when setting cookie via RewriteRule

    May I know if you have the web server restarted after updating the rewrite rule?
  6. Cold-Egg

    openlitespeed cache without plugin not work

    Hi, Cache module is enabled by default, no need to change it. Have you tried rewrite rule to apply cache? See https://docs.litespeedtech.com/lscache/noplugin/installation/
  7. Cold-Egg

    503 when setting cookie via RewriteRule

    Maybe the rule you tried is not completed, the following rule works on my test server. RewriteRule .* - [CO=mycookiename:mycookievalue:.example.com:0:/] [L]
  8. Cold-Egg

    htaccess not working

    @Elijah419 Try this config in the Static Context, URI .*\.(doc|docx|xls|xlsx|zip|mp4|rar|pdf|m4a|txt|mp3)$ Location /var/www/html Accessible Yes Header Operations Content-Disposition attachment Please substitute the...
  9. Cold-Egg

    deploy app next.js

    ok, if you still have an issue, please share it here.
  10. Cold-Egg

    deploy app next.js

    Do you mean that you don't know how to config the virtual host or if there's any issue during the setup?
  11. Cold-Egg

    SSL doesn't work ERR_CONNECTION_REFUSED

    If you set `Yes` to Secure, then you can not leave the SSL tab as default(empty Key&cert). Please assign a key and cert to it. More https://docs.openlitespeed.org/configuration#set-up-listeners
  12. Cold-Egg

    SSL doesn't work ERR_CONNECTION_REFUSED

    If it shows a pink/red icon, then it probably means you have config it wrongly. Please share the listener config including SSL part so we can help.
  13. Cold-Egg

    deploy app next.js

    I am not familiar with it, the following is just an idea. If next build generates a static file, you can just point the document root folder to it, so the web server can serve it. If you want to run a nodejs + next as a back-end service, please follow...
  14. Cold-Egg

    404 error when protecting phpmyadmin

    ok, please send it to support@litespeedtech.com with this forum link appended, we will help to you further from there.
  15. Cold-Egg

    Replacing Nginx with OpenLitespeed

    ok, maybe you can submit the issue to support@litespeedtech.com with the forum link appended, then we can try to check it further from there.
  16. Cold-Egg

    Replacing Nginx with OpenLitespeed

    ok then, please try to access web admin > https Listener > SSL > Security & Features and set "No" to Open HTTP3/QUIC (UDP) Port, then test again to see if you can still reproduce the issue or not.
  17. Cold-Egg

    Replacing Nginx with OpenLitespeed

    Hi Nikki, May I know if the same error and issue also happen on HTTP? Or does it only happens on HTTPS?
  18. Cold-Egg

    two websites, different domains, trying to setup ssl

    Looks good to me. Could you join litespeed community on Slack and message me @Eric from there, or submit the issue to support@litespeedtech.com with this forum link appended, so I can help you further from there?
Top