long running process

#1
I have a rails webapp that has one action that sometimes takes a long time to complete. Usually less that 10 minutes, but sometimes more than 5. (it is doing a lot of work :) After 5 minutes LiteSpeed is sending a 508 - server timed out page, but I can see (from top) that the ruby process is continuing to run.

Can the setting of this "timed out" value be changed to more than 5 minutes? I looked around the tuning settings, and did not see something there, but I am not sure I know what I am looking for...

Thanks
 
Top