cherokee下设置local与remote方式的php fastcgi
01.04.2009 by admin - 0 CommentPosted in cherokee web server, linux, php

还是先假设一下服务器环境:
cherokee的ip地址是:172.16.236.191
cherokee安装在/usr/local/cherokee
php安装在/usr/local/php5,编译了fastcgi支持
与zeus、lighttpd一样,cherokee支持将php作为本地的fastcgi解释器运行,也支持将php作为Remote方式运行。
默认情况下,cherokee选择Local interpreter作为php的运行方式,并且已经附送了一个默认的php配置,如果你的php可执行文件位于PATH环境变量内,你甚至都不用做任何配置就可以直接使用。
下面我们来看看第一种情况如何进行配置:
点击左侧导航栏的“Information Sources”,在右侧“Known sources”下面列出了目前已知的信息源,点击默认的“php”,进入php设置:
Read the rest of this entry »

