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?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown