Koozali.org: home of the SME Server

Nimda and Squid

martin

Nimda and Squid
« 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

David

Re: Nimda and Squid
« Reply #1 on: September 21, 2001, 01:21:06 AM »

martin

Re: Nimda and Squid
« Reply #2 on: September 21, 2001, 01:59:12 AM »
thanks for the hint, david
martin