Edwin Yip 154 Posted June 9, 2020 Today I discovered a new FastCGI implementation for the Ngix web server in Delphi and think I'd share it with you: https://github.com/kylixfans/FastCGI PS, I didn't make this - it's by my fellow countryman, but I guess here is the best sub-forum to make such a post? 3 Share this post Link to post
stijnsanders 35 Posted June 9, 2020 I really should make time to take a close look at this one! I've struggled before to get FastCGI into xxm and settled on plain CGI (yuck) and SCGI to interface with (advanced) http services that I couldn't find a specific API for like nginx or lighttpd. Share this post Link to post
tgbs 14 Posted January 13, 2023 Has anyone used it in practice? I have to choose what to use for FastCGI and nginx for Linux. Delphi doesn't seem to have many options. Lazarus has it, but I don't want to change the product. Share this post Link to post