mORMot2
mORMot2 copied to clipboard
Use HTTP server as FastCGI proxy
Our HTTP server classes (may be all since it is an OnRequest kind of implementation) should be able to run FastCGI.
Perhaps plain CGI first (we have the proper RunRedirect() for this). Then FastCGI.
Should be tested and validated using PHP backend.
Aim is to be able to replace nginx as a main server.