Search results

  1. Cold-Egg

    Webadmin Login Page not Secure after one-click install wordpress on Cloud

    1. Use the same should be fine. 2. Can skip this and see if the web admin page loads fine or not
  2. Cold-Egg

    Basic auth realm always promting auth even the password is correct

    Looks fine to me, and there should has no permission issue if you created the file by the web admin. I just tried $SERVER_ROOT/conf/vhosts/$VH_NAME/htpasswd and it works for me, could you try to test it without the group?
  3. Cold-Egg

    500 litespeed wordpress error when activating http / 2 css and js in litespeed cache plugin.

    Could you share some of the 500/503 error logs? Maybe it's due to you are using GET HTTP/1.1 whereas PUSH is a feature for HTTP/2?
  4. Cold-Egg

    QUIC cc logs

    Quic Log also can be found in the /usr/local/lsws/logs/error.log, you can change the log level to display more if needed.
  5. Cold-Egg

    can't reach webadmin adn phpmyadmin

    Seems only port 80 and 443 can go through, maybe you have firewall setup on the server or network level.
  6. Cold-Egg

    Webadmin Login Page not Secure after one-click install wordpress on Cloud

    It's not a problem, the web admin will use an invalid cert by default in order to use HTTPS by default. If you want to set a valid cert for the web admin, check https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:admin-ssl which is similar to OpenLiteSpeed.
  7. Cold-Egg

    Using QUIC cc protocol with OpenLiteSpeed

    Yes, the secure is needed. No problem, glad to know it works now.
  8. Cold-Egg

    Basic auth realm always promting auth even the password is correct

    May I know where the pass file is located, maybe it's due to the permission so you can not pass it at all.
  9. Cold-Egg

    Problem with Error 404 Not Found - PrestaShop

    If this is on a shared server, it's might be LSWS instead of OLS. https://www.litespeedtech.com/support/forum/ I'm not sure about your setup steps, maybe you can contact the hosting manager for help?
  10. Cold-Egg

    Using QUIC cc protocol with OpenLiteSpeed

    QUIC is enabled by default. Since the listener port is set to 8088, you won't find it by filtering with port 443. listener Default { address *:8088 In order to get port 443 + QUIC working, please visit the web admin > listener, set port to 443, and apply a valid certificate
  11. Cold-Egg

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

    If the request passes from the CDN to the server, then it should just work? Or you might want to mimic the challenge request and check the return status code.
  12. Cold-Egg

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

    Correct If you apply cert from the prompt script, then it should auto-added it for you.
  13. Cold-Egg

    Directory issue?

    Did you add domain mapping to the virtual host on the listener page?
  14. Cold-Egg

    SSL error for www -version of domain

    Did you apply the certificate for both example.com and www.example.com? If not, then the certificate may not work for www.
  15. Cold-Egg

    Wordpress multisite setup

    If you have a different domain and SSL Certificate, I'd recommend you create a new virtual host, and set document root to e.g. /var/www/html/subdomain/ https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts
  16. Cold-Egg

    Wordpress multisite setup

    Hi If you want, you can add more domains to the same virtual host via web admin, https://docs.litespeedtech.com/cloud/images/wordpress/#step-2-add-domain-to-listener
  17. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    For the PHP connection timeout, please try following this guide https://docs.litespeedtech.com/cp/cpanel/long-run-script/#easiest-solution to make PHP Without Timeout.
  18. Cold-Egg

    A 404 error with a redirect appeared on important categories in WordPress

    If you visit https://giport.ru/community/index.php, the redirect works. You might want to turn on the rewrite log and see where the request stopped and by which rule. I'm not sure about these two, could you confirm if these paths do exist? - https://giport.ru/news - https://giport.ru/sovet
  19. Cold-Egg

    A 404 error with a redirect appeared on important categories in WordPress

    For no cache, you can exclude it from the LSCache plugin. https://docs.litespeedtech.com/lscache/lscwp/cache/#do-not-cache-uris For the redirect part, can you share the rewrite rule? or the whole .htaccess file content?
  20. Cold-Egg

    How to Install CloudFlare edge certificate on open Litespeed wordpress?

    Hi, for further support, possible to raise a support ticket to support@litespeedtech.com with this link appended?
Top