several php.ini's for remote debugging |
Veteran
|
Hi - this can be easily resolvd with debugger.hosts_allow instruction - set it to the IPs of the users you want to be able to start the debug session.
PLease let us know if we understood your question right |
||||||||||||
|
remote debugging on VPS - virtual servers with dbg/phpEd |
|
The VPS has one php.ini for all which can be overruled in the confixx-admin-tool under "http-special" where per each domain/each user one can overrule the global php.ini-statements using the statement "php_admin_flag". Example: ErrorLog /var/www/web41/log/error_log.log php_admin_flag safe_mode off <Directory "/var/www/web41/html/"> AllowOverride All </Directory> "web41" is the user, but one can put in *per domain* the same overruling statements. Alternatives to the above: "Configuration settings from php.ini may be overridden by php_flag settings in the server configuration file or local .htaccess files. " from http://www.php.net/manual/en/ref.apache.php So to overrule the global php.ini on VPS I would prefer the .htaccess-file. Is that possible? Best regards |
||||||||||||||
|
Site Admin
|
if I got you right, you need a way to allow debugging for particular VHOSTs. It can be done with debugger.enabled=Off in the main php.ini and php_admin_value allowing debugger for the VHOSTs where debugger should be enabled. Please check php manual on how to do this http://www.php.net/manual/en/configuration.changes.php
|
||||||||||||
_________________ The PHP IDE team |
several php.ini's for remote debugging |
|
||
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