2

The MS sharepoint extention requests the following files:

/_vti_bin/owssrv.dll

and

/MSOffice/cltreq.asp

These requests can generate a lot of 404s which make log files harder to read. I have been redirecting these to / so they don't show up on the error log. Is redirecting to a different file the best way to handle these 404s or could that cause problems with the sharepoint extension? Is there a way to simply ignore and not log these 404s using .htaccess?

1 Answers1

0

Check out this blog entry that talks about how to not log certain requests in Apache.

Colin Bowern
  • 356
  • 2
  • 6