Re: Problem with mod_auth

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

 



On 8/6/07, Henry Cavillones <henry.cavillones@xxxxxxxxx> wrote:
>
>
>
> I have this docroot i want to password protect, but I want to bypass
> authentication for certain URL requests.
>
>  I have this for a vhost:
>
>   <Directory "/usr/local/sites/someproj.prod/htdocs">
>                  AllowOverride None
>                  AuthName "SomeProject: Authorized Access Only"
>                  AuthType Basic
>                  AuthUserFile
> /usr/local/sites/someproj.htpasswd
>                  Require valid-user
>            <FilesMatch "\.(png|gif|flv|js)$">
>                  Allow from all
>            </FilesMatch>
>                  Satisfy any
>          </Directory>
>  I can confirm that the htpasswd file is there.
>
>  When i go to vhost url i bypass all authentication, same for when i pass
> the URL request i want bypassing authentication.

Put the "Satisfy Any" inside the <FilesMatch> or put "Deny from all"
in the <Directory> section outside the <FilesMatch>.

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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[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