Results 1 to 10 of 13
-
13th Dec 2009, 08:41 PM #1OPMemberWebsite's:
epicimagehost.com20USD - 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 DebianRobin 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
-
13th Dec 2009, 08:43 PM #2MemberWebsite's:
Crazy-Coderz.netIf 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)
-
13th Dec 2009, 08:45 PM #3OPMemberWebsite's:
epicimagehost.comAlright
Thanks for pointing me to the right people
-
13th Dec 2009, 08:45 PM #4Member
apache right ?
try tuning the apache settings
in
/etc/apache2/apache2.conf
MaxKeepAliveRequests
MaxRequestsPerChildCoding Horror Fan
I don't read PM's frequently .
-
13th Dec 2009, 08:59 PM #5OPMemberWebsite's:
epicimagehost.comStill 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
#
-
13th Dec 2009, 09:03 PM #6Member
try to lower them even more.
Also I dont think rs would ddos youPlease follow signature rules
-
13th Dec 2009, 09:12 PM #7Member
^^ 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 DROPCoding Horror Fan
I don't read PM's frequently .
-
13th Dec 2009, 09:13 PM #8OPMemberWebsite's:
epicimagehost.comThis 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>
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
-
13th Dec 2009, 09:26 PM #9Member
ya..port 80
Coding Horror Fan
I don't read PM's frequently .
-
13th Dec 2009, 09:29 PM #10OPMemberWebsite's:
epicimagehost.comIs it foolproof because there's still no change
edit:
$20 reward :-/
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
ihawk Gfx Requests
By ihawk in forum Graphics AreaReplies: 24Last Post: 14th Oct 2010, 10:32 AM -
GFX Requests
By Profit in forum Feedback and SuggestionsReplies: 2Last Post: 15th Dec 2009, 05:41 PM
themaLeecher - leech and manage...
Version 5.02 released. Open older version (or...