Skip to content

Instantly share code, notes, and snippets.

@brendanmckenzie
Created August 4, 2014 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brendanmckenzie/262dd7f1582310437671 to your computer and use it in GitHub Desktop.
Save brendanmckenzie/262dd7f1582310437671 to your computer and use it in GitHub Desktop.
vagrant@vagrant:~$ 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 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade.
Need to get 2,192 kB of archives.
After this operation, 9,243 kB of additional disk space will be used.
Get:1 http://au.archive.ubuntu.com/ubuntu/ trusty-updates/universe php5-fpm amd64 5.5.9+dfsg-1ubuntu4.3 [2,192 kB]
Fetched 2,192 kB in 13s (159 kB/s)
Selecting previously unselected package php5-fpm.
(Reading database ... 69742 files and directories currently installed.)
Preparing to unpack .../php5-fpm_5.5.9+dfsg-1ubuntu4.3_amd64.deb ...
Unpacking php5-fpm (5.5.9+dfsg-1ubuntu4.3) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Setting up php5-fpm (5.5.9+dfsg-1ubuntu4.3) ...
Creating config file /etc/php5/fpm/php.ini with new version
php5_invoke: Enable module json for fpm SAPI
php5_invoke: Enable module readline for fpm SAPI
php5_invoke: Enable module opcache for fpm SAPI
php5_invoke: Enable module pdo for fpm SAPI
php5-fpm start/running, process 3096
Processing triggers for ureadahead (0.100.0-16) ...
vagrant@vagrant:~$ ls /var/run/php5-fpm.sock
/var/run/php5-fpm.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment