How to configure G-WAN to use php-fpm?

非 Y 不嫁゛ 提交于 2019-12-10 23:19:39

问题


As title said, how to configure G-WAN to use php-fpm?

Currently using lighttpd with php-fpm. Heard G-WAN maybe even lighter, want to give it a try. But after downloading the package and have it running, doesn't seems to be able to find any doc about php-fpm setup.


回答1:


To have G-WAN support FastCGI you would have to write a G-WAN handler. We did not do that because FastCGI is a much slower interface than the language runtime loaded in the G-WAN process address space.

G-WAN currently supports PH7 (multicore, loaded as a module, like Java, C#, C++, or Objective-C) and our efforts to use Zend PHP as a module failed: this PHP runtime crashes once two G-WAN threads calls it.



来源:https://stackoverflow.com/questions/34154920/how-to-configure-g-wan-to-use-php-fpm

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!