virtkick/http-master

Support for FastCGI / php-fpm

Opened this issue · 2 comments

Good day!

I am looking for a way to connect from nodejs to a FastCGI instance. Within the readme on NPM, I read that this software seems to support FCGI; though, I am not certain. So I have two questions:

  • Does this software support FastCGI?
  • And if so, how did you manage it?

My FCGI implementation - which i had forked and modified - seems broken, so I need a new one...

Kind regards.

Rush commented

http-master could support FastCGI but does not yet. You could run any FastCGI server on arbitrary port though and http-master would handle your virtual hosts.

It's generally a very good idea to connect http-master to php-fpm directly without any nginx/apache in between but this is something that we're not willing to code ourselves. We'll happily accept a pull request with support for php-fpm.