Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for FastCGI / php-fpm #94

Open
IngwiePhoenix opened this issue Jan 13, 2015 · 2 comments
Open

Support for FastCGI / php-fpm #94

IngwiePhoenix opened this issue Jan 13, 2015 · 2 comments

Comments

@IngwiePhoenix
Copy link

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
Copy link
Member

Rush commented Jan 14, 2015

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.

@Nowaker
Copy link
Member

Nowaker commented Dec 31, 2015

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 Nowaker changed the title FCGI related question Support for FastCGI / php-fpm Dec 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants