Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Remove errors from the logs

807567Feb 9 2007 — edited Jun 20 2007
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] 
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2007
Added on Feb 9 2007
4 comments
137 views