Re: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Jérôme Tytgat
> In Apache 2.0 mod_proxy is always run before mod_rewrite. That is why when > you have a mix of ProxyPass and RewriteRule ... > [P] that conflict, the RewriteRule is never executed. When that is the case, > I use RewriteRules to do the proxying, and > then add the ProxyPassReverse as needed. Th

RE: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Axel-Stéphane SMORGRAV
, August 29, 2005 2:26 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Re: Problems with proxying remote URLs Ok. How can you tell that mod_rewrite has to be executed BEFORE mod_proxy. I would have used proxypass, but I can't because my rewrite are never reached and I need

Re: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Jérôme Tytgat
Ok. How can you tell that mod_rewrite has to be executed BEFORE mod_proxy. I would have used proxypass, but I can't because my rewrite are never reached and I need some things to be rewritten BEFORE they are proxyfied. Thanks. J. Axel-Stéphane SMORGRAV a écrit : > In Apache 2.0 configurations

RE: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Axel-Stéphane SMORGRAV
less thing that can go wrong, therefore one less thing to consider when shit hits the fan. -ascs -Original Message- From: Jérôme Tytgat [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 10:55 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Re: Problems with proxying r

[EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Alexander Prohorenko
The problem was solved by building Apache from ports without mod_accel. Alexander Prohorenko wrote: > Hello, > > I've got problem with using a mod_rewrite module using [P] keyword to > proxy a request. Everything works just fine with local files and > redirects, but when I'm trying to use a redi

[EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Alexander Prohorenko
er Prohorenko > Sent: Monday, August 29, 2005 7:41 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Re: Problems with proxying remote URLs > > Joshua Slive wrote: > >>On 8/28/05, Alexander Prohorenko <[EMAIL PROTECTED]> wrote: > > >>>I&#x

Re: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Jérôme Tytgat
> If memory serves me right, the modules added last are the ones executed > first. > You want mod_proxy to be executed after mod_rewrite so mod_rewrite must be > loaded after mod_proxy. Interesting point, I was facing that kind of problem when I wanted to do rewrite rules plus proxypass. Wha

RE: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Axel-Stéphane SMORGRAV
[mailto:[EMAIL PROTECTED] On Behalf Of Alexander Prohorenko Sent: Monday, August 29, 2005 7:41 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Re: Problems with proxying remote URLs Joshua Slive wrote: > On 8/28/05, Alexander Prohorenko <[EMAIL PROTECTED]> wrote: >>I've got

[EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-28 Thread Alexander Prohorenko
Joshua Slive wrote: > On 8/28/05, Alexander Prohorenko <[EMAIL PROTECTED]> wrote: >>I've got problem with using a mod_rewrite module using [P] keyword to >>proxy a request. Everything works just fine with local files and >>redirects, but when I'm trying to use a redirect with proxy to remote >>de