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
Have you tried adding the php_value error_log '/path/to/php_error_log to your VirtualHost configuration?
php_value error_log '/path/to/php_error_log