On 5 Feb, 02:11, "HansH" <h...@invalid.invalid> wrote:
> "bunster" <mark.debunn...@gmail.com> schreef in berichtnews:1170638922.835989.143260@p10g2000cwp.g ooglegroups.com...> I have apache configured with caucho resin - essentially this means I
> > can access my applications on resin (e.g. port 8081) via the apache
> > web server. For example - i can get tohttp://MyHost/MyApplication?
> > parm1=xxx&parm2=yyy
>
> > However, I want to be able to have URLs on my site that are
> >http://MyHost/MyRoot/MyApplication/xxx/yyy
>
> > (2) prefixed with document_root to /var/apache2/htdocs/MyRoot/
> > MyApplication
> > BUT this doesn't work for me because this isn't a "local" path but a
> > web-app on effectively the same server.
>
> Looks like should be a proxiing rewrite.
> Drop your rewriterule((s) and condition(s)) too.
>
> HansH
Proxiing rewrite sounds good - how do I do that? (other then by
removing my rewrite rules)