|
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).
|