• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux port 80 attacks - Crashing your website - Solution for lighttpd

Debian

Member
Joined
Aug 8, 2010
Messages
194
Reaction score
6
First open lighttpd.conf And it follows the indications:

Descoment these mods
Code:
server.modules              = (
            "mod_access",
            "mod_alias",
            "mod_accesslog",
            "mod_compress",
#           "mod_rewrite",
           "mod_redirect",
           "mod_evhost",
#           "mod_usertrack",
#           "mod_rrdtool",
#           "mod_webdav",
#           "mod_expire",
#           "mod_flv_streaming",
           "mod_evasive"
)

search
Code:
## server.virtual-* options
Give him enter and it puts this:
Code:
connection.kbytes-per-second = 32

Then they look for this line.
Code:
#var.mystring = "foo"
Under this
Code:
evasive.max-conns-per-ip = 4

Then to save and to restart

Explanation of values:
connection.kbytes-per-second = Limit of band for every connected user

evasive.max-conns-per-ip = It limits the conecciones for ip

Example I put value 4

This borders to that the user have 4 connection to the servant an example of unload

Example I put value 2


:) I wait that this him nanny served someone
If it is that if rep++
^^


PD:Now I have one mod_evasive with the same functions that the Apache's modevasive but only it is for the one who compiles it lighttpd:/

example file
View attachment lighttpd.rar
 
Last edited:
Doesn't work for me, I'm attacking my web, with flood attacks and this crashing fast. ;/
 
Back
Top