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

From: Derick Rethans <derick[@]xdebug.org>
Date: Tue, 4 Jan 2005 18:40:21 +0100 (CET)

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

-- 
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
Received on Tue Jan 04 2005 - 18:40:27 GMT

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