I have an Apache server and I have configured on it Xdebug
. I set as xdebug.remote_host
my IP so it looks like this:
xdebug.remote_host=192.168.0.101
But I would like other computers to be able to use Xdebug
as well - how do I set multiple IP addresses from a local network?
a source
to share