Activity Stream
48,167 MEMBERS
6702 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1.     
    #1
    Member
    Website's:
    epicimagehost.com

    Default 20USD - RapidShare & Requests Per Second :(

    Hi

    *$20 to the one that fixes mi shit *

    I've got this feeling i'm being DoS'd by RS
    I'm hosting a script ( rs2rs.com ) that acts as a proxy for RapidShare files.

    But with every file running, I get about 70-80 Requests per second.
    A server does about 60 files at once... So that adds up.

    So... Is there any way to limit the amount of reqs/sec for an IP-range?
    Running Debian
    Robin H Reviewed by Robin H on . RapidShare & Requests Per Second :( Hi :)) *$20 to the one that fixes mi shit :D* I've got this feeling i'm being DoS'd by RS :P I'm hosting a script ( rs2rs.com <_< ) that acts as a proxy for RapidShare files. But with every file running, I get about 70-80 Requests per second. A server does about 60 files at once... So that adds up. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Crazy-Coderz.net
    If you had CentOS could've helped a lot .
    I guess you will have to PM Whoo, hes a expert in Debian.
    Scammers: NAVID-DEVIL
    Don't BUY host from him!
    Scamming People Part 1: http://www.KWWHunction.com/showthread.php?t=28840
    Scamming People Part 2: http://www.KWWHunction.com/showthread.php?t=28951

    Buy hosting from Storming :) (WRZHost.com)



  4.     
    #3
    Member
    Website's:
    epicimagehost.com
    Alright
    Thanks for pointing me to the right people

  5.     
    #4
    Member
    apache right ?

    try tuning the apache settings
    in

    /etc/apache2/apache2.conf
    try altering these values

    MaxKeepAliveRequests
    MaxRequestsPerChild
    Coding Horror Fan
    I don't read PM's frequently .

  6.     
    #5
    Member
    Website's:
    epicimagehost.com
    Still thesame problem

    #
    MaxKeepAliveRequests 20

    #
    # KeepAliveTimeout: Number of seconds to wait for the next request from the
    # same client on the same connection.
    #
    KeepAliveTimeout 15

    ##
    ## Server-Pool Size Regulation (MPM specific)
    ##

    # prefork MPM
    # StartServers: number of server processes to start
    # MinSpareServers: minimum number of server processes which are kept spare
    # MaxSpareServers: maximum number of server processes which are kept spare
    # MaxClients: maximum number of server processes allowed to start
    # MaxRequestsPerChild: maximum number of requests a server process serves
    <IfModule mpm_prefork_module>
    StartServers 5
    MinSpareServers 5
    MaxSpareServers 10
    MaxClients 150
    MaxRequestsPerChild 50
    </IfModule>

    # worker MPM
    # StartServers: initial number of server processes to start
    # MaxClients: maximum number of simultaneous client connections
    # MinSpareThreads: minimum number of worker threads which are kept spare
    # MaxSpareThreads: maximum number of worker threads which are kept spare
    # ThreadsPerChild: constant number of worker threads in each server process
    # MaxRequestsPerChild: maximum number of requests a server process serves
    <IfModule mpm_worker_module>
    StartServers 2
    MaxClients 150
    MinSpareThreads 25
    MaxSpareThreads 75
    ThreadsPerChild 25
    MaxRequestsPerChild 50
    </IfModule>

    # These need to be set in /etc/apache2/envvars
    User ${APACHE_RUN_USER}
    Group ${APACHE_RUN_GROUP}

    #
    # AccessFileName: The name of the file to look for in each directory
    # for additional configuration directives. See also the AllowOverride
    # directive.
    #

    AccessFileName .htaccess

    #

  7.     
    #6
    Member
    try to lower them even more.

    Also I dont think rs would ddos you
    Please follow signature rules

  8.     
    #7
    Member
    ^^ its already less
    iptables might be your friend

    just to give some idea what ip tables can do..you can run this commands which will drop incoming connections which make more than 10 connection attempts upon port 80 within 1 min
    iptables -I INPUT -p tcp --dport 80 -i eth0 -m state --state NEW -m recent \
    --update --seconds 60 --hitcount 10 -j DROP
    Coding Horror Fan
    I don't read PM's frequently .

  9.     
    #8
    Member
    Website's:
    epicimagehost.com
    This is getting fun :?

    MaxKeepAliveRequests 5

    <IfModule mpm_prefork_module>
    StartServers 5
    MinSpareServers 5
    MaxSpareServers 10
    MaxClients 65
    MaxRequestsPerChild 1
    </IfModule>
    <IfModule mpm_worker_module>
    StartServers 2
    MaxClients 65
    MinSpareThreads 25
    MaxSpareThreads 75
    ThreadsPerChild 25
    MaxRequestsPerChild 1
    </IfModule>
    edit:
    Desiboy, wont that result in failed remotes?

    edit?:
    Nope, still going to high:




    EDDIDIIITIITITIT:
    FFS, was in wrong server

    another_edit:

    Well, doesnt really matter, still nothing changed

    edit:
    Gonna try the IPtables shit, but with port80 instead of 22 ofcourse

  10.     
    #9
    Member
    ya..port 80
    Coding Horror Fan
    I don't read PM's frequently .

  11.     
    #10
    Member
    Website's:
    epicimagehost.com
    Is it foolproof because there's still no change

    edit:

    $20 reward :-/

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ihawk Gfx Requests
    By ihawk in forum Graphics Area
    Replies: 24
    Last Post: 14th Oct 2010, 10:32 AM
  2. GFX Requests
    By Profit in forum Feedback and Suggestions
    Replies: 2
    Last Post: 15th Dec 2009, 05:41 PM

Tags for this Thread

BE SOCIAL