Search results

  1. Cold-Egg

    PHP upgrade on GCP

    Try updating the package, then install again, apt-get update -y apt-get upgrade -y
  2. Cold-Egg

    OpenLiteSpeed not redirect to product, when select domain in WHMCS

    Please enable the debug log from the rewrite, and check if it hits the unpexpected rule.
  3. Cold-Egg

    Problems with SSL in Wordpress Multisite

    For Let's Encrypt, it will store the cert in a different path for each domain, so I am not sure what does "when modifying the location of the SSL certificate of 1 domain, they are modified for all with the location that I have recently placed. " means. Some example should help.
  4. Cold-Egg

    Redirect IP to domain name before forcing https

    I see, no ideal solution if users visit HTTPS with IP directly. How about disabling the IP from the listener?
  5. Cold-Egg

    Redirect IP to domain name before forcing https

    If this is your production site, please set your site URL and home URL to your final domain URL, not the IP. Hope it help.
  6. Cold-Egg

    WHMCS Admin Login Error

    OpenliteSpeed does not take those rules from .htaccess, will just ignore them. If you want to migrate those rules, can try the context function from the webadmin.
  7. Cold-Egg

    Problems with SSL in Wordpress Multisite

    Hi, I would recommend you to set up multiple virtual hosts for each domain, and then add all the virtual hosts on the listeners mapping. This way, you can apply certificate for each one and set it on the virtual host's SSL tab easily. Let us know if you have any other questions.
  8. Cold-Egg

    Google Crawl stats to low

    https://support.wix.com/en/article/google-search-console-crawled-currently-not-indexed#:~:text=If%20you've%20submitted%20a,results%20for%20the%20time%20being.&text=It's%20not%20necessary%20to%20resubmit%20the%20URL%20to%20be%20crawled%20and%20indexed. The Crawled - Currently Not Indexed message...
  9. Cold-Egg

    lsphp-curl

    It should. Did you hit the same issue? Is it a new installation?
  10. Cold-Egg

    OpenLiteSpeed faster than Litespeed

    May I know if this site is a dynamic page or a cached page? If you have the GTMetrix result, please share the links so we will see the response header from the waterfall.
  11. Cold-Egg

    upload_max_filesize ?

    Good to know it works, :)
  12. Cold-Egg

    upload_max_filesize ?

    Hi, @k0fein I will use lsphp80 as an example to set up a bind mount for php.ini. 1. Move/Copy the php.ini out of the litespeed folder, run the following commands from the host. docker-compose exec litespeed su -c 'mv /usr/local/lsws/lsphp80/etc/php/8.0/litespeed/php.ini /usr/local/lsws/conf'...
  13. Cold-Egg

    how to install lsphp71?

    http://rpms.litespeedtech.com/debian/pool/main/focal/ Please use PHP version start from v72
  14. Cold-Egg

    CPU core limitation

    You might want to check cgroup https://openlitespeed.org/kb/using-cgroups-v2-with-openlitespeed/ or CloudLinux to limit such resources.
  15. Cold-Egg

    file_get_contents 403 in OpenLiteSpeed | PHP 7.4

    I upload an SVG to my test site but no 403 return with the iTheme security plugin(free version). Maybe you can also raise a question on iTheme Security forum. A similar issue before, https://wordpress.org/support/topic/svg-files-forbidden-403-errors/
  16. Cold-Egg

    OpenLiteSpeed WordPress Docker Container

    Because the demosite.sh will import .env file. Before running the "bash bin/demosite.sh " command, please edit the .env file with your domain name DOMAIN and MYSQL_DATABASE name.
  17. Cold-Egg

    WHMCS change from Apache to Openlitespeed

    Ok, have you checked the rewrite log, or is it possible to share the whole content of the .htaccess file?
  18. Cold-Egg

    PHP upgrade on GCP

    Here you go https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-use-lsphp80
  19. Cold-Egg

    httpd_config.conf file keeps crashing on 1.7.14

    Maybe you can raise a ticket to support@litespeedtech.com for a further look
  20. Cold-Egg

    CPU core limitation

    You can specify a number to Web Admin > Server Configuration > General > CPU Affinity, this is for the whole server, can not specify to website.
Top