Using apache 2.4 on Linux, with several virtual servers, each virtual server with its own DocumentRoot, I would like for the apache main server ErrorDocument local redirect to execute a single perl script relevant to the apache main DocumentRoot, and not a perl script under each virtual server.
What happens is that the virtual server's document root is used to construct the file system path, instead of the main server's document root.
Is there some way that I can configure the apache server to only use a single local redirect script, instead of (apparently) having to have an (identical) script in each virtual server's DocumentRoot?