Ist es irgendwie möglich die maximale anzahl der verbindung per ip unter apache zu limitieren?
Ich hätte schon was gefunden(undzwar
), aber wenn ich die dll in den modules ordner gebe und den code eingebe kann ich trozdem noch 300 connections vom lokalen pc aufbauen.Code:
<IfModule mod_limitipconn.dll>
<Location *>
MaxConnPerIP 20
# 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
</Location>
</IfModule>
Was wir schon oben haben: iosec
Andere vorschläge sind immer gern gesehen
Schnelle und gute hilfe währ sehr nice






