############################################################################## # # Worms detection support (see README.mod_worms before use) # ############################################################################## LoadModule = mod_worms.php # Text that is sent to the offending IIS server console #WormsWpopText = Your webserver has been infected by an HTTP worm. #WormsWpopText = We strongly suggest you use a recent anti-virus to scan this computer. #WormsWpopText = --- #WormsWpopText = warning sent by nanoweb server at http://$SERVERNAME # What to do if we have a worm ? ($REMOTE_IP and $REMOTE_HOST can be used) #WormsRun = /usr/bin/firewall_add $REMOTE_IP #WormsRun = echo "$REMOTE_HOST" >> /tmp/IIS_rulez # If you want to block IP of worm infected hosts, specify how long (in seconds) # with WormsBlockTime (use 'perm' to place a permanent block) #WormsBlockTime = 7200