Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Install Php on Ubuntu / Apache server !

  • Public
By Abhinav 913 days ago
#Installing PHP 7.2 with Apache #If you are using Apache as your web server to install PHP and Apache PHP module run the following command: sudo apt install php libapache2-mod-php #Once the packages are installed restart the Apache service: sudo systemctl restart apache2