Changeset 1315 for trunk/server
- Timestamp:
- Sep 8, 2009, 12:07:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/config/etc/httpd/statistics_log_mitonly.sh
r1314 r1315 1 1 #!/bin/sh 2 awk '/^18\./ && ! /^18.181/ { print $2 }' >> /var/log/httpd/statistics_log2 awk '/^18\./ && ! /^18.181/ { print $2; fflush() }' >> /var/log/httpd/statistics_log
Note: See TracChangeset
for help on using the changeset viewer.