Xdebug and a few remote_hosts
Posted
by hsz
on Stack Overflow
See other posts from Stack Overflow
or by hsz
Published on 2010-05-07T09:04:06Z
Indexed on
2010/05/07
9:08 UTC
Read the original article
Hit count: 370
xdebug
Hello !
I've got an apache server and I configured on it Xdebug
.
I set as xdebug.remote_host
my IP address so it looks like:
xdebug.remote_host=192.168.0.101
But I would like other computers also would be able to use Xdebug
- how to set a few IP addresses from LAN ?
© Stack Overflow or respective owner