I have an Apache webserver running off of my cable modem at my apt running virtual hosts. Everything was working just grand, until about 6 days ago when the ISP decided to put in a Netcache proxy on the border of the network. Not only can I now only see that damn proxy IP in my access logs, the website is running sluggishly on the ISP's network. I verified this through my friend's cable modem on the same network. I need to know how to website is behaving from outsdie the network. I did a traceroute to it from an online traceroute page, and it looks like one of the ISP's routers is behaving very sluggishly. My quesion is, when I do a traceroute, is this the same path that HTTP traffic takes or does it take a different patch just likes it takes a different port? How would I simulate an external HTTP request to my webserver and see what is going on on its way here?
