Thanks, Igor.

On Mar 30, 2012 8:41 AM, "Igor Cicimov" <[email protected] <mailto:[email protected]>> wrote:

    tcpdump -vvv -X -s 0 -i eth0 tcp port 8080

    Needs to be run as root. Replace port 8080 with what ever port you
    need. Option "-i eth0" is just in case you have more than one
    network interfaces. If you use it make sure to replace eth0 with
    correct value for your server.


Hmm, tcpdump returns nothing for reverse proxied requests: while <http://mydomain/apps/my_app/> is correctly proxied to <http://localhost:8082/my_app/>, nothing of this is traced by tcpdump.

OTOH, direct (non-proxied) requests are picked up: <http://mydomain:8080/my_app/> returns a load of tcpdump output.

Best,

Ron

Reply via email to