Search results

  1. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Hi @Dolirow , You hit the limit somehow, please increase both number from 60 to e.g. 100 maxConns 60 env PHP_LSAPI_CHILDREN=60 Then restart the PHP by killall lsphp
  2. Cold-Egg

    Error 404 when adding a new virtual host.

    I did not see any obvious issue from the screenshots, possible to submit a ticket to support@litespeedtech.com with this post link appended?
  3. Cold-Egg

    How to Upgrade by command?

    This is the current latest stable release, which version you want to upgrade? You can use lsup method to upgrade to 1.7 if you want. https://openlitespeed.org/kb/how-to-upgrade-openlitespeed/#Method_2_lsupsh_Script
  4. Cold-Egg

    Won't bind listener to 443.

    Just saw your same question on Slack and it got resolved .
  5. Cold-Egg

    Won't bind listener to 443.

    Usually it's due to something else is listening on the same port. Can you try netstat tool to check again, e.g. netstat -antupl | grep 443
  6. Cold-Egg

    Error 404 when adding a new virtual host.

    Maybe it's a setting issue. Possible to provide screenshots of listener and vhost settings?
  7. Cold-Egg

    Default php version with OLS

    If you install from ols1clk script on Ubuntu 20, then the default version is 74
  8. Cold-Egg

    Web server 404 at times

    Log shows STDERR on Aq_Resize.process, if this is your test server, possible to disable the Aq_Resize.process and see if issue gone?
  9. Cold-Egg

    Rewrite Rule triggers the 502 server Error

    Hi, Even if you don't apply rewrite rules, keep-alive is still enabled by default on OLS, so your presumption might be wrong. About 404, please remove the GCP Load Balancer and check if the issue still reproducible.
  10. Cold-Egg

    Web server 404 at times

    Hi, It's not normal and need to check error log, please share more log information. If it's reproducible, you can also raise a ticket to support@litespeedtech.com
  11. Cold-Egg

    Cold cache vs no cache TTFB

    Hi, I just launched one and tested and see no difference between no cache and cache miss cases on my Chrome + developer tool. Also tested on google page speed tool, same timing. May I know if your site is default wordpress theme and no other plugin? Do you have all default settings on LSCache...
  12. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Any more stderr.log or any php error log? About "sometimes appear in page "connection timeout~" " issue, did you set any throttling?
  13. Cold-Egg

    Make urls case insensitive

    Hi, is it possible to share the whole rules?
  14. Cold-Egg

    Does not work .htaccess redirect from IP address to domain

    Hi, Rules look okay to me, have you tried to restart the web server to reload the rules? service lsws restart
  15. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Hi @Dolirow , a2enmod is a script for Apache only, please do not mix it with OpenLiteSpeed Web Server. Like I said, if you use ols1clk script to install, then you can use apt install lsphp extensions.
  16. Cold-Egg

    Hello everyone, I am seeing a 404 error for the website

    I guess you restart the web server again, because there's no 404 on the post you provided. If you want, please submit a ticket to support@litespeedtech.com for further investigation.
  17. Cold-Egg

    Hello everyone, I am seeing a 404 error for the website

    I checked few pages other than the link you provided has no 404, is this https://webnew.info/web/3a/san-pham/o-tu-dong-thoi-trang-cham-bi-tre-trung-cho-ban-gai your new post URL?
  18. Cold-Egg

    Hello everyone, I am seeing a 404 error for the website

    Hi, So, if you update any permalink, please do restart the web server and purge the cache. About htaccess file, web server will treat L tag as Last rule and exit, so please try changing your [R=301,L] to [R=301] only and restart web server. Let us know if it works.
  19. Cold-Egg

    Hello everyone, I am seeing a 404 error for the website

    Hi, Could you clarify what does "static path" means in WordPress? You shouldn't have this kind of manual steps, so there must something wrong in this environment. Could you share the htaccess file? Any link you can share regards to the "auto-install feature of trial web when I was sure that I...
  20. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Because it already installed for you. https://github.com/litespeedtech/ols1clk/blob/master/ols1clk.sh#L383 https://github.com/litespeedtech/ols1clk/blob/master/ols1clk.sh#L389
Top