mORMot2 icon indicating copy to clipboard operation
mORMot2 copied to clipboard

Use HTTP server as FastCGI proxy

Open synopse opened this issue 3 months ago • 0 comments

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.

synopse avatar Sep 25 '25 08:09 synopse