diff options
Diffstat (limited to 'openbsd/frontends/scripts/httpdstats.sh')
| -rw-r--r-- | openbsd/frontends/scripts/httpdstats.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openbsd/frontends/scripts/httpdstats.sh b/openbsd/frontends/scripts/httpdstats.sh deleted file mode 100644 index 892cf22..0000000 --- a/openbsd/frontends/scripts/httpdstats.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -zgrep -h . /var/www/logs/access.log* | perl -l -n -e '@s=split / +/; next if @s!=11; $s[4]=~s|\[(\d\d)/(...)/(\d{4}):(.*)|$1 $2 $3 $4|; print join " ",@s[0,1,4,7];' |
