source: trunk/server/fedora/config/etc/httpd/statistics_log_mitonly.sh @ 1315

Last change on this file since 1315 was 1315, checked in by quentin, 15 years ago
Flush log after each entry, to avoid a big 4k buffer
  • Property svn:executable set to *
File size: 95 bytes
Line 
1#!/bin/sh
2awk '/^18\./ && ! /^18.181/ { print $2; fflush() }' >> /var/log/httpd/statistics_log
Note: See TracBrowser for help on using the repository browser.