[xdebug-general] Re: How can I configure xdebug to work only on one virtual server ?

From: MEDIAFOREST Technical Contact <tech[@]mediaforest.net>
Date: Wed, 05 Jan 2005 11:43:06 +0100

I knew that but the problem is that if I put "zend_extension=/usr/lib/php4/extensions/xdebug.so" in php.ini xdebug will
be active for all my sites not only the testing ones. So how could I manage to have xdebug active only for a few virtual
domains ?

Derick Rethans a écrit :
> On Tue, 4 Jan 2005, MEDIAFOREST Technical Contact wrote:
>
>
>>Hello,
>>Sorry, but I had loaded this email on another computer and forgotten it.
>>
>>Here's an example of the apache settings I tried :
>>
>><VirtualHost 192.168.1.1>
>> DocumentRoot /var/www/test
>> ServerName testsite.com
>> ErrorLog /var/log/testsite_error.log
>> LogLevel debug
>> CustomLog /var/log/testsite.log "full"
>>
>> php_flag log_errors on
>> php_value error_reporting 2047
>> php_value error_log /var/log/testsite_php.log
>>
>> php_value include_path .:/var/www/test/include
>>
>> php_value zend_extension /usr/lib/php4/extensions/xdebug.so
>
>
> You can not put zend_extensions here, only in php.ini.
>
> Derick
>
Received on Wed Jan 05 2005 - 11:42:43 GMT

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST