I'm looking for a program or add on that will be able to show all live incoming requests to a server.
in your terminal, type
tail -f /var/www/log/apache2/other_vhosts.access.log
this will view live requests.