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

Last change on this file since 1314 was 1314, checked in by ezyang, 15 years ago
Collect logs about virtual host hits from MITnet at /var/log/httpd/statistics
  • Property svn:executable set to *
File size: 85 bytes
Line 
1#!/bin/sh
2awk '/^18\./ && ! /^18.181/ { print $2 }' >> /var/log/httpd/statistics_log
Note: See TracBrowser for help on using the repository browser.