Does anyone have experience with the conditional logs of apache?
I have 10x to 20,000 404 errors every day (which are actually correct, and are redirected to affiliate programs), and dont want to log those:
[Sat Apr 17 21:15:25 2010] [error] [client 195.42.102.25] File does not exist: /home/photof/public_html/cats/random.htlm
Is there a way I can get apache to log all errors except those?
http://httpd.apache.org/docs/2.2/logs.html
What environment variable do you think I could use to regex against to acheive this goal?