Misconfiguring xdebug = httpd hangs.
If you ever find yourself at a loss to explain why Apache isn’t responding to a request when you’ve set up xdebug on your development environment, check your xdebug.remote_host setting:
xdebug.remote_host="127.0.0.1" ; or whatever your IDE is running on
I was running from a machine with the IP of 192.168.56.1, but I had this setting set to “192.169.56.1″.В You can probably see what the problem was.В Hopefully this will save someone some time.
December 4, 2012
В·
zburnham В·
No Comments
Tags: xdebug Apache netbeans zend studio В· Posted in: Uncategorized
Leave a Reply