Mon, 06 Apr 2009 12:50:20 +0200
Silence warnings to stderr such as 'Truncating oversized request field'
which are commonly caused by httpd(1) logging virus and worm buffer
overflow attempts. This is of no use to a automated monitoring system
such as the one this package provides through its runcommands.
michael@75 | 1 | ## |
michael@75 | 2 | ## fsl.gmediaserver -- OSSP fsl configuration |
michael@75 | 3 | ## |
michael@75 | 4 | |
michael@75 | 5 | ident (gmediaserver)/.+ q{ |
michael@75 | 6 | prefix( |
michael@75 | 7 | prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " |
michael@75 | 8 | ) |
michael@75 | 9 | -> { |
michael@75 | 10 | debug: file( |
michael@75 | 11 | path="@l_prefix@/var/gmediaserver/log/gmediaserver.log", |
michael@75 | 12 | perm=0644 |
michael@75 | 13 | ) |
michael@75 | 14 | } |
michael@75 | 15 | }; |
michael@75 | 16 |