On Nov 4, 2007 1:56 PM, Phil Endecott
<[EMAIL PROTECTED]> wrote:
> DocumentRoot /var/www/something
> <Directory /var/www/something>
>     ...auth stuff...
> </Directory>
>
> <Location /proxied>
>     ...no auth stuff...
>     ProxyPass ...
> </Location>
>
> I found that the auth stuff in the first section was not being applied
> to the proxied directory.

This is by design, your proxied content isn't anywhere in your
filesystem, much less under /var/www/something.

  http://httpd.apache.org/docs/2.2/sections.html#file-and-web

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to