You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Nowaker
changed the title
FCGI related question
Support for FastCGI / php-fpm
Dec 31, 2015
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:
My FCGI implementation - which i had forked and modified - seems broken, so I need a new one...
Kind regards.
The text was updated successfully, but these errors were encountered: