HTTPD CONF Server 404 Code Instructions:

To make this server wide, you'll want to create and Alias outside of any VirtualHost directives and put your ErrorDocument directives outside too.

For example

Alias /error/ "/usr/local/apache/htdocs/error/"

ErrorDocument 404 /error/404.php

<virtualhost blah blah blah>

</virtualhost>