[clug] Reverse-proxy / clustering question

Pietro Abate Pietro.Abate at anu.edu.au
Thu Mar 4 02:32:53 GMT 2004


On Thu, Mar 04, 2004 at 12:41:41PM +1100, Martin Pool wrote:
> You should be able to do this using Apache's mod_rewrite.  Search for
> 'proxy' in this page:
>   http://httpd.apache.org/docs/mod/mod_rewrite.html

I think mod_proxy is more appropriate for this kind of problem.
http://httpd.apache.org/docs/mod/mod_proxy.html
in particular:

 ProxyRequests Off

 ProxyPass /foo http://foo.example.com/bar
 ProxyPassReverse /foo http://foo.example.com/bar
 

p

-- 
++ It is not doing the thing we like to do, but liking the 
   thing we have to do, that makes life blessed. -- Goethe
++ Please avoid sending me Word or PowerPoint attachments.
   See http://www.fsf.org/philosophy/no-word-attachments.html


More information about the linux mailing list