Re: URL help
by Nigel Hamilton other posts by this author
Oct 30 2003 4:44PM messages near this date
URL help
|
mod_perl 2, Apache 2, mod_auth_mysql and php
HI Mark,
Check out mod_rewrite ... you can create a rewrite rule to forward
the request to the server you want.
You can set this up to do load balancing round-robin style with
RewriteMap too.
For example:
ProxyPassReverse / http://siteABC.co.com
ReWriteEngine On
RewriteCond ^/(.*) http://siteXYZ.co.com/$1 [P]
NIge
--
Nigel Hamilton
Turbo10 Metasearch Engine
email: nigel@[...].com
tel: +44 (0) 207 987 5460
fax: +44 (0) 207 987 5468
________________________________________________________________________________
http://turbo10.com Search Deeper. Browse Faster.
Thread:
Mark Peterson
Nigel Hamilton
|