Hello,
I would like to know how the PhpED debugger mananages its "
debugger.hosts_allow" directive when there are domain names in its address list (rather than IPs)?
I tried to put a domain name there that normally resolves to my home, but if I use "
DebugBreak" and run the script, I get the following error:
Quote: |
DBG 7.5.15
Failed to start DBG session
Reason: connection to the client at clienthost (<my ip address>) is not allowed in php configuration (php.ini)
Not sure what it means? Visit http://www.nusphere.com/dbg/?err=-100 for troubleshooting.
Debugger request: "(null)"
Request found in: "(null)"
Target PHP version: "5.4.x"
Server API: "Command Line Interface"
Extensions API: "220100525"
Modules API: "20100525"
PHP API: "20100412"
|
However, if I put the actual corresponding IP in this
debugger.hosts_allow directive, it works perfectly, and yet, the domain name that I tried before resolves to the same IP address (at least using
ping on the server).
This is very not practical as this IP address is dynamically allocated, so it is expected to change frequently.
I would very like being able to use the dynamically set DNS domain name that I have set up instead.
Regards,
Gingko