----- Original Message ----- From: "Joshua Slive" <[EMAIL PROTECTED]>
To: <[email protected]>; "Grant Peel" <[EMAIL PROTECTED]>
Sent: Monday, March 31, 2008 7:47 AM
Subject: Re: [EMAIL PROTECTED] Logging Denied Referrers


On Sun, Mar 30, 2008 at 8:32 PM, Grant Peel <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to