|
tpersen,
Not all FCGI frameworks are created equal.
Try this:
1) Disable "persistent connection" under FCGI extapp.
2) From trac.saddi.com/flup it looks like they support AJP 1.3 interface in-addition to FCGi. Instead of using a FCGI extapp, use a Java/AJP extapp instead.
|