Joined: 30 Jan 2008 |
Posts: 4 |
Location: Hamburg, Germany |
|
|
Posted: Tue Jan 29, 2008 10:47 am |
|
|
|
|
|
Hi,
I have debian etch but still use apache 1.3.34, php 4.4.4. After adding zend_extension=.../dbg.so (using module from PHPEd.Win v5.2r5224 server\linux dir, for glibc-2.2; have glibc 2.3.6), and restarting apache, phpinfo() shows both the "makes use of" .. "with DBG v3.2.10" in the header, and the dbg section below, with debugger.enabled=on. I used debugger.hosts_allow=localhost, debugger.hosts_deny=ALL, debugger.ports=7869,10000/16, in preparation for using an SSH tunnel.
I have then configured my SSH client (PuTTy) to create an SSH tunnel to forward :7869 from my local machine to 127.0.0.1:7869 on the server.
However, netstat -na on the server shows no process listening on :7869. As far as I understand it, this should not dependent on the presence of an SSH tunnel for port 7869 ?
Am I missing something ? Help would be much appreciated.
Regards,
|
|