vote up 0 vote down star

We've been getting request (from worms?) of the form

http://www.example.com/MSOffice/cltreq.asp?...
http://www.example.com/_vti_bin/owssvr.dll?...

What is the best practice for dealing with these?

I've considered either returning a 404 or trying to terminate the connection while leaving it open on the other end.

Thoughts?

flag

63% accept rate

1 Answer

vote up 1 vote down check

I just return a GONE on stuff like that, so that it doesn't show up in my error_log.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.