Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Installing PHP and Configuring Nginx to Use the PHP Processor

Depending on your cloud provider, you may need to add Ubuntu’s universe repository, which includes free and open-source software maintained by the Ubuntu community, before installing the php-fpm package. You can do this by typing the following command:
$ sudo add-apt-repository universe
Install the php-fpm module along with an additional helper package, php-mysql, which will allow PHP to communicate with your database backend. The installation will pull in the necessary PHP core files. Do this by typing the following:
$ sudo apt install php-fpm php-mysql
 
PREVIOUS NEXT
Tagged: #Installing #PHP #Configuring #Nginx #Use #PHP #Processor
ADD COMMENT
Topic
Name
7+6 =