Hi
I have a php script that does a lots of inserts into mysql. And when it's done it makes a header('Location:') to another script.
The problem is that the inserts takes to long time, so the default "Timeout 300" in the httpd.conf "executes", and the browser will get a 404 page. What I can see this is because my php script doesn't send anything to the browser, so apache thinks that the connection to the browser is lost and it cancels the script.
I have set both
set_time_limit(0);
ignore_user_abort(true);
but it won't help..
//Daniel
Another fun thing to look at
http://212.247.174.194/Entertainment/TheCow/TheCow.php