Re: [EMAIL PROTECTED] Logging Denied Referrers

2008-03-31 Thread Joshua Slive
On Mon, Mar 31, 2008 at 8:21 AM, Grant Peel <[EMAIL PROTECTED]> wrote: > Just for my own amusement, could they be combined like this (since I am > realy only worried about the virtual hosts document roots only), > > > > Options Indexes Includes FollowSymLinks > AllowOverride Options Al

Re: [EMAIL PROTECTED] Logging Denied Referrers

2008-03-31 Thread Grant Peel
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: ; "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 <[EMA

Re: [EMAIL PROTECTED] Logging Denied Referrers

2008-03-31 Thread Joshua Slive
On Sun, Mar 30, 2008 at 8:32 PM, Grant Peel <[EMAIL PROTECTED]> wrote: > Joshua, > > So, cand these be combined into one container somehow? > > > > Order Allow,Deny > Allow from all > Deny from env=block_bad_bots > > > > Options Indexes Includes FollowSymLinks > # F

Re: [EMAIL PROTECTED] Logging Denied Referrers

2008-03-30 Thread Grant Peel
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: ; "Grant Peel" <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2008 5:43 PM Subject: Re: [EMAIL PROTECTED] Logging Denied Referrers On Sun, Mar 30, 2008 at 3:32 PM, Grant Peel <[EMAIL PROT

Re: [EMAIL PROTECTED] Logging Denied Referrers

2008-03-30 Thread Joshua Slive
On Sun, Mar 30, 2008 at 3:32 PM, Grant Peel <[EMAIL PROTECTED]> wrote: > Thanks Joshua, > > So, If I am reading that docs correctly, the bit I have to deny certain USer > Agents should go near the top of my httpd.conf? > > SetEnvIfNoCase User-Agent "^IDBot" block_bad_bots > SetEnvIfNoCase User-

Re: [EMAIL PROTECTED] Logging Denied Referrers

2008-03-30 Thread Grant Peel
/1.4.1_04" block_bad_bots Order Allow,Deny Allow from all Deny from env=block_bad_bots -Grant - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: ; "Grant Peel" <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2008 12:53 PM

Re: [EMAIL PROTECTED] Logging Denied Referrers

2008-03-30 Thread Joshua Slive
On Sun, Mar 30, 2008 at 12:15 PM, Grant Peel <[EMAIL PROTECTED]> wrote: > > > Hi all, > > As mentioned in previous emails, I am trying to deny access via SetEnvIf > statements in my httpd.conf (to block smap bots / email harvesters etc. > > I have two questions: > > 1. My server has several hundred

Re: [EMAIL PROTECTED] Logging Denied Referrers

2008-03-30 Thread Grant Peel
All, I misspoke below, I am talking about User Agents not referrers! - Original Message - From: Grant Peel To: users@httpd.apache.org Sent: Sunday, March 30, 2008 12:15 PM Subject: [EMAIL PROTECTED] Logging Denied Referrers Hi all, As mentioned in previous emails, I am

[EMAIL PROTECTED] Logging Denied Referrers

2008-03-30 Thread Grant Peel
Hi all, As mentioned in previous emails, I am trying to deny access via SetEnvIf statements in my httpd.conf (to block smap bots / email harvesters etc. I have two questions: 1. My server has several hundred VirtualHost directives. When the SetEnvIf statements are just placed in the main serve