in reply to File Server for cgi scripts
The route I take for trimmed down webservice is to run two different apache instances. One on the normal port 80 and another on a different port (or different machine). That way I can use the power of apache to scale that back-end server with well known and documented techniques.
|
|---|