:: how install php5-fpm on debian
o setup repository

# echo -e "deb //packages.dotdeb.org stable allndeb-src //packages.dotdeb.org stable all" >> /etc/apt/sources.list

o update repository

# apt-get update

o installing php5-fpm

# aptitude install php5 php5-cli php5-fpm

:: starting php5-fpm

# /etc/init.d/php5-fpm start

:: add on rc.d

# update-rc.d -f php5-fpm defaults

:: links
+ google

Hi, I’m Sysadmin.ID

2 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *