aaah okay know I know:

-------------------------------------------------------------
<VirtualHost xx.xx.xx.xx:80>

<IfModule mod_proxy_balancer.c>

<Proxy balancer://aekschencluster>
BalancerMember http://xx.xx.xx.xx:82
</Proxy>


<Location /de/>
ProxyPass balancer://aekschencluster/ stickysession=JSESSIONID
#ProxyPassReverse balancer://aekschencluster/de/
</Location>

</IfModule>

-------------------------------------------------------------

With the location tag you define a URL when the proxy should be active.

But my problem is know the link routing from rails because the URL is 
now http://www.domain.tdl/de/rubyapplication

But in my Rails application the links route all to the root 
http://www.domain.tdl/

What could I do?

Greetings Andi
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to