Re: RegistryLoader and multiple virtualhosts

1999-12-30 Thread Radu Greab
On Thu, 30 Dec 1999, Jason Terry wrote: > 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"); > doesn't

Re: RegistryLoader and multiple virtualhosts

1999-12-30 Thread Stathy G. Touloumis
>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 scr

RegistryLoader and multiple virtualhosts

1999-12-30 Thread Jason Terry
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"); doesn't seem to work. It loads it, but if I check my processes aft