Forum > Networking and Web Programming

No plan to implement SCGI?

(1/1)

egsuh:
I found https://en.wikipedia.org/wiki/Simple_Common_Gateway_Interface. Isn't there any plan to implement SCGI in Lazarus? As it says,


--- Quote ---The ISAPI SCGI extension adds support for the Simple Common Gateway Interface protocol to IIS. SCGI is a standard for communicating between web servers and application servers on the back end offering similar benefits to FastCGI but significantly simpler.

--- End quote ---

egsuh:
I’m testing with nginx 1.27 and Windows 11 and FCGI. Up to now no error. I found only single instance of fcgi program and module in it.

Thaddy:
It is not difficult to write it based on more than 80% of the code of fastcgi, but someone simply has to do it. I am not one of them.

egsuh:

--- Quote ---It is not difficult to write it based on more than 80% of the code of fastcgi, but someone simply has to do it. I am not one of them.
--- End quote ---

I'd like to do, but I cannot delve into source codes of FCGI etc. But if FCGI is stable enough then it's enough. I'm not having any problem with newly-setup nginx + FCGI combination. However problems happened after quite a while in the past.

Navigation

[0] Message Index

Go to full version