Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I feel like I'm missing something (maybe I didn't read carefully enough). What is creating the socket, fcgiwrap is just using the socket right? Commented Feb 24, 2021 at 11:05
  • I'd assume fcgiwrap is creating the socket. A search for the sources brought up github.com/gnosek/fcgiwrap/blob/master/fcgiwrap.c . Commented Feb 24, 2021 at 22:37
  • you haven't mentioned how you are configuring / starting fcgiwrap. I've written an answer based on some assumptions, I'll be happy to edit if those assumptions were wrong. Commented Feb 24, 2021 at 23:16