SCGI scripting engine servers? (C#, Java, PHP)

Aromyroirumma

New Member
I am looking for scripting engines that provide an SCGI server:
  • a server like Apache receives HTTP requests and sends them to the backend scripting engine,
  • the scripting engine parses and process the SCGI request and sends the reply to Apache,
  • Apache sends the reply to the client.
I've an interest in using C#, Java and PHP (any of those three) and would like to find relevant resources (not only links to code but also how-to's in order to make this all work toguether).Thanks!
 
Back
Top