Igor Clark a écrit :
Hi Daniel,
This sounds great. My interest in FastCGI and Mina is to implement a
sort of application-server "layer" with which one can quickly develop
very domain-specific server components (e.g. image generator, feed
aggregator, etc) without needing to use a big fat J2EE back-end or a
PHP everything-but-the-kitchen-sink application server/scripting engine.
Don't forget the lighty's X-Sendfile. With this header, mina can do
something like ACL, logging, cache check, and give the hand back to
httpd to serve some files.
FastCGI is just a standard ajp13.
M.