mod_throttle Problem

Apache, Lighttpd, nginx, Cherokee
Post Reply
b1ginfo
Posts: 12
Joined: 2003-01-11 16:57
 

mod_throttle Problem

Post by b1ginfo »

Hi,

habe nun mod_throttle installier und konfiguriert. Im throttle-status sieht man zwar, das der Traffic aufgebraucht wurde, aber es kommt keine Fehlerseite! Es geht einfach weiter. Hier meine 2KB-Traffic-Test-Config:


<VirtualHost xxxxx:80>
ServerName xxx
DocumentRoot /home/www/xxxxxx
User xxxx
Group xxxx
<Location /throttle-me>
SetHandler throttle-me
</Location>
ThrottlePolicy Volume 2K 30d
</VirtualHost>

Wie mach ich das, das dann ein Fehler kommt bzw. die Seite nicht mehr geladen wird?
b1ginfo
Posts: 12
Joined: 2003-01-11 16:57
 

Re: mod_throttle Problem

Post by b1ginfo »

Im Apache Log steht auch:

[Thu Apr 10 17:52:54 2003] [warn] [client 80.228.15.39] xxx.xxx.xx policy Volume limit of 3 exceeded, 9


aber man neue connections werden nicht geblockt!
quicksilver
Posts: 68
Joined: 2003-04-08 16:15
Contact:
 

Re: mod_throttle Problem

Post by quicksilver »

Hast du confixx bei dir drauf ?
Weil da hatte jemand ein nettes script geschrieben das der user dann gespertt wird und dann die Subdomain abgeschaltet wird.. funzt super.

Also wie gesagt falls du mit confixx arbeitest dann schau hier
b1ginfo
Posts: 12
Joined: 2003-01-11 16:57
 

Re: mod_throttle Problem

Post by b1ginfo »

Ich hab zwar Confixx drauf, die VirtualHosts lege ich aber in einer externen Apache-Config ab, die ich dann in die httpd.conf includiere.
Post Reply