Can DBG be Disabled using httpd.conf / .htaccess / php ? |
Site Admin
|
debugger.enabled setting is what you may want to change in your per-virtual host php_admin_value, see http://www.php.net/configuration.changes for further details.
DBG does not listen on the server at all. It connects to your client machine where dbglistener is supposed to listen.
You may want to use either ssh tunnel (with appropriately strong cypher) and/or dbg modules with ssl channel encryption turned on. IP-security should be used too, and hosts.allow=localhost, 127.0.0.1 is an appropriate setting if you use SSH-tunnel.
either turn off Debug Session in the browser's debugger toolbar or re-run with DBGSESSION=-1 in the URL and debugger will drop its cookie and won't try to debug with this instance of the browser. |
||||||||||||||||||||
_________________ The PHP IDE team |
Can DBG be Disabled using httpd.conf / .htaccess / php ? |
|
||
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