Search results

  1. 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]
  2. 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...
  3. Cold-Egg

    deploy app next.js

    ok, if you still have an issue, please share it here.
  4. 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?
  5. 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
  6. 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.
  7. 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...
  8. 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.
  9. 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.
  10. 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.
  11. 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?
  12. 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?
  13. Cold-Egg

    404 error when protecting phpmyadmin

    Hi, Ok, so the context config looks fine. What if you remove the realm temporarily in order to make sure the phpmyadmin loads fine with PHP?
  14. Cold-Egg

    two websites, different domains, trying to setup ssl

    443 ssl listener allows only one cert/key is correct, the virtual host one will overwrite it. You said that you add a different .pem certificate and .pem private key for each individual virtual host, but the website hangs. It could be a configuration issue, please do a screenshot of this...
  15. Cold-Egg

    Replacing Nginx with OpenLitespeed

    Hi Nikki, Is there any error log? and any screenshot of the browser dev tool > Network > All, so we can have more information on where could be the issue?
  16. Cold-Egg

    two websites, different domains, trying to setup ssl

    Hi, Please check this guide https://docs.openlitespeed.org/configuration#set-up-ssl-for-virtual-hosts for the second and more domain SSL set up.
  17. Cold-Egg

    404 error when protecting phpmyadmin

    The link you followed is correct. Could you go to the web admin > virtual host > phpmyadmin context and double-confirm all the settings are correct?
Top