On Sat, May 23, 2009 at 1:36 PM, ricardo figueiredo
<ricardoogra...@gmail.com> wrote:
> Hi,
>
> Thank you !!! good explanation ! Now, I know
>
> How I use the output external program in RewriteMap to ProxyPassReverse ??
> For example:
>
> The output of external program (in C) is /cluster2
> RewriteMap prgmap prg:externalProgram
> RewriteRule ^(.*) ${prgmap:1}
>
> Then, there is directive ProxyPass that forward requests to server, like as
> ProxyPass /cluster2 http://192.168.1.12
> ProxyPassReverse /cluster2 http://192.168.1.12
>
> But, it isn't happen !!! ProxyPassReverse doesn't get the output of external
> program !!!
>

[PT] flag probably helps, since ProxyPass cares about URLs, not the
translated path.


-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to