How to set up PHP Version 5.2.17 on Apache/2 to serve php requests through a single persistent php-cgi instance?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Keyword is fastcgi. For php you can run php-fpm.

There are a lot of guides about it, here is one of them: http://voidweb.com/2010/07/the-perfect-lamp-stack-apache2-fastcgi-php-fpm-apc/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.