Search results

  1. Unique_Eric

    Litespeed plugin setting with shared Litespeed Entreprise Web Server

    Hi, Please check cdn mapping here https://docs.litespeedtech.com/lscache/lscwp/cdn/#use-cdn-mapping May I know what's your settings? Make sure you have Original URLs set. Best, Eric
  2. Unique_Eric

    Can't install php-pgsql

    You can install it from litespeed repository. apt search lsphp73-pgsql Sorting... Done Full Text Search... Done lsphp73-pgsql/focal 7.3.17-1+focal amd64 PostgreSQL module for PHP apt install lsphp73-pgsql -y
  3. Unique_Eric

    SSL not working

    Hi, Current built-in command is not support wildcard. ./bin/acme.sh [-D, --domain] example.com Please access into the docker container and manually run the acme wildcard cert apply command. In general, you’ll need to modify DNS TXT records in order to demonstrate control over a domain for...
  4. Unique_Eric

    SSL not working

    Hi @Oxilion That happens because you did not update the domain name from the .env file before running the demo script. :) https://github.com/litespeedtech/ols-docker-env/blob/master/.env#L8 If you update it then run the demo script, the new domain folder will be generated automatically...
  5. Unique_Eric

    403 Forbidden Using Puffin browser

    Hi, I don't have this browse around. If you are the server owner, you may want to check the server error log.
  6. Unique_Eric

    Problem with wp-cron LiteSpeed Web Server Enterprise

    Can you run command which php and share the output? Any cloudflare in front of this server? Do you see any error when curl any other URL like `curl -I https://www.google.com/`?
  7. Unique_Eric

    Can you help me understand the problem with the attached image?

    https://unix.stackexchange.com/questions/282155/what-is-the-out-of-memory-message-sacrifice-child Couldn't tell more, that is the message means.
  8. Unique_Eric

    Can you help me understand the problem with the attached image?

    Out of memory so start killing processes?
  9. Unique_Eric

    Litespeeed Load Balancer and mod_security

    Hi, Please check https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:lslb:should_not_enable_mod_security and https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:waf:standalone see if it helps. Best, Eric
  10. Unique_Eric

    Anyone tell me what happen with "muaban.edu.vn" ????

    Hi, curl -I http://muaban.edu.vn curl: (6) Could not resolve host: muaban.edu.vn; Name or service not known Please try turning on the debug and rewrite log from backend Web Server and see why. Best, Eric
  11. Unique_Eric

    Error 503 max cildren process issue

    Hi, Same post here, https://www.litespeedtech.com/support/forum/threads/please-increase-lsapi_children-error.11025/
  12. Unique_Eric

    Hi, I received your request and will let other engineer help on this.

    Hi, I received your request and will let other engineer help on this.
  13. Unique_Eric

    LScache crawler improvements

    Hi @serpent_driver, I will adopt the compression part first. Since the curl with HTTP 1.1 works on all my linux test environments, I might not consider to add --http2-prior-knowledge part at this moment. About mobile part, I'm not sure the mobile part, do you mean we should consider cell...
  14. Unique_Eric

    LScache crawler improvements

    Hi @serpent_driver, Thanks for the information, I will give it a try and share the status here. :) Best
  15. Unique_Eric

    How to fix letencrypt's "domain.com inaccessible, please verify" issue?

    Hi @benjaminglatzeder , That's fine. We are here to help, please share which method you followed, is it ols1clk script? or from marketplace one click install? or installed from binary?
  16. Unique_Eric

    How to fix letencrypt's "domain.com inaccessible, please verify" issue?

    Hi Please make sure your site is accessible first. curl -I http://lister.lister-studios.com curl: (7) Failed connect to lister.lister-studios.com:80; Connection refused raise errors.FailedChallenges(all_failed_achalls) certbot.errors.FailedChallenges: Failed authorization procedure...
  17. Unique_Eric

    Litespeed and eCommerce?

    Hi, May I know which CMS is? Possible to share a dev site URL with LSCache enabled so we can take a quick look? if you want, you can also send it to support@litespeedtech.com. Best, Eric
  18. Unique_Eric

    Render-blocking and low performance rate with LiteSpeed?

    Hi @AzmirAhmmhed , Possible to share what you have set in the page optimization? And what's the test URL? Best
  19. Unique_Eric

    Is docker good choices while having multiple domains?

    Hi, Well, you can still use it, but you may want to change docker port number to avoid the conflict. And then reverse proxy the traffic to it. Check https://blog.cyberpanel.net/2019/02/22/how-to-install-nextcloud-on-cyberpanel-with-docker/ But I don't see the benefit if you already have the...
  20. Unique_Eric

    Is docker good choices while having multiple domains?

    Oh, you want to run docker on cyberpanel, then you can't. CyberPanel already has the web server running and listening on port 80/443. Since you already have the control panel, you should control domains from it.
Top