Search results

  1. Unique_Eric

    Server setup for best performance Wordpress site

    Here's the OLS+LSCache vs Nginx+FastCGI HTTP2 benchmark test result, https://openlitespeed.org/benchmarks/wp-http2/ About Redis, it should has no big improvement on a small blog site from my opinion, but no hurt to have it setup. :D
  2. Unique_Eric

    AWS Lightsail snapshots

    Possible a firewall issue?
  3. Unique_Eric

    Not able to install Let's Encrypt SSL on AWS EC2 instance

    Please run it with root user. You can switch to root user with command: sudo -s
  4. Unique_Eric

    PHP Notice: Undefined index error in cls.php

    Hi @mtdas99 , This error should has been addressed after v3.1 https://wordpress.org/support/topic/undefined-index-script_uri/ Let us know if this is a different case. Best, Eric
  5. Unique_Eric

    Not able to install Let's Encrypt SSL on AWS EC2 instance

    Yes, you can edit the script file with vi or vim editor via SSH console. If you are not familiar with the editor, you can also run the follow command to update the file directly. sed -i 's/| grep -i LiteSpeed//' /opt/domainsetup.sh
  6. Unique_Eric

    Not able to install Let's Encrypt SSL on AWS EC2 instance

    Hi, Because the script did not detect "litespeed" due to cloudflare cached the header, you can bypass it by editing the /opt/domainsetup.sh at line 154 https://github.com/litespeedtech/ls-cloud-image/blob/master/Setup/domainsetup.sh#L154 from curl -Is http://${DOMAIN}/ | grep -i LiteSpeed >...
  7. Unique_Eric

    Error while upgrading PHP to 7.4 from existing 7.3.19+focal

    To check the package and services, we may need server access. Please submit the issue to support@litespeedtech.com with this post link appended.
  8. Unique_Eric

    Error while upgrading PHP to 7.4 from existing 7.3.19+focal

    Hi, Please try updating the package first, then do the lsphp74 extensions install. I just launched a new one and install lshpp74 without issue. apt-get update apt-get install lsphp74 lsphp74-common lsphp74-curl lsphp74-imagick lsphp74-imap lsphp74-json lsphp74-memcached lsphp74-mysql...
  9. Unique_Eric

    LiteSpeed Image Optimization with CloudFlare Pro

    Here's a blog might helps, https://blog.litespeedtech.com/2017/11/15/wpw-optimizing-images-with-lscache/
  10. Unique_Eric

    Litespeed on Google Cloud, unable to change webadmin console password

    Hi, Good to know that your original issue got resolved. If you don't mind, please create a new post for different topic (unable to access the website). Usually you can test a static file first see if it also a timeout.
  11. Unique_Eric

    Litespeed on Google Cloud, unable to change webadmin console password

    Hi @alexisoceandigital 1. Give it more time, let us know if this is still showing inaccessible 2. check https://docs.litespeedtech.com/cloud/images/wordpress/#how-to-access-the-installed-software or welcome message from SSH Console. It should shows how you can get the web admin password
  12. Unique_Eric

    How to Login to PhpMyAdmin in Litespeed Server?

    Hi @Cocchini_Corp , The "cat ~/.db_password " method only support for cloud images on e.g. AWS/GCP..etc marketplace. If you install the Cyberpanel or phpmyadmin manually, then you need to find your DB password to access. Best
  13. Unique_Eric

    404 Error in all websites every 2 mins

    Please check if there's any cronjob runs every two minutes?
  14. Unique_Eric

    Sorry, you are not allowed to access this page

    I don't see similar issue happens on the top two plugins you listed, not sure the third one. Can you try to turn it off from the console + wp-cli?
  15. Unique_Eric

    How to Access PhpmyAdmin?

    Hi, If you upgraded by the script, the phpmyadmin url will become phpmyadmin, e.g. www.example.com/phpmyadmin/, this part is hard coded for now. To change it, edit /usr/local/lsws/conf/httpd.conf, and change Alias /phpmyadmin/ /var/www/phpmyadmin/ to Alias /custom-url/ /var/www/phpmyadmin/...
  16. Unique_Eric

    How to stop/start Litespeed ?

    Your command should works. service lsws stop How about this one /usr/local/lsws/bin/lswsctrl stop Please share the output from above commands.
  17. Unique_Eric

    Issues with litespeed cache and quic.cloud

    https://www.litespeedtech.com/support/forum/threads/have-a-question-about-the-wordpress-plugin.17040/ Our WordPress plugin support is located at the official WordPress plugin support page
  18. Unique_Eric

    SSL not working

    Thanks for sharing. One more thing. Since you ran the command manually, you might want to add a web server restart hook to the cronjob. e.g. Access to the container and run /usr/local/bin/certhookctl.sh
  19. Unique_Eric

    Error 520: Web Server is returning an unknown error CyberPanel

    Hi @freddiehdxd , Since a core file is generated, please submit the issue to bug@litespeedtech.com. FYI, please make sure issue happens on latest LSWS version Best, Eric
Top