[resolved] Connection to client address XXXX is not allowed |
Site Admin
|
You requested server to start debugging with client IP which is not in the debugger's hosts_allow. That's what "connect to client address xxxx is not allowed" means.
In case of tunnel, you need to use tunnel's far end point, that is in most cases localhost. In this case, put localhost and 127.0.0.1 into hosts_allow and do the same in the toolbar settings (see Machine client host). BTW, it would start w/o problems if you tried from the IDE, w/o toolbar. |
||||||||||||
_________________ The PHP IDE team |
Veteran
|
Dmitri is right. In the DBG toolbar options you need to set Machine client host to localhost.
|
||||||||||||
_________________ |
|
#1 Ok I modified my PHP.ini to:
#2 And set my firefox toolbar machine client host to: localhost --------------- Whenever I try to run phpdebugger from the toolbar, it just loads loads and loads, and never connects succesfully, no error, just loads? When I try to run the debugger for the IDE, it times out? *waiting for debug session* *failed to start debugger session on server (timeout)* Any ideas on this? |
||||||||||||||
|
Veteran
|
I am not sure of the format for specifying multiple hosts for debugger.hosts_allow. For example, is a space between the entries valid, or should it perhaps be a comma? On my server, I have one entry, namely localhost:
Maybe that will help? |
||||||||||||||
_________________ |
Site Admin
|
"timeout" means that you did not run ssh tunnel at the moment or you ran it on different port than requested in the URL. You may want to check your server to see if 127.0.0.1/7869 is in listening state and corresponding process is sshd. If you don't see it, check ssh command line arguments.
|
||||||||||||
_________________ The PHP IDE team |
[resolved] Connection to client address XXXX is not allowed |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by