Home > Article > Backend Development > Windows subsystem ubuntu16.04 installs php7.0
This article mainly introduces the installation of php7.0 in the windows subsystem ubuntu16.04. It has a certain reference value. Now I share it with you. Friends in need can refer to it
1. Install php7.0
$ sudo apt-get install php7.0
2. Install apache’s php module
$ sudo apt-get install libapache2-mod-php7.0
##3. When testing php and Apache, it works normally
$ sudo vim /etc/apache2/sites-available/000-default.conf View working directory
The above is the detailed content of Windows subsystem ubuntu16.04 installs php7.0. For more information, please follow other related articles on the PHP Chinese website!