Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
Worm's problem.!!
« previous
next »
+
Print
Pages: [
1
]
Go Down
Worm's problem.!!
0 Replies
661 Views
Alex Henriksen
Worm's problem.!!
«
on:
March 01, 2002, 10:19:20 PM »
Found this small tips on the net, will this help.???
I did a little research and testing, and added the following lines to my .htaccess file.
redirect /scripts
http://www.stoptheviruscold.invalid
redirect /MSADC
http://www.stoptheviruscold.invalid
redirect /c
http://www.stoptheviruscold.invalid
redirect /d
http://www.stoptheviruscold.invalid
redirect /_mem_bin
http://stoptheviruscold.invalid
redirect /msadc
http://stoptheviruscold.invalid
RedirectMatch (.*)\cmd.exe$
http://stoptheviruscold.invalid
$1
These lines did exactly what I wanted them to do - they stopped the virus from creating 404 errors in my log file, and they prevented my 404 error page from being triggered, thus creating lots of useless bandwidth utilization. There is still some bandwidth used, obviously, but it is far less than it would have been. The load on the server is also considerably reduced, which should make my web hosting company happy.
Note that log file entries are still made by the various worms as they attempt to penetrate the server. These entries do now show as errors, which makes it easier to pick out real errors from the logs.
Logged
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
Worm's problem.!!