haabig.blogg.se

How to install cacti on ubuntu 16.04
How to install cacti on ubuntu 16.04











how to install cacti on ubuntu 16.04

sudo apt install -y mariadb-server mariadb-client You can also install it from Ubuntu repository by hitting. If you don’t know how to install it, then follow the below link to go to the MariaDB installation page first & then continue from here to Install Cacti on Ubunut 20.04. Make sure that you’ve already installed MariaDB on your Ubuntu system. sudo systemctl restart apache2 Step 4:Install MariaDB Database sudo ufw allow httpĪnd restart the Apache server. ServerTokens Prodįinally allow firewall access to http, https. Open the nf file with your favorite editor. sudo apt-get install -y apache2Īs the installation of Apache done, apply a security configuration to the Apache by permitting Prod ServerTokens only. Step 3:Install Apache ServerĪpache is one of the best web server that suits with the Cacti. Then set your timezone, memory limit and max_execution time by editing /etc/php/7.4/apache2/php.ini sudo nano /etc/php/7.4/apache2/php.ini date.timezone = Asia/Karachiĭo the same changes for /etc/php/7.4/cli/php.ini file. With Zend OPcache v7.4.3, Copyright (c), by Zend Technologies

how to install cacti on ubuntu 16.04

Zend Engine v3.4.0, Copyright (c) Zend Technologies sudo apt install -y php-mysql libapache2-mod-php php-xml php-ldap php-mbstring php-gd php-gmp Run the below command to install the required PHP extensions.













How to install cacti on ubuntu 16.04