mod_limitipconn
есть такой модуль
Для просмотра ссылки Войди или Зарегистрируйся
если он установлен, то делается так:
в конфиг пхаешь
<IfModule mod_limitipconn.c>
<Location /path>
MaxConnPerIP 3
# exempting images from the connection limit is often a good
# idea if your web page has lots of inline images, since these
# pages often generate a flurry of concurrent image requests
NoIPLimit image/*
</Location>
<Location /path1>
MaxConnPerIP 1
# In this case, all MIME types other than audio/mpeg and video*
# are exempt from the limit check
OnlyIPLimit audio/mpeg video
</Location>
</IfModule>
Для просмотра ссылки Войди или Зарегистрируйся
есть патчи для ограничения и по vhost'ам.
модуль нужно ставить, обычно, самостоятельно
ещё можно ограничить на уровень выше apache - iptables'ами