Installing PHP5 and Apache in Ubuntu & Linux MInt

If you are doing any kind of PHP development, you’ll almost always be using Apache along with it.

To install the default LAMP stack

First install tasksel... 

sudo apt-get install tasksel

.. and then the LAMP stack:

sudo tasksel install lamp-server


Installing PHP 5

  • To install PHP5 you can enter the following command in the terminal prompt:

    sudo apt-get install php5 libapache2-mod-php5


    You can run PHP5 scripts from command line. To run PHP5 scripts from command line you should install php5-cli package. To install php5-cli you can enter the following command in the terminal prompt:

    sudo apt-get install php5-cli


    You can also execute PHP5 scripts without installing PHP5 Apache module. To accomplish this, you should install php5-cgi package. You can run the following command in a terminal prompt to install php5-cgi package:
     
    sudo apt-get install php5-cgi


    To use MySQL with PHP5 you should install php5-mysql package. To install php5-mysql you can enter the following command in the terminal prompt:
     
    sudo apt-get install php5-mysql


    Similarly, to use PostgreSQL with PHP5 you should install php5-pgsql package. To install php5-pgsql you can enter the following command in the terminal prompt:
     
    sudo apt-get install php5-pgsql

Thanks for reading my news about Installing PHP5 and Apache in Ubuntu & Linux MInt at my blog Tic Droid if you want too share this article, please put the resource, and if you think this article is very usefully dont forget to bookmark this site with CTRL + D on your keyboard to web browser.

New and Hot Article's :

  • Custom Rom Mokee Lollipop for Lenovo A7000
  • [Custom ROM] [MTK6753] MIUI 8.2 v7.1.5 Marshmallow For Lenovo K4 Note A7010a48
  • How to Charge iPhone 7 and any other iPhone device wirelessly
  • How to ROOT Almost ALL Android Phones
  • Cara Root dan Pasang TWRP di Xiaomi Redmi 3s | Prime
  • Galaxy S7 and S7 Edge Android 7.1.1 Nougat update rolling out on January of 2017
  • Make your Internet Browsing Speed more faster than ever before with the recommended apps
  • Spesifikasi Andromax B (A26C4H) 4G LTE Dengan Fitur VOWIFI
  • [ROM] MIUI V7 For Cherry Mobile Flare S3 Octa
  • How to Increase Wi-Fi Connection Time
  • More Articles :