Search results

  1. Cold-Egg

    Possible to add additional IP addresses to server

    Login to ssh and list interfaces with command - for CentOS: `ip a` - for ubuntu: `ifconfig` Let us know if you can see all public IPs on it
  2. Cold-Egg

    Possible to add additional IP addresses to server

    May I ask those IP can be found from Linux server interface? Or it's attached from upper network level?
  3. Cold-Egg

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

    Since you have key, cert and knowing where to set the path on the config file. Just make sure that these files can be read by lsadm. If not, run chown lsadm:lsadm on each file so that the Web Admin GUI can read these files, that's it. Let us know if it works. thanks
  4. Cold-Egg

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

    Should be here `/usr/local/lsws/admin/conf/admin_config.conf` and you should see there's a section of "listener adminListener"
  5. Cold-Egg

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

    You need to enable TCP port 7080 from firewall first, then you should be able to access https://IP:7080 By the way, if you don't know how to access the GUI why you want to change the cert for web admin (port 7080)?
  6. 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
  7. 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.
  8. Cold-Egg

    Redirect 404 errors to /

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

    Redirect 404 errors to /

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