Re: [users@httpd] Rewrite & JkMount

2011-07-16 Thread Jakov Sosic
On 07/16/2011 01:17 AM, Jakov Sosic wrote: > On 07/16/2011 01:00 AM, Jakov Sosic wrote: >> Hi. >> >> I'm trying to set up the following scenario: >> >> >> ServerName app.example.com >> >> RewriteEngine on >> RewriteCond %{REQUEST_URI} ^/app >> RewriteRule ^$ /app/ [P] >> >> JkMount /app* loadbalan

Re: [users@httpd] Rewrite & JkMount

2011-07-15 Thread Jakov Sosic
On 07/16/2011 01:00 AM, Jakov Sosic wrote: > Hi. > > I'm trying to set up the following scenario: > > > ServerName app.example.com > > RewriteEngine on > RewriteCond %{REQUEST_URI} ^/app > RewriteRule ^$ /app/ [P] > > JkMount /app* loadbalancer > > > So what I want is to redirect app.example

[users@httpd] Rewrite & JkMount

2011-07-15 Thread Jakov Sosic
Hi. I'm trying to set up the following scenario: ServerName app.example.com RewriteEngine on RewriteCond %{REQUEST_URI} ^/app RewriteRule ^$ /app/ [P] JkMount /app* loadbalancer So what I want is to redirect app.example.com and app.example.com/whatever to that JkMount... What am I doing wro