Skip to content

Instantly share code, notes, and snippets.

@germs12
Last active December 22, 2015 04:18
Show Gist options
  • Select an option

  • Save germs12/6415750 to your computer and use it in GitHub Desktop.

Select an option

Save germs12/6415750 to your computer and use it in GitHub Desktop.
php 5 fpm
# http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-ubuntu-11.04
$ sudo apt-get install php5-fpm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
php-pear
The following NEW packages will be installed:
php5-fpm
0 upgraded, 1 newly installed, 0 to remove and 121 not upgraded.
Need to get 2,703 kB of archives.
After this operation, 8,377 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ quantal-updates/universe php5-fpm i386 5.4.6-1ubuntu1.3 [2,703 kB]
Fetched 2,703 kB in 1s (1,803 kB/s)
Selecting previously unselected package php5-fpm.
(Reading database ... 95092 files and directories currently installed.)
Unpacking php5-fpm (from .../php5-fpm_5.4.6-1ubuntu1.3_i386.deb) ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Setting up php5-fpm (5.4.6-1ubuntu1.3) ...
Creating config file /etc/php5/fpm/php.ini with new version
Processing triggers for ureadahead ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment