Search results

  1. Cold-Egg

    App Server Environment not work

    Hi @mshzsh , It should works by following the KB here https://openlitespeed.org/kb/python-wsgi-applications/#Set_up_Django_with_a_Virtual_Environment Set PYTHONHOME=/usr/local/lsws/Example/venv/ to environment should be good. If you have any account with DigitalOCean, GCP, AWS..etc, you...
  2. Cold-Egg

    Real IP send to backend server

    Set Yes to Web admin > Server Configuration > General > Use Client IP in Header , see if it helps.
  3. Cold-Egg

    Need help installing GD and Redis (Ubuntu 20)

    Hi Please make sure you have `lsphp73-common` extension installed. Can you try creating a phpinfo page and check if redis and gd extension on it? After package installed, restart PHP with command killall lsphp Best, Eric
  4. Cold-Egg

    Redis setup help

    Hi, Basically you can install redis by following wiki here https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:redis yum install epel-release -y yum install redis -y systemctl start redis rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el8.noarch.rpm...
  5. Cold-Egg

    phpmyadmin not working in Google Cloud's openlitespeed-wordpress Image

    So it happens after one day? Thanks for the information. There's something changed on the new DB version, we are working on it and hope to figure this out soon.
  6. Cold-Egg

    php.ini is ignored after you make any changes to php.ini Override

    Possible to share the problem is? Keep this thread is fine.
  7. Cold-Egg

    AWC Installation Problems

    Hi @billyboy360 , I just launched it and it works fine. Please make sure you give 2-3 minutes for server launching before SSH. Best, Eric
  8. Cold-Egg

    Upgrade OpenLiteSpeed on Cloud Image

    @gasonline , Do you mean follow commands not working? apt-get update apt-get upgrade OpenLiteSpeed -y
  9. Cold-Egg

    phpmyadmin not working in Google Cloud's openlitespeed-wordpress Image

    Noted, just pushed a new code which should fixed these URL and app install issues.
  10. Cold-Egg

    phpmyadmin not working in Google Cloud's openlitespeed-wordpress Image

    Hi @Naveen Dsouza , Thanks for the report, I am looking into it. Best, Eric
  11. Cold-Egg

    Installation Of Wordpress In Subdirectory - URGENT

    Hi @ishangarg , 1. Launch a new openlitespeed wordpress server. 2. Create a blog folder and move all wordpress files to the blog folder 3. Change the right owner to the blog, e.g. chown -R www-data:www-data blog 3. visit example.com/blog and finish the wordpress setup 4. put a rewrite rule...
  12. Cold-Egg

    I can't do shell_exec using PHP

    Hi, `cat test.php` <?php $command = escapeshellcmd('python3 /opt/test.py'); $output = shell_exec($command); echo $output; ?> `cat /opt/test.py` print("Hello World") `php test.php` Hello World It seems working fine from my test. Please confirm if this is a valid testing to you...
  13. Cold-Egg

    Namespace declaration Error Wordpress.

    It's not Cloud platform related. I saw you already asked in wordpress forum, let's follow up the question there.
  14. Cold-Egg

    Is it possible to transfer the website from bitnami Wordpress to openlitespeed-wordpress without any issue?

    Hi, It's possible, by using general migration methods, please see https://docs.litespeedtech.com/cloud/images/wordpress/#methods-for-migrating-wordpress Better to do some test first before pointing the domain . Best, Eric
  15. Cold-Egg

    CORS not working

    I didn't see any Access-Control-Allow-Origin * from your site's response header. Can you share your custom headers settings because https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/ should works.
  16. Cold-Egg

    How to add an extra domain to my OLS Wordpress droplet?

    Method 1. You can have a new virtual host with website2 (https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts ) and put a rewrite rule to do the redirect. Method 2. You can also add a website2 to the listener mapping to the website1 virtual host, and...
  17. Cold-Egg

    HTML comments getting stripped on one vhost but not the rest

    Then do yo have pagespeed module enabled? If not, then I have no idea now.
  18. Cold-Egg

    HTML comments getting stripped on one vhost but not the rest

    Is it a pure HTML or it's a CMS? Maybe some plugin did optimize job ?
  19. Cold-Egg

    Where is php.ini file Located in Wordpress Directory?

    Hi @hannnan_khan , It should be /usr/local/lsws/lsphp73/etc/php/7.3/litespeed/php.ini Please substitute the php version (73 and 7.3) to your own version. Then restart the PHP process with command: killall lsphp Best, Eric
  20. Cold-Egg

    Install Comodo SSL Certification

    Hi, Did you point the new cert&key from Web admin > Virtual Hosts > WordPress > SSL or Web admin > Listener? The cert in Virtual host will overwrite listener's. Best, Eric
Top