Re: [EMAIL PROTECTED] Is it possible for Apache to randomly select different URLs to serve up?

2007-04-20 Thread mraible
ion in Tomcat) RewriteRule ^(.*) /${apps:sites}/$1 [L] 4. Restart Apache, delete all cookies and open http://localhost. Refresh your browser a number of times and watch yourself get routed to the different applications randomly. Thanks for all the help on this thread. Matt mraible w

Re: [EMAIL PROTECTED] Is it possible for Apache to randomly select different URLs to serve up?

2007-04-19 Thread mraible
directing users to a >> random URI from your site would do. I don't think that it would be >> possible to do on Apache configuration level >> >> On 4/18/07, mraible <[EMAIL PROTECTED]> wrote: >> > >> > Is it possible for Apache to randomly select di

[EMAIL PROTECTED] Is it possible for Apache to randomly select different URLs to serve up?

2007-04-18 Thread mraible
Is it possible for Apache to randomly select different URLs to serve up? For example: User1 -> http://my.domain.com/1 User2 -> http://my.domain.com/2 User3 -> http://my.domain.com/3 And after a certain point, start over again? I'm not really looking for random, ordered would work. For more in