Blake Hilscher

Thoughts on ruby development.

Monitor Incoming Http Requests

Install the tcpflow package:

1
apt-get install tcpflow

Monitor network traffic:

1
tcpflow -p -c -i eth1 port 80 | grep -oE '(GET|POST|HEAD) .* HTTP/1.[01]|Host: .*'