>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.
- Fwd: Ruben Fagundo
- Re: Fwd: Stathy G. Touloumis
- RegistryLoader and multiple virtualhosts Jason Terry
- Re: RegistryLoader and multiple virtualho... Stathy G. Touloumis
- Re: RegistryLoader and multiple virtualho... Radu Greab
- RE: undef sub when using module Gerald Richter
