I have installed xdebug, I can see in phpinfo() that it's installed (but it's OFF).
However, I don't want to enable it for the whole server/apache2, I just want to enable it for one virtual host.
How can I do this?
I have installed xdebug, I can see in phpinfo() that it's installed (but it's OFF).
However, I don't want to enable it for the whole server/apache2, I just want to enable it for one virtual host.
How can I do this?
You can set xdebug in
php.ini
withoff
value:and turn on only
.htaccess
with directive: