Categories: Hostripples Featured

Install mod_throttle

wget http://www.snert.com/Software/mod_throttle/mod_throttle312.tgz

vim Makefile

In the Makefile, you should change this line:

APXS=apxs

Now save this file, and continue to compile..

make
make install

Now, restart apache:

/usr/local/apache/bin/apachectl restart

That’s it now it’s installed!

To use ‘mod_throttle’ for your virtual hosts ::

Find the line:

</virtualhost>

At the end of whichever domain you want to throttle, right above this line, insert these lines:

<IfModule mod_throttle.c>
ThrottlePolicy Volume 1G 1d
</IfModule>
<Location /throttle-me>
SetHandler throttle-me
</Location>

Now, also go to the very first virtual host entry, and add these lines:

<Location /throttle-status>
SetHandler throttle-status
</Location>


HR-ADMIN

Recent Posts

This Diwali, Give Your Website the Glow It Deserves — Host Smarter,Rank Higher

Every Diwali Brings New Light, New Beginnings, and New Opportunities In today’s digital world, your website is the Diya that…

11 hours ago

What Are the Best WordPress Photo Gallery Plugins for 2026?

Photography is not just about taking pictures—it’s about presenting them beautifully. For photographers and creative bloggers, WordPress photo gallery plugins…

2 weeks ago

How Can You Prepare Your Ecommerce Site/blog for Festivals?

Festivals are more than cultural celebrations—they’re golden opportunities for e-commerce stores and bloggers to attract, engage, and convert audiences. During…

3 weeks ago

Shared Hosting: Migrating Your Site Seamlessly

If you’re new to web hosting, the idea of moving your website from one provider to another might sound intimidating.…

1 month ago

Top 15 WooCommerce Plugins to Power Your eCommerce Store in 2025

WooCommerce powers over 5 million online stores, and its true potential comes alive with plugins that enhance functionality. The right…

1 month ago