[us...@httpd] RedirectMatch and ProxyPass

2010-04-22 Thread Julien Cigar
Hello, I have the following virtual host configuration : =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= VirtualHost *:80 ServerName www.foo.be ServerAlias www.fooa.be www.foob.be www.foobar.be DocumentRoot /usr/local/www/apache22/www/www.foo.be/amnesia/public

Re: [us...@httpd] RedirectMatch and ProxyPass

2010-04-22 Thread Eric Covener
It seems that the request goes first through mod_proxy and then only through mod_alias, event it the mod_alias directives (RedirectMatch) appear first ... is it a normal behavior ? It's normal, and the precedence the modules are coded for. Is there a clean way to do what I want to do,

Re: [us...@httpd] RedirectMatch and ProxyPass

2010-04-22 Thread Tom Evans
On Thu, Apr 22, 2010 at 12:55 PM, Eric Covener cove...@gmail.com wrote: It seems that the request goes first through mod_proxy and then only through mod_alias, event it the mod_alias directives (RedirectMatch) appear first ... is it a normal behavior ? It's normal, and the precedence the