View Single Post
  #2  
Old 11-23-2012, 10:28 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
if your external app (LSPHP5) takes a long time to complete, you should extend "Connection Timeout" so that connection with external app does not get closed (due to inactivity) before ext app completes.

You need to balance between get the work done and prevent DDoS (there are other ways to defend DDoS in LSWS).
Reply With Quote