./configure --prefix=/home/php5 --enable-fastcgi --enable-force-cgi-redirect --enable-soap
#支持 fastcgi
lighttpd.conf配置
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
fastcgi.server = ( ".php" =>
(
(
"host" => "127.0.0.1",
"port" => 1026,
"bin-path" => "/usr/local/bin/php-cgi"
)
)
)
modules.conf配置
server.modules = (
"mod_access",
"mod_fastcgi",
)
共同學(xué)習(xí),寫(xiě)下你的評(píng)論
評(píng)論加載中...
作者其他優(yōu)質(zhì)文章