apache Asked: 2010-05-06 03:50:25 +0800 CST2010-05-06 03:50:25 +0800 CST 2010-05-06 03:50:25 +0800 CST How to compile php5-cgi out of PHP source code? 772 I've only compiled php itself from source, how is php-cgi generated? php lamp fastcgi 1 Answers Voted joschi 2010-05-06T04:35:48+08:002010-05-06T04:35:48+08:00 Add --enable-fastcgi and remove --disable-cgi from the parameters of the configure script as noted in the List of core configure options.
Add
--enable-fastcgi
and remove--disable-cgi
from the parameters of theconfigure
script as noted in the List of core configure options.