Search results

  1. Cold-Egg

    OpenLiteSpeed Won't Start - Error with path for SSL files

    Hi @niallt , $SERVER_ROOT here is equal to /usr/local/lsws , and if you set $SERVER_ROOT/usr/local/lsws/admin/conf/ will equal to /usr/local/lsws/usr/local/lsws/admin/conf/ which is Incorrect. Please make sure you are using the right cert path. Best, Eric
  2. Cold-Egg

    Redirect 404 errors to /

    Check here https://openlitespeed.org/kb/how-to-autoload-htaccess-with-openlitespeed/ . You can either turn on from web admin or from ssh console.
  3. Cold-Egg

    Redirect 404 errors to /

    You can also try following rules if ErrorDocument not supported RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . / [L]
  4. Cold-Egg

    Redirect 404 errors to /

    Hi @TexasGreg , try this ErrorDocument 404 http://example.com/
  5. 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
  6. 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
  7. 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...
  8. 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
  9. 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
  10. 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).
  11. 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.
  12. 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
  13. 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
  14. 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...
  15. 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
  16. 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.
  17. 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
  18. 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.
  19. 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
Top