Re: Logging Denied Referrers

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

 




----- Original Message ----- From: "Joshua Slive" <joshua@xxxxxxxx>
To: <users@xxxxxxxxxxxxxxxx>; "Grant Peel" <gpeel@xxxxxxxxxxxxx>
Sent: Monday, March 31, 2008 7:47 AM
Subject: Re:  Logging Denied Referrers


On Sun, Mar 30, 2008 at 8:32 PM, Grant Peel <gpeel@xxxxxxxxxxxxx> wrote:
Joshua,

 So, cand these be combined into one container somehow?


 <Directory "/">
      Order Allow,Deny
      Allow from all
      Deny from env=block_bad_bots
 </Directory>

 <Directory "/home/*/www">
    Options Indexes Includes FollowSymLinks
    # FollowSymLinks MultiViews
    AllowOverride Options All
    Order allow,deny
    Allow from all

</Directory>

Just delete the "Order allow,deny" and "Allow from all" from the
second section. They will negate the effect of the first section if
they are left there.

Joshua.


Thanks Josh, that seems to be working.

Just for my own amusement, could they be combined like this (since I am realy only worried about the virtual hosts document roots only),

<Directory "/home/*/www">
   Options Indexes Includes FollowSymLinks
   AllowOverride Options All
   Order Allow,Deny
   Allow from all
   Deny from env=block_bad_bots
</Directory>

-Grant

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