Re: [EMAIL PROTECTED] Reverse Proxy and SSI from Back-End Apache

2005-11-09 Thread Devendra Singh
Hi, On 11/10/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/9/05, Devendra Singh <[EMAIL PROTECTED]> wrote: > I checked the modules/mappers/mod_rewrite.c and found the following around> line 1828 (httpd-2.0.55):>> /*>  *  Ignore this rule on subrequests if we are explicitly> 

Re: [EMAIL PROTECTED] Reverse Proxy and SSI from Back-End Apache

2005-11-09 Thread Joshua Slive
On 11/9/05, Devendra Singh <[EMAIL PROTECTED]> wrote: > I checked the modules/mappers/mod_rewrite.c and found the following around > line 1828 (httpd-2.0.55): > > /* > * Ignore this rule on subrequests if we are explicitly > * asked to do so or this is a proxy-throughpu

Re: [EMAIL PROTECTED] Reverse Proxy and SSI from Back-End Apache

2005-11-09 Thread Devendra Singh
Hi, Replying to my own post for reason of the problem and a typical solution. On 11/9/05, Devendra Singh <[EMAIL PROTECTED]> wrote: On 11/9/05, Joshua Slive <[EMAIL PROTECTED] > wrote: On 11/8/05, Devendra Singh < [EMAIL PROTECTED]> wrote:> But, the problem is that when I try to access > http://d

Re: [EMAIL PROTECTED] Reverse Proxy and SSI from Back-End Apache

2005-11-08 Thread Devendra Singh
On 11/9/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/8/05, Devendra Singh <[EMAIL PROTECTED]> wrote:> But, the problem is that when I try to access > http://ds.india.noida/dstest.html the SSI> /mycomps/testsuccess.html also gets parsed from the Front Apache.Or, in other words, subrequests are

Re: [EMAIL PROTECTED] Reverse Proxy and SSI from Back-End Apache

2005-11-08 Thread Joshua Slive
On 11/8/05, Devendra Singh <[EMAIL PROTECTED]> wrote: > But, the problem is that when I try to access > http://ds.india.noida/dstest.html the SSI > /mycomps/testsuccess.html also gets parsed from the Front Apache. Or, in other words, subrequests are not getting proxied. >RewriteEngine On >

[EMAIL PROTECTED] Reverse Proxy and SSI from Back-End Apache

2005-11-08 Thread Devendra Singh
Hi,   I have a setup of Front / Back Apache Reverse Proxy. Front Apache is running on port 80 and Back Apache is running on 8080. SSI OPTIONS is enabled on both the Apache.   I have a requirement that all files are to be served from the front Apache except the /mycomps folder. The mycomps folder Sc