slimtoolkit / slim

Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Apache License 2.0
19.33k stars 725 forks source link

http probes: support for FastCGI to probes PHP applications #265

Open kcq opened 2 years ago

kcq commented 2 years ago

PHP applications don't handle HTTP requests directly. The HTTP requests need to be sent using the FastCGI protocol.

kcq commented 2 years ago

a reminder... still need to add fastcgi support for crawling

sreeo commented 2 years ago

a reminder... still need to add fastcgi support for crawling

Hi @kcq, is it possible to elaborate more? Would love to pick this up.