I've this PHP 5.3 script running on IIS 6/ Windows 2003. It generates a "FASTCGI 500 server error" saying that process exceeded configured actitivy timeout (Error #: 258). It's okay for this particular PHP script to have this error. How can i
customize this error page? I looked into IIS and couldn't find anything.
smcsmc
1 Post
Customize 500 error code thrown by fast cgi
Jul 27, 2011 05:55 PM|LINK
Hi,
I've this PHP 5.3 script running on IIS 6/ Windows 2003. It generates a "FASTCGI 500 server error" saying that process exceeded configured actitivy timeout (Error #: 258). It's okay for this particular PHP script to have this error. How can i customize this error page? I looked into IIS and couldn't find anything.
Thanks.
Rgds
IF
HCamper
8048 Posts
Re: Customize 500 error code thrown by fast cgi
Jul 28, 2011 04:37 PM|LINK
Hi,
Have you checked http://learn.iis.net/page.aspx/765/improve-php-error-messages-in-iis-7/ "Improve PHP Error Messages in IIS 7".
You could use this http://codex.wordpress.org/Creating_an_Error_404_Page "Creating an Error 404 Page" method from the Wordpress.
Martin
Community Member Award 2011