Hiya!
While I am setting up a box using the LowEndBox script available, I am reading up the comments in the post and found an interesting reply.
By Rafael Martins:
quick suggestion: install php5-fpm from the dotdeb.org repositories instead of the default PHP fastcgi implementation.
From what I understand, the script upon choosing installing php; It will install the following:
php-cgi php5-cgi php5-cli php5-mysql
Here is the confusing part. Since the script is installing php5-cgi, where does the fcgi comes from? Is php5-cgi the same with fcgi?
If I never understand wrongly. php-fpm is a process manager for fastcgi right? If i use php-fpm, that will means I will not need any initd scripts to spawn those cgi process?
I am sorry if I confused you. But it really quite confusing for a noob like me. Would someone have the time to point me to the correct directions?