rouille icon indicating copy to clipboard operation
rouille copied to clipboard

Is FastCGI/SCGI supported/planned?

Open vi opened this issue 10 years ago • 3 comments

Integrating FastCGI/SCGI with Nginx seems to be a better idea than reverse proxying.

vi avatar Dec 17 '15 22:12 vi

@vi out of curiosity, for what reasons would it be better?

dashed avatar Sep 19 '16 06:09 dashed

Internally simpler (especially SCGI), supports UNIX sockets. Don't need to handle the trickery of facing the actual clients.

vi avatar Sep 19 '16 12:09 vi

This is not planned, but I'd accept a PR that implements it as long as the Request and Response objects roughly keep the same API.

tomaka avatar Sep 21 '16 16:09 tomaka