Thread: LSWS and Django
View Single Post
  #2  
Old 12-06-2006, 05:00 PM
xing xing is offline
LiteSpeed Staff
 
Join Date: Oct 2003
Location: Los Angeles, California
Posts: 380
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.
Reply With Quote