According to Eric Cholet:
> > What is the most straightforward way to make a RewriteRule
> > map an arbitrary URL directly to a handler? 

> Do you really need to rewrite, I mean can't you just use
> a <Location> container ?

Yes, that will work, but putting all of the special cases into
RewriteRules makes it easier to see what is going on (for me
at least).  Also, especially on the front-end side it makes
it easier to tune the config file where you might want to
alternate between proxying a program off to another server or
running it locally as a CGI.   I guess on the back end mod_perl
side I never proxy again so it doesn't matter so much.

  Les Mikesell
   [EMAIL PROTECTED]

Reply via email to