vETE A LA MIERDA!!!!!

-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Joshua Slive
Enviado el: martes, 26 de junio de 2007 15:23
Para: users@httpd.apache.org
Asunto: Re: [EMAIL PROTECTED] How to apply auth/authzn to regex paths rather
than <Directory>s


On 6/26/07, jallen <[EMAIL PROTECTED]> wrote:

> Access to the this URL should just be passed on to ajp13 worker and thus the
> external Tomcat application to handle:
>
> http://repository.example.com/com/foo/bar/readme.txt
>
> Where as these URLs should be challenged by Apache authnz before being
> passed onto ajp and Tomcat
>
> http://repository.example.com/com/foo/private-readme.txt
> http://repository.example.com/com/foo/secret/also-private.txt
>
>
>
> Is this possible?

Use a <Location> section, which works based on URL-paths and not
filesystem-paths.

But be careful to consider how tomcat will canonicalize requests.
<Location> matches exact paths so you need to make sure that tomcat
won't match more than one url-path to the same file.

Joshua.

---------------------------------------------------------------------
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]


---------------------------------------------------------------------
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