503 service unavailable debugging PHP files
- by user25932
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.