Цитата(DLag @ 05.05.2007, 01:49)

Видел, только под Apache 1.3
Так посмотрите еще и для 2-го.
Код
/*
*
* Author : Ivan Barrera (Bruce) <Bruce@Ivn.cl>
* Updated : 2007.04.06
* Status : Functional
* Current Version : v0.2
*
* NAME
* mod_vhost_limit.c
*
* PURPOSE
* * Restrict the number of simultaneous connections per vhost
*
* HISTORY
* 2007.04.06
* Included some cleanup, and fixes suggested (and coded by) Chirouze Olivier
* 2004.02.24
* Initial revision 0.1
*
* IMPORTANT
*
* - This program source code, is free to distribute and use personally. If you
* like the work i did porting it to Apache 2 , and the new features i'll be
* implementing on the future, donations will be well received. Im a programmer
* who is just starting to code for life, so ill need lots of support.
* How could you cooperate ? I live in Chile. Money orders are good idea,
* but with high cost. I also have paypal, but i cant withdraw money from here.
* Postals, a bill (to know money from other countries), or better yet, some
* job to do online.
*
* - All the software i'll be developing, will be under the same license. Not yet
* defined, but as soon as its ready, i'll update this files.
*
* - If you use this software commercially, please let me know. A donation is good
* as with it, i'll be willing to give support, and work more on this modules.
*
* COMMENTS
*
* If ExtendedStatus is Off, it wont work. Anyways, you'll be warned
* I was based on mod_vhost_limit from Takato Satsuma <takato@nowhere-land.org>
* who wrote it for Apache1.3.
*
* If you run into problems, be sure that ExtendedStatus, is set On before the
* LoadModule sentence.
*
*
*/