Custom php.ini settings ignored?

Discussion in 'General' started by malkowitch, Aug 17, 2012.

  1. malkowitch

    malkowitch New Member

    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?
     
  2. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    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.
     
  3. malkowitch

    malkowitch New Member

    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
     
  4. pititis

    pititis Member

    Do you have the xdebug module installed??
     
  5. malkowitch

    malkowitch New Member

    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
     

Share This Page