[users@httpd] Problem with Satisfy Directive

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

 



I am trying to let bots crawl my site with out requiring to authentication but it doesn't work for some reason. It doesn't even enforce the Basic auth if the user-agent doesn't match "Googlebot" even though I have Satisfy Any !!

BrowserMatchNoCase Robot is_robot
<Location /content/*>
    AuthUserFile /home/conf/htpasswords
    AuthName "Restricted Access"
    AuthType Basic
    Require valid-user
    Allow from env=is_
robot
    Satisfy Any
</Location>



thanks for any help
Praveen
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See 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