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

Allow spawn-fcgi in the foreground #50

Merged
merged 1 commit into from
May 18, 2021

Conversation

susnux
Copy link

@susnux susnux commented May 12, 2021

A clean way to spawn fastcgi listeners in the foreground:
This patch should take care of it by keeping spawn-fcgi from losing track of the copied listening processes and allow full supervison.

Taken from http://rubyists.com/articles/2005/05/03/spawn-fcgi-in-the-foreground is used on openSUSE for now over 14 years

Been looking for a clean way to spawn fastcgi listeners in the foreground and I
believe Trey has figured it out. This patch should take care of it by keeping
spawn-fcgi from losing track of the copied listening processes and allow full
supervison.

taken from http://rubyists.com/articles/2005/05/03/spawn-fcgi-in-the-foreground
@mcarbonneaux mcarbonneaux merged commit 207ab1a into FastCGI-Archives:master May 18, 2021
@susnux susnux deleted the supervise branch May 18, 2021 13:30
@mcarbonneaux
Copy link
Member

your pull request break windows build: #51

can you add conditional build for unix or add windows support ?

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

Successfully merging this pull request may close these issues.

2 participants