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: VirtualHost *:80 ServerName app.example.com RewriteEngine on RewriteCond %{REQUEST_URI} ^/app RewriteRule ^$ /app/ [P] JkMount /app* loadbalancer

[users@httpd] Rewrite JkMount

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

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: VirtualHost *:80 ServerName app.example.com RewriteEngine on RewriteCond %{REQUEST_URI} ^/app RewriteRule ^$ /app/ [P] JkMount /app* loadbalancer /VirtualHost So what I want is to