I wanted to setup xdebug on my server. Most useful will be to set xdebug.remote_host directly from ISPConfig 3. So i opened website settings, and put this: Code: xdebug.remote_enable=1 xdebug.remote_host=89.79.110.5 output_buffering = off in "Custom php.ini settings" But even after server restart those settings are ignored. Instead default are set. Site is configured to run on FastCGI and SuExec. Does anyone had such problem?
Please have a look in /var/www/conf/webXX/php.ini This file should be created on custom php.ini settings. Look at phpinfo() if this file is loaded.
File /var/www/conf/webXX/php.ini is created and has valid settings phpinfo() for this user has: Code: Loaded Configuration File /var/www/conf/webXX/php.ini To be sure I killed php processes for this user. And still no change
Yes, and when I configure xdebug directly in php.ini all works fine. Apache Custom settings in ISPConfig works fine. PHP custom settings are ignored (All) My PHP version is 5.3.15