503 service unavailable debugging PHP files

Posted by user25932 on Server Fault See other posts from Server Fault or by user25932
Published on 2009-11-12T22:38:17Z Indexed on 2010/04/03 22:03 UTC
Read the original article Hit count: 296

Filed under:
|
|
|

I have a web server with apache 2.0 installed. It comes with Zend Server install pack. When I’m trying to debug my php files apache serves a blank page with 503 service unavailable. Of course slow server-side code is tying up Apache requests for far too long, but I need it to wait, until my debugging comes to end. How can I solve this problem.

© Server Fault or respective owner

Related posts about 503-error

Related posts about apache