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
To set the Apache (not the PHP) log, the easiest way to do this would be to do:
# Stuff, # More Stuff, ErrorLog /path/where/you/want/the/error.log
If there is no leading "/" it is assumed to be relative.
Apache Error Log Page