Jump to content
Edwin Yip

New FastCGI for Nginx in Delphi

Recommended Posts

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? 

  • Like 3
  • Thanks 1

Share this post


Link to post

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×