This seems to be a common problem but I am still having no luck finding a descriptive solution.
I am currently evaluating phped 4 and attempting to remotely debug. I am runing dbg 2.18.2 on the apache server and everything appears fine according to phpinfo.
When i put DebugBreak(); into the script and attempt to open the url form inside my phped workspace i receive the following error:
DBG 2.18.2
Failed to run DBG session
Reason: connection to the client address 192.169.1.100:7869 is not allowed
Not sure what it means? Visit http://www.nusphere.com/dbg/ for troubleshooting.
Debugger request: "386499324491600007;d=1,p=0"
Request found in: "query_string"
Target PHP version: "4.4.0"
Server API: "Apache"
Extensions API: "20050606"
Modules API: "20020429"
PHP API: "20020918"
|
The listener is setup for <ALL ADDRESSES>, 7869
The project is set to
HTTP Mode 3rd party web server
I checked my hosts.allow and hosts.deny files and both are empty. Please provide me with a sample hosts.allow setting so i can try that.