ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> modperl
modperl
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved