Many web developes ask me to check their error log. So i put the line in their vhost.
<VirtualHost 10.11.12.13:80>
...
ErrorLog "/home/user/error.log"
...
</VirtualHost>
I thought this might be a nice little feature to be added when creating new vhosts.
Best regards, and great job!
Thanks 4 all