2

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

kband
  • 459
  • 2
  • 6
LLub
  • 153
  • 1
  • 11

1 Answers1

1

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/

rvs
  • 4,125
  • 1
  • 27
  • 31