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
You can try:
php_value error_log "/var/log/httpd/vhost_php_error_log"
But I'm not sure if it is going to work. I tried on my sites with no success.