[42745] in North American Network Operators' Group
Re: Pattern matching odd HTTP request
daemon@ATHENA.MIT.EDU (Bill McGonigle)
Thu Sep 20 11:27:11 2001
Date: Thu, 20 Sep 2001 11:26:47 -0400
Content-Type: text/plain; charset=US-ASCII; format=flowed
Mime-Version: 1.0 (Apple Message framework v468)
Cc: "Karsten W. Rohrbach" <karsten@rohrbach.de>,
Brian Behlendorf <brian@collab.net>, Jake Khuon <khuon@GBLX.Net>,
<mike@biggorilla.com>, <nanog@merit.edu>
To: Noah <sitz@onastick.net>
From: Bill McGonigle <mcgonigle@medicalmedia.com>
In-Reply-To: <Pine.LNX.4.32.0109201033010.24889-100000@stanis.onastick.net>
Message-Id: <E7CF5ABC-ADDB-11D5-9568-003065EAE3C0@medicalmedia.com>
Content-Transfer-Encoding: 7bit
Errors-To: owner-nanog-outgoing@merit.edu
On Thursday, September 20, 2001, at 10:36 AM, Noah wrote:
> I haven't tried it myself (yet... it's on the plate), but mod_tsunami
> (http://bert.tuxfamily.org/mod_tsunami/) may work better. It limits the
> number of connections on a per-directory basis, using the apache
> scoreboard. The primary issue I had with mod_throttle when I was looking
> at it (a few months back) was that it was fairly CPU intensive. This may
> or may not be an issue depending on how much traffic you push on a
> "normal" day (whatever that is).
>
Looks like a good module, but in this case the server hasn't received a
GET yet (and won't), so I don't think it would have a chance to do any
URI pattern matching...
-Bill