0
As far as I know some webhosting companies use reverse proxies as some sort of load balancer, so all the HTTP requests go to one one physical server, but behind this there are several other webservers. For example if you visit http://www.yougetsignal.com/tools/web-sites-on-web-server/ and type in the IP 213.239.234.111 you will see that this machine hosts more than 700 domains.
Now my question is:
Is there a possibility to find out, if a server acts as a reverse proxy, maybe through HTTP headers or other fingerprinting methods?