Search results

  1. Cold-Egg

    Alibaba, Openlitespeed and Cyberpanel

    Hi, Port 7080 is not allowed by default. To access it, you will need to set it on CyberPanel > Firewall. If you have difficulty accessing port 8090, then it sounds like a network firewall issue to me.
  2. Cold-Egg

    Site not loading on iOS / Apple devices

    Hi, May I know if it affects iPhone users only? and only happens after a while? Could you please share more information to bug@litespeedtech.com ?
  3. Cold-Egg

    How can I backup data from my WP site to my HDD because my site is on Google Cloud?

    If you want to fix it, you can SSH to the server and edit the theme file directly via vi/vim tool. If you are not sure about how to SSH, then you can try GCP build-in connection tool to SSH.
  4. Cold-Egg

    How can I backup data from my WP site to my HDD because my site is on Google Cloud?

    Hi, How did you upload files to Google Cloud? You can use any tools to download it, e.g. SFTP, SCP..etc. Default Wordpress path should be /var/www/html
  5. Cold-Egg

    .htaccess setup and configuration

    Hi, CyberPanel uses OpenLiteSpeed by default, which supports Rewrite rules only. So, you might want to rewrite those custom rules to rewriterules, otherwise, rules will just be bypass. https://blog.cyberpanel.net/2018/04/07/how-to-write-rewrite-rules-for-openlitespeed/
  6. Cold-Egg

    Redirect http to https

    Hi, It should work, so I just checked the site you shared and it seems port 80 is not allowed. Maybe that's the reason. curl -IkL http://tralue.com/ curl: (7) Failed to connect to tralue.com port 80: Connection refused
  7. Cold-Egg

    OLS reCAPTCHA failing

    ok, I just opened it, click the checkbox and choose the images, then the site loads correctly. Please check it again from an incognito browser.
  8. Cold-Egg

    Need advice on OLS config (520 errors + "please increase LSAPI_CHILDREN")

    Hi, You can ignore phpSuExecMaxConn part for OLS Please bypass cloudflare for a while and see if you are able to see any issue You mentioned it's nodeJS apps , so increasing PHP might be no help unless you have some apps use PHP.
  9. Cold-Egg

    OLS reCAPTCHA failing

    Hi, I tried the checkbox and input key method on my test server, no such issue. Could you provide the reproduce method to bug@litespeedtech.com so LiteSpeedtech engineers can take a look?
  10. Cold-Egg

    Need advice on OLS config (520 errors + "please increase LSAPI_CHILDREN")

    Hi, I guess this post could help, https://forums.cyberpanel.net/discussion/1263/increase-lsapi-children. Please try it and do more test before you decide to upgrade 4CPU/8GB
  11. Cold-Egg

    WordPress Error 503

    It should be safe to ignore, that warning is also originating from WordPress’s core files. https://theme.co/forum/t/php-7-2-error-with-class-wp-hook-php/47823/3 And the only issue now will be 503 happens after disabling the wp-debug. Please check the error log see if you find anything.
  12. Cold-Egg

    "No request delivery notification has been received from LSAPI application, possible dead lock."

    Do you see anything in our stderr.log or in any php error logs?
  13. Cold-Egg

    Redirect http to https

    Do you have any content in .htaccess? What if you move the rules to the top of the .htaccess file?
  14. Cold-Egg

    Apache (GoDaddy) SSL certificate

    Hi, Yes, you can. May I know if you have HTTPS setup already? and where you set the SSL certificate path (.key and .crt) on OpenLiteSpeed? Also, please make sure you restart the webserver once you finished the setting.
  15. Cold-Egg

    OLS limitation?

    Hi, Please check some tips here, https://www.digitalocean.com/community/questions/disk-limitation Let us know if it works.
  16. Cold-Egg

    I'm a newbie asking a newbie question that I couldn't find on google

    I launched a new server, and replace index.html with index.php, it just works. Can you run ls /usr/local/lsws/Example/html and cat /usr/local/lsws/Example/html/index.php
  17. Cold-Egg

    What is the optimal arrangement for multiple HTTP + HTTPS websites?

    Great. Happy to see you managed to make it works.
  18. Cold-Egg

    Wordpress Cache Plugin

    Hi, Please post lscache related questions to https://wordpress.org/support/plugin/litespeed-cache/.
  19. Cold-Egg

    I'm a newbie asking a newbie question that I couldn't find on google

    You can replace the default index file with index.php there.
Top