While developing for Drupal I keep getting Error 324 (net::ERR_EMPTY_RESPONSE) in Chrome and wsod in Safari. I noticed this only happens when I'm listening PHP debug connections in PhpStorm. As soon as I stop listening everything works fine. Seems the debug process slows thing down a bit which triggers some timeout? Does anyone else experiences this and know of a solution. For me, since I'm new to Drupal, being able to debug is quite important.

Comments

A question

Hello,
Can you post which version of Xdebug and which version of PHP you are using?

Is this your first time using Xdebug? Have you used it on any other php projects in your development environment? Just trying to determine the scope of your issue :)

Thinking is the best way to travel.

Not drupal related after all.

Thanks for thinking along. I was able to reproduce the same behaviour with a non-Drupal site so it seems like it's not related to Drupal after all. It only happens with vhost directories. I'll have to check it out further, since it's clearly not Drupal related this is probably not the place to discuss it :)