phpstorm - Xdebug on server can not connect to my computer -
i using phpstorm development in windows 7. trying setup xdebug.
i installed xdebug server using pecl.
i added these codes php.ini
zend_extension="/usr/local/lib/php/extensions/no-debug-non-zts-20100525/xdebug. xdebug.remote_enable=1 xdebug.remote_host=212.2xx.179.83 xdebug.remote_port=9001 xdebug.idekey="phpstorm" xdebug.remote_log=/tmp/xdebug.log
phpinfo() shows xdebug running.
when use;
netstat -aon | more
on cmd can see listining in port 9001
tcp 0.0.0.0:9001 0.0.0.0:0 listening 4908
but xdebug can not connect phpstorm
xdebug.log shows can not connect ip:port
log opened @ 2013-05-02 17:20:55 i: connecting configured address/port: 212.2xx.179.83:9001. e: not connect client. :-( log closed @ 2013-05-02 17:20:58 log opened @ 2013-05-02 17:20:58 i: connecting configured address/port: 212.2xx.179.83:9001. e: not connect client. :-( log closed @ 2013-05-02 17:21:16 log opened @ 2013-05-02 17:21:16 i: connecting configured address/port: 212.2xx.179.83:9001. e: not connect client. :-( log closed @ 2013-05-02 17:21:19
i runned;
nc -v 212.2xx.179.83 9001
on server , answers
nc: connect 212.2xx.179.83 port 9001 (tcp) failed: connection timed out
i working on 2 days , can not find solution.
any debugging why server can not connect ip great. thanks
edit: problem fixed, seems there problem server , had reinstall firewall csf
Comments
Post a Comment