Question About MoD_QoS
hello everyone!
[COLOR="#FF0000">why mod_qos is not anymore available on easyapache ?
i didn't saw it so i installed it by follow an tutorial
[PHP]
a) cd /usr/local/src
b) wget http://sourceforge.net/projects/mod-qos/files/mod_qos-10.9.tar.gz/download
c) tar -zxvf mod_qos-10.9.tar.gz
d) cd mod_qos-10.9/apache2/
e) apxs -a -i -c mod_qos.c
2) Now we have to restart apache
service httpd restart
3) How to check whether mod_qos loaded or not
httpd -M | grep qos
Note if you are using cpanel server then you have to run the below command to make sure new modification are updated into configuration system file
/usr/local/cpanel/bin/apache_conf_distiller "update
add the following to your /usr/local/apache/conf/includes/pre_main_global.conf
http://pastebin.com/vRVSbcKG
[/PHP]
its been installed but seems not working as should work here a screenshots!
.vB
why it does show on some function [COLOR="#FF0000">-
example like :
max connections -
any suggestion for me ?
-
Hello :) Please see the following document regarding the use of Mod_QoS: Apache Module - QoS It lists the requirements (e.g. Apache 2.2 and MPM Worker) for using it and installing it via EasyApache. Thank you. 0 -
hello man and thanks how i should check if MPM Worker is working to my servers ? 0 -
You must enable it via EasyApache under the "Exhaustive Options List" for Apache. Thanks. 0 -
apparently doesn't work! i installed it via easy apache and enabled everything that mod_qos needed look! also enabled MPM Worker from easy apache! here my current setting to [COLOR="#FF0000">pre_main_global.conf RequestReadTimeout header=20-40,MinRate=500 body=20,MinRate=500 # handles connections from up to 10000 different IPs QS_ClientEntries 10000 # will allow only 50 connections per IP QS_SrvMaxConnPerIP 50 # maximum number of active TCP connections is limited to 256 MaxClients 256 " disables keep-alive when 70% of the TCP connections are occupied: QS_SrvMaxConnClose 180 # minimum request/response speed (deny slow clients blocking the server, ie. sl$ QS_SrvMinDataRate 150 1200 # and limit request header and body (carefull, that limits uploads and post req$ # LimitRequestFields 30 # QS_LimitRequestBody 102400
.vB0 -
Did you first uninstall and disable the custom entries you made to /usr/local/apache/conf/includes/pre_main_global.conf and the Apache configuration file when attempting to manually configure this Apache module? Thank you. 0 -
i'm doing it right now i remvoed the current set config and trying to rebuild apache now [COLOR="silver">- - - Updated - - - i removed currently old setting and still not working any suggestion may i doing something wrong ? 0 -
When you state that it's not working, could you provide more details? How are you testing it? Thank you. 0 -
i'm looking it from apache status and current connection always 0 also if there is new connection! is there anything to test it ? and how i should configure it ? 0 -
You have to actually configure the module after installing it. That falls outside our scope of support, but it's discussed further on this thread: Mod_QoS Configuration Thank you. 0 -
yes but what file exactly i should edit ? 0 -
Please ensure you read each post from the thread referenced in my last response. It specifically mentions how to make the modifications ("WHM Home " Service Configuration " Apache Configuration " Include Editor"). Thank you. 0 -
you are an awesome man love u <3 thanks 0
Please sign in to leave a comment.
Comments
12 comments