At 10:47 AM 7/10/00 -0400, you wrote:
 >Drew Taylor wrote:
 >I use this:
 >
 >   <LocationMatch "^/$">
 >   SetHandler perl-script
 >   PerlHandler $MATCH::method_objs::provider_project_selector->handler
 >   </LocationMatch>

That will probably fit your needs a little better than my example.  My 
first read through missed the fact that you have various handlers to do 
different things... though your various handlers could probably be placed 
"behind" a main handler much like mine are.

Either way... this should work as well.  It all depends on where you want 
to do the work... in the conf file, or in the handler.

David Veatch - [EMAIL PROTECTED]

"Many people would sooner die than think.
In fact, they do." - Bertrand Russell

Reply via email to