promosterew.blogg.se

Install cacti on nginx
Install cacti on nginx










  1. #Install cacti on nginx install
  2. #Install cacti on nginx update

With Zend OPcache v7.4.3, Copyright (c), by Zend Technologies Zend Engine v3.4.0, Copyright (c) Zend Technologies You should get the following output: PHP 7.4.3 (cli) (built: 15:47:56) ( NTS ) Once the PHP is installed, verify the installed version with the following command: php -version

#Install cacti on nginx install

You can install it easily by just running the following command: apt-get install php7.4 -y You should get the following output: nginx version: nginx/1.18.0 (Ubuntu)īy default, Ubuntu 20.04 ships with PHP 7.4 in its upstream repositories. You can also verify the installed version of Nginx using the following command: nginx -v You can install it with the following command: apt-get install nginx -yĪfter installing Nginx, start the Nginx service and enable it to start at system reboot with the following command: systemctl start nginx

#Install cacti on nginx update

You can do this by running the following commands: apt-get update -yīy default, the latest version of Nginx is available in the Ubuntu 20.04 default repository. Additionally, replace ‘root’ with the username of the admin account if necessary.īefore starting, you have to make sure that all Ubuntu OS packages installed on the server are up to date. You will need to replace ‘IP_Address‘ and ‘Port_number‘ with your server’s respective IP address and SSH port number. Log in to the Server & Update the Server OS Packagesįirst, log in to your Ubuntu 20.04 server via SSH as the root user: ssh -p Port_number

  • Access to the root user account (or access to an admin account with root privileges).
  • An Ubuntu 20.04 VPS (we’ll be using our SSD 2 VPS plan).
  • Install PHP7.4-FPM and Other Extensions.
  • Log in to the Server & Update the Server OS Packages.











  • Install cacti on nginx