[users@httpd] uri and location directive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi list,

I have got an apache auth_module write in c to apply own requires in
an own authorization handler, such this:

<Location "/apw5/rme">
allow from all
AuthType CA2
require ACL
Grupo 'RME_usuaris'
</Location>

<Location  "/apw5/">
allow from all
AuthType CA2
require USUARIO-VALIDO
</Location>

When the server receives the url http://myserver/apw5/rme,  is the
second directive "/apw5" instead "/apw5/rme" that do match.

Why do this?

I need a solution that isn't change the order of directives

thanks,

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux