On 28 Aug 2014, at 17:28, Ingwie Phoenix <
ingwi...@googlemail.com> wrote:
> Hey. Is there a module that lets me interface with PHP-CGI or -FPM in a http/s server request handler context?
> I am looking forward to keeping the instance of cgi or fpm running to use OPCache.
Not sure what you mean by interface in a http/s server request handler context, but I suspect some of these might be of use:
https://www.npmjs.org/search?q=fastcgi
Are you trying to access node from php or php from node? What sort of server?
Aria