Search results

  1. B

    408 error

    I am a programmer with almost 10 years of experience. I know about the pros and cons on running such long processes. First, the file is protected so only the admin can run it. Second it is protected to only run once every week, no matter how many times you click on it. So it cannot bring the...
  2. B

    408 error

    I know about Server->Tuning->Connection Timeout (secs). But that would increase the security risk for my clients. I only really need an increased timeout for a few files, some executed by CRON and some executed manually ( as an example, I have a file that checks email addresses... That takes a...
  3. B

    408 error

    Hello, I have a script that requires some intensive calculations every now and then. On apache, I simply use set_time_limit(0). But when doing this on litespeed it doesn't do anything and I get the 408 error ( as shown below ). If I use ob_flush() every few secs inside the script it works...
Top