Hi,


/etc/apache2/lb_map:
 pool    www1|www2|www3|www4

And in a .htaccess file:

 RewriteEngine On
 RewriteMap servers rnd:/etc/apache2/lb_map

 RewriteRule ^(/blog.*)$ http://${servers:pool}.domain.com$1 [R,L]

Can you explain me the last line?

BR,

Sergio

-- 
View this message in context: 
http://www.nabble.com/Load-Balancer-tp19217643p19251344.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to