Find out what server?

If I am running a cluster is it possible to somehow tell what apache node I am connecting to when I access a site?

What I usually do is make a php file with the following contents


<?
echo `hostname`;
?>

and access it in your browser.

Paul

I think that will work perfectly…thanks Paul.