How do you remove generic errors from the logs in iPlanet that I know can be removed?
/MSOffice/cltreq.asp
/_vti_bin/owssvr.dll
This is what I use in apache to get rid of them:
RewriteEngine On
RewriteRule ^/MSOffice/(.*) - [G]
RewriteRule ^/_vti_bin/(.*) - [G]