Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Selective logging with Apache (or, hiding Code Red and Nimda)' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Selective logging with Apache (or, hiding Code Red and Nimda)
Authored by: bluehz on Apr 07, '04 02:01:58AM

This doesn't seem to work for me unless I change the line:

CustomLog "/dev/null" env=msjunk

to

CustomLog "/dev/null" combined env=msjunk

without the "combined" added - all that ever goes into the log is "msjunk"



[ Reply to This | # ]