不建议使用这种模式,port='9000',端口为9000,如果装有多个php版本,每个php版本设置不同的端口号,达到共存的目的,也可以做到PHP使用多版本切换

<?xml version="1.0" encoding="utf-8"?>
<config>
<server name='php' proto='fastcgi' host='127.0.0.1' port='9000' life_time='0' />
<vh name='www.loshub.com' doc_root='/home/www' inherit='off'>
   <index file='index.html'/>
   <index file='index.htm'/>
   <index file='index.php'/>
   <map file_ext='php' extend='server:php' allow_method='*'/>
   <bind>!*:80</bind>
   <host>www.loshub.com</host>
</vh>
</config>
分类: kangle使用方法 标签: kanglefpm

评论

暂无评论数据

暂无评论数据

目录