Skip to content

Instantly share code, notes, and snippets.

@princessruthie
princessruthie / 500-404-apache-error-report.sh
Created July 18, 2018 14:56 — forked from jrumbut/500-404-apache-error-report.sh
Get 404 and 500 errors from apache error log
cat access.log.1 | grep " 500 " | awk -F'"' '{print $2,",",$4,",",$6}' > /home/ubuntu/500.log
cat access.log.1 | grep " 404 " | awk -F'"' '{print $2,",",$4,",",$6}' > /home/ubuntu/404.log
Kiosk
User Button
Inactive*
Touch -> Check In
Check In
Write Timestamp -in- to Database -> Checked In
Checked In
Touch -> Check Out