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 !!! Thank you Ricardo On Fri, May 22, 2009 at 11:27 PM, Eric Covener <cove...@gmail.com> wrote: > On Fri, May 22, 2009 at 2:02 PM, ricardo13 <ricardoogra...@gmail.com> > wrote: > > > > Hi, > > > > I configured reverse proxy using directives ProxyPass, ProxyPassReverse, > > Now, I would like to configure Reverse Proxy using <Location> > > How I do it ?? > > http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass > > | When used inside a <Location> section, the first argument is omitted > and the local directory is obtained from the <Location>. > > There's nothing more elaborate than that. > > -- > 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 > > -- Muito Obrigado Ricardo