Search results

  1. 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
  2. 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...
  3. 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.
  4. 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.
  5. 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
  6. Cold-Egg

    Upgrade OpenLiteSpeed on Cloud Image

    @gasonline , Do you mean follow commands not working? apt-get update apt-get upgrade OpenLiteSpeed -y
  7. 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.
  8. 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
  9. 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...
  10. 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...
  11. 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.
  12. 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
  13. 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.
  14. 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...
  15. 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.
  16. 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 ?
  17. 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
  18. 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
  19. Cold-Egg

    Error page customization

    Hi, You can try adding it from web admin: Access to web admin at port 7080 Click Virtual Hosts > Example > General. You should see there’s a Customized Error Pages section in the middle of the page. Click Add and choose e.g.404 Not Found as your Error Code and your costumed error page to URL...
  20. Cold-Egg

    Mautic + OpenLiteSpeed how to install?

    1. remove wordpress. 2. Then try following https://pepipost.com/tutorials/how-to-install-mautic-3-on-ubuntu-18-04/ to download mautic with Step 1, 3, 4, 5 3. Then change owner chown -R www-data:www-data /var/www/html 4. Finish the installation from browser Let us know if it works.
Top