lighttpd with php 安裝 - BBS

Table of Contents

想將 lighttpd 加上 php

到 php5 ports 下 make config

選了這些
[X] CLI Build CLI version
[X] CGI Build CGI version
[X] SUHOSIN Enable Suhosin protection system
[X] IPV6 Enable ipv6 support
[X] FASTCGI Enable fastcgi support (CGI only)
[X] PATHINFO Enable path-info-check support (CGI only)

然後 make install

安裝好後重新啟動 lighttpd 卻跑不起來
錯誤訊息裡面提到
You can find out if it is the right one by executing 'php -v' and it should
display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.


照著說明執行 php -v

出現
PHP 5.2.5 with Suhosin-Patch 0.9.6.2 (cli)

請問要如何設定才能將php
由 cli 改成 cgi-fcgi 模式

謝謝

--

All Comments