Search results

  1. Cold-Egg

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

    Hi, Reboot server is not a work around method. If it happens again, could you try to restart the web service only see if it helps? systemctl restart lsws
  2. Cold-Egg

    VHost Templates with SSL certificates

    Yes, that is the config that I am currently using. Not sure why it doesn't work in your case. If you want, submit the ticket to bug@litespeedtech.com .
  3. Cold-Egg

    403 Forbidden on a couple of WordPress admin pages

    Maybe some of the plugin either changed the file/folder permission or path. Basically LSWS and LSCache plugin have no such function. Right, no important msg in the error log you provided.
  4. Cold-Egg

    VHost Templates with SSL certificates

    I just tested ACME cert apply and set `/root/.acme.sh/certs/$VH_NAME/$VH_NAME.key` in the template and it it works. here's my config <vhssl> <keyFile>/root/.acme.sh/certs/$VH_NAME/$VH_NAME.key</keyFile> <certFile>/root/.acme.sh/certs/$VH_NAME/fullchain.cer</certFile>...
  5. Cold-Egg

    VHost Templates with SSL certificates

    Hi, Virtual host or template should be able to overwrite the listener's certificate. Can you try restarting the web server and see check it again on incognito browser?
  6. Cold-Egg

    GCP Wordpress files directory permission using sftp

    I am not sure which user you tried to login. Basically the default user and owner are by web user (usually is www-data on Debian system). So you can make the www-data user has the bash permission and login as www-data user to update the file (This might has potential security issue to make...
  7. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Hi, The warning indicate the lsphp73-mysqlnd package does not exist, and it is right, you might want to use mysql only. sudo apt-get install lsphp73 lsphp73-common lsphp73-mysql
  8. Cold-Egg

    403 Forbidden on a couple of WordPress admin pages

    Please also share the error log under /usr/local/lsws/logs/, it should shows something when you accessing Add New Plugin
  9. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Hi @dipsondolphin , I just tested CentOS7 and CentOS8 on DigitalOcean server and no PHP Possible dead lock [LSAPI application] issue found. Possible to provide which platform you tested? Hi @Dolirow , ok, I tested Ubuntu 18 and it works too. Please install PHP from LiteSpeed repository...
  10. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Hi @Dolirow and @dipsondolphin , I just run the same command on Ubuntu 20.04 and did not see any 500/503 error. May I know which platform you installed? and did you install and change any PHP settings? Please try install it again with PHP73 see if it helps bash <( curl -k...
  11. Cold-Egg

    Multiple wordpress using one click OLS bash

    Hi, I am still not sure your purpose yet. If you just want wp.example.com and wp1.example.com point to the same virtual host, then you only need to add wp1.example.com to the existing listener.
  12. Cold-Egg

    ERR_EMPTY_RESPONSE

    Same topic to https://forum.openlitespeed.org/threads/bug-update-openlitespeed-v1-7-1-to-openlitespeed-v1-7-2.4398/
  13. Cold-Egg

    PHP7.4 crashes WordPress

    Do you installed all necessary extensions for WordPress? Can you set a phpinfo page see if it's loadable?
  14. Cold-Egg

    ionCube loader not found Google cloud

    OpenLiteSpeed come with php detached mode by default, so need to restart php with command killall -9 lsphp to make settings take effect
  15. Cold-Egg

    Basic auth protection to allow ACME Challenge

    You can actually use lsup method to upgrade if you want to give it a try. :) /usr/local/lsws/admin/misc/lsup.sh -v 1.7.2
  16. Cold-Egg

    Basic auth protection to allow ACME Challenge

    Hi @DesignyourCode and @chrisbobin , I can reproduce the issue and confirmed that this issue has been addressed on v1.6.15 and v1.7.2. Both versions are not stable yet and there's still some pending issue need to be fixed on 1.6.15. Please give our developer some time and new release will fix...
  17. Cold-Egg

    Multiple wordpress using one click OLS bash

    May I know if this wp1.example.com is a new virtual host and new site? Did you add the domain to the listener?
  18. Cold-Egg

    yum update gives error

    Hi, yum update will try to update all packages. Above error was from mbstring which is not OpenLiteSpeed related. You can update specific package only like yum update openlitespeed see if it works.
Top