Mon 27 Nov 2006
Installing mod_throttle….
Posted by Dave under Internet Security , Linux Web Hosting , Server SecurityEvery request go though 4 levels of throttling
– Client’s IP address
– Remote username
– Local user ID
– Directory/Server/Location
In order to install mod_throttle on the server, please login into your SSH with root login,
1) Please go to the directory
– cd /usr/src
– wget http://www.snert.com/Software/mod_throttle/mod_throttle312.tgz
– tar -zxvf mod_throttle312.tgz
2) Go to the directory
– cd mod_throttle-3.1.2
3) Edit the file as
– vi Makefile
And change it to read:
APXS=/usr/local/apache/bin/apxs
Save the file and
4) Run following commands in order to install it
– make
– make install
5) Restart apache service on the server.
6) In order to check the throttling for any domain you will have to insert a ThrottlePolicy and output location as†Location /output †in it’s Virtual host entry, just before the line .
And you can check results or output at — http://domainname/output.
Leave a Reply
You must be logged in to post a comment.


















