Re: [us...@httpd] mod_rewrite, mod_proxy and AAA

2009-10-26 Thread Eric Covener
On Sun, Oct 25, 2009 at 7:12 AM, André Warnier wrote: > Hi. > > environment : Apache 2.2, all platforms > > In the doc. for RewriteRule it specifies : > Context:        server config, virtual host, directory, .htaccess > > Similarly, the doc. for ProxyPass indicates : > Context:        server conf

Re: [us...@httpd] mod_rewrite, mod_proxy and AAA

2009-10-26 Thread André Warnier
Krist, I tried to find examples in mod_rewrite and mod_proxy, but did not quite find anything that really fit my issue. But this nicely fills in the blanks, and is exactly what I needed. And about > "When used inside a section, the first argument is omitted > and the local directory is obtain

Re: [us...@httpd] mod_rewrite, mod_proxy and AAA

2009-10-25 Thread Krist van Besien
On Sun, Oct 25, 2009 at 12:12 PM, André Warnier wrote: > Similarly, the doc. for ProxyPass indicates : > Context:        server config, virtual host, directory > > Does the above mean that they apply also to a section ? You can use Proxy and ProxyPass directives in a container, but the syntax

[us...@httpd] mod_rewrite, mod_proxy and AAA

2009-10-25 Thread André Warnier
Hi. environment : Apache 2.2, all platforms In the doc. for RewriteRule it specifies : Context:server config, virtual host, directory, .htaccess Similarly, the doc. for ProxyPass indicates : Context:server config, virtual host, directory Does the above mean that they apply also