29a.ch by Jonas Wagner

Trick 37: Sniffing http traffic with tcpdump

Sniffing http traffic can be quite useful to find out what's going wrong on a webserver. Here is a simple way to do it using tcpdump:
tcpdump -X tcp port 80