Re: How to check fake requests

From: Fakhar (fakharmtc_at_hotmail.com)
Date: 11/04/03


Date: 3 Nov 2003 21:04:12 -0800


"Eric Ellsworth" <ez@.com.com.com.com> wrote in message news:<J4KdnZZZSMhRFDuiRTvUqA@speakeasy.net>...
> Here's a question:
> What negative effects do you expect from people hitting your website with
> fake requests?
>
> Note that by the time your fake-request-rejection script has run, your web
> server has already fielded the request and initialized PHP. Not matter what
> output you do or don't send, the server will issue response headers once the
> script finishes. So unless their requests automatically invoke some very
> CPU-intensive process, just running the rejection script is already taking
> about as much load as anything else. A more effective method is:
> mod_throttle. See this article:
> http://www.linux-mag.com/2003-02/lamp_01.html
> for more.

Thanks for response. Well I already have some concepts of throttling but
what I want to know is how to implement the task, I mentioned.
I don't have very good concepts of Web Programming. I want to know where and
what should I code in my website that will perform IP detection and checking
of number of hits as any user visit my website?

Regards

Fakhar

>
> The other poster's point about requests from proxies is also well noted. I
> would be careful blocking traffic unless you know it's malicious, or unless
> it has some specific negative effect.
>
> Cheers,
>
> Eric



Relevant Pages

  • Re: IIS 6 - Possible to limit connections by IP address?
    ... There is no IIS configuration for that feature, but the feature to do that ... all those users who use the same proxy server to access the Internet. ... requests from many users who made only one request to your website. ...
    (microsoft.public.inetserver.iis.security)
  • Re: What doesnt lend itself to OO?
    ... > system design within that context seriously). ... >>The first line exists in the server. ... > objects between client and server i.e. as far as the client code is ... the message data packet data in the server between requests, ...
    (comp.object)
  • Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
    ... I have an embedded server I ... I/O, audio, and child processes that handle VoIP signaling protocols ... want to throttle the concurrency of requests at the kernel level *for ...
    (Linux-Kernel)
  • Re: HttpListener BeginGetContext does not seem to handle more than 2 request simultaneously
    ... my server ran just fine and seemed to ... be aceepting/processing multiple requests simultaneously. ... System.OutOfMemoryException: Exception of type ... K> PR2 2 ...
    (microsoft.public.dotnet.framework)
  • httpd.conf apcahe2 how to make php5 module work ?
    ... # Based upon the NCSA server configuration files originally by Rob McCool. ... # configuration directives that give the server its instructions. ... Directives that control the operation of the Apache server process as a ... which allow Web requests to be sent to ...
    (freebsd-questions)