On one Linux Server running Apache and PHP 5, we have multiple Virtual Hosts with separate log files. We cannot seem to separate the php error_log between virtu
error_log
I usually just specify this in an .htaccess file or the vhost.conf on the domain I'm working on. Add this to one of these files:
.htaccess
vhost.conf
php_admin_value error_log "/var/www/vhosts/example.com/error_log"