On Wed, 18 Apr 2007 13:03:39 -0700 (PDT)
mraible <[EMAIL PROTECTED]> wrote:

> 
> Is it possible for Apache to randomly select different URLs 

The browser requests a URL.  What apache serves at that URL
is your business and can of course be random.

> User1 -> http://my.domain.com/1
> User2 -> http://my.domain.com/2
> User3 -> http://my.domain.com/3

Many ways to do that.  For example, RewriteMap.

> For those users who come in w/o a "v" parameter or "v" cookie, I'd
> like to evenly distribute them to the different version of the site.

That's called load balancing.  You want mod_proxy_balancer.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
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