Can anyone help me diagnose this error? The following is appearing in the Windows event viewer:
Event Type: Error
Event Source: W3SVC-WP
Event ID: 2216
Date: 2007/11/08
Time: 2:56:45 PM
Computer: WSVR2
Description:
The script started from the URL '/err/404.php' with parameters '404;http://www.example.com:80/location/aaa-bbb/undefined' has not responded within the configured timeout period. The HTTP server is terminating the script.
The PHP error log file does not contain any messages that PHP has timed out.
I put some debug messages at the top and bottom of the PHP script to confirm that the PHP script, run from top to bottom takes less than a second to complete.
It seems that PHP launches and does its job, but IIS waits for the PHP process to terminate, which never happens. What more can I do to troubleshoot?