flomesh-io / pipy

Pipy is a programmable proxy for the cloud, edge and IoT.
https://flomesh.io/pipy
Other
743 stars 70 forks source link

support php-fpm fastcgi protocol #170

Closed j4ckzh0u closed 4 months ago

j4ckzh0u commented 5 months ago

Discussion

pajama-coder commented 5 months ago

I'll put this on the schedule. Hopefully make it happen in about a week.

pajama-coder commented 5 months ago

@j4ckzh0u I've committed 96f9f41341c60976174ef740250a3bda45655c01 for a basic implementation of muxFastCGI() filter. Now Pipy can act as a web server delegating requests to FastCGI applications behind by using this new filter. You can also find a very simple example in samples/fastcgi. Please give it a try. Feedback is welcome.