Search results

  1. Cold-Egg

    Redirect 404 errors to /

    Hi @TexasGreg , try this ErrorDocument 404 http://example.com/
  2. Cold-Egg

    How to install phpPgAdmin in openlitespeed on centos 7 ?

    Hi @pebriancharliady , I don't have experience on phpPgAdmin but I guess it's similar to phpmyadmin. Just add a context e.g. /pgsql/ and specify the phpPgAdmin file location, then you should be able to access phpPgAdmin by visiting http://example.com/pgsql Best
  3. Cold-Egg

    Unable to install lsphp73 from OLS repo un Ubuntu 18.04

    Hi @andreimol , Did you use the following command to install the repo? wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh | bash May I also ask which cloud provider you choose? e.g. AWS? Best
  4. Cold-Egg

    Unable to install lsphp56 from LiteSpeed repo

    Hi @Galadh , PHP5 cannot build with newer OpenSSL libraries, specifically the ones in Ubuntu 18+ that come by default. PHP says they will not support newer OpenSSL versions for PHP5.x. Please try make the site compatible with PHP7.x or you may want to try some other platforms, e.g. Ubuntu 16...
  5. Cold-Egg

    How do I Password Protect a wordpress site

    Hi, Try method 2 of https://docs.litespeedtech.com/cloud/wordpress/#how-do-i-secure-phpmyadmin Replace the Context name to your needed. Let me know if it works. best, Eric
  6. Cold-Egg

    DigitalOcean Wordpress IonCube is Missing

    Hi @lateralus578 , The image didn't come with all PHP extensions installed by default. You can simply install it by apt-get install lsphp73-ioncube -y Feel free to change the 73 to other php version you may have. best, Eric
  7. Cold-Egg

    DigitalOcean cloud image: where's MariaDB + PHP7.3?

    Thank you, just updated. We didn't list all packages by following Digitalocean's guide that vendors should display the most important packages only (<=5).
  8. Cold-Egg

    unknown vhost

    Hi @georget777 , Please do not using multiple listeners listen on the same port. You can simply attaching virtual host to the same listener. Let me know if you have any questions.
  9. Cold-Egg

    unknown vhost

    Hi @georget777, Yes you can, but I don't know why it causing the 503 issue. Could you try remove it from the listener first? See if issue gone. Best
  10. Cold-Egg

    Login Error phpmyadmin on Centos 7

    Hi @pebriancharliady , May I ask working properly means login with user pebriancharliady to mariadb from console works fine, access issue only happens on phpMyadmin? Best
  11. Cold-Egg

    DigitalOcean cloud image: where's MariaDB + PHP7.3?

    Hi @Galadh, I guess you are not using openlitespeed wordpress image. Instead, you're using original wordpress which is not provided by LiteSpeed. If you search wordpress from digitalocean's marketplace, you should see it. You can also use the hyperlinks from the following doc to launch ols-wp...
  12. Cold-Egg

    Upgrade PHP version to 7.3.7

    Hi @dimath99 , I think you can just download 7.3.8 from repo directly . yum list lsphp73 Available Packages lsphp73.x86_64 7.3.8-5.el7 apt list lsphp73 lsphp73/bionic 7.3.8-4+bionic amd64 Best
  13. Cold-Egg

    Wordpress + Xenforo settings

    How about virtualhost -> rewrite tab -> Auto Load from .htaccess set to enable? will it work? please graceful restart openlitespeed to reload .htaccess file.
  14. Cold-Egg

    Wordpress + Xenforo settings

    Hi @upgrade81 , Yes, context will help in this case. Settings like URI, Location, Accessible are needed. Let us know if you have any issues. More info Best
  15. Cold-Egg

    ERROR when upgrade Ubuntu

    That openlitespeed wordpress image has already optimized, you can use some tuning and image optimize functions from lscache plugin to make your site lighter which means page load faster.
  16. Cold-Egg

    ERROR when upgrade Ubuntu

    Hi @egindo.co , Those are just warning and can be ignored, it is from ubuntus PHP not from liteSpeed's. May I know if site still loading fine? Best
  17. Cold-Egg

    Openlightspeed is not working with Google Load Balancer

    Hi @Gagandeep6895 , I tried and here's my LoadBalancer status result Name Type Zone Healthy Autoscaling Balancing mode Capacity unmanage-instance-group-1 Instance group us-east4-a 1 / 1 Off Max CPU: 80% 100% No health check...
  18. Cold-Egg

    Openlitespeed cache increases my page size

    Hi @dimath99 , Could you take two snapshot for before/after page size increased with browser dev tool enabled? Then we can see which file size got changed. You can also just write down the size of JS/CSS/Image/Media size before and after. Best
  19. Cold-Egg

    htaccess in subfolders

    Developer will follow up here
Top