在Mac OS X上使用FastCGI for PHP

我有一个Mac OS X(10.6)机器上运行的apache2,它目前正在提供PHP页面使用php5_module罚款,但我想configurationfastcgi_module来处理php页面。

我曾尝试使用www.fastcgi.com上的configuration,但出现以下错误:

 [warn] FastCGI: (dynamic) server "/Path/to/script.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds [warn] FastCGI: server "/usr/bin/php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds 

我想这是因为PHP没有用FastCGI编译,但看到它随着Mac OS X,我不知道如何重新编译它。 这是问题吗? 如果是这样,我怎样用FastCGI重新编译PHP?

你可以尝试使用/ usr / bin / php5-cgi,这不仅适用于cgi,而且适用于fastcgi。 这适用于标准的debian,但它也可能适用于OS X。