Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: martin on September 21, 2001, 12:10:06 AM
-
I have read at the heise web site that it is possible to stop the nimda worm with the squid.
(http://www.heise.de/newsticker/data/ju-18.09.01-001/ ).
I added the following lines to the templates of squid.conf:
# .eml-Dateien ausfiltern
acl worm urlpath_regex -i \.eml$
http_access deny worm
Now I restarted the squid.
Then I copied a file named "hello.eml" to my webserver.
When I surf now to http://myserver.com/hello.eml
the squid does not stop this file.
Is it possible to configure the e-smith squid to stop this worm?
Thanx for help
martin
-
Take a look at this thread:
http://forums.contribs.org/index.php?topic=2443.msg8211#msg8211
-
thanks for the hint, david
martin