>Is there a way to RegistryLoader a single instance of a script
>/cgi-bin/admin.cgi
>and have this instance work across ALL virtual hosts.
>
>simply loading
>$r->handler("/cgi-bin/admin.cgi",
>"/home/jter/public_html/cgi-bin/admin.cgi");

Where are you calling the above?  If they are the same script try using:

<perl>
$PerlRequire= '/cgi-bin/admin.cgi';
</perl>

in your main servers config.

Reply via email to