Quote:
Originally Posted by Rapid2214
By this are you impling that external sites are slow?
The most probable reason would be the proxy, try take that out the equation and see what you get.
Good luck :D
Marty
|
I could not understand your point completely.
The people on internet will be able to access my website when in browser they type
http://site5.abc.com
above is just a dummy name.
The site is hosted internally on a webserver.
Any how I will give some more information after posting here I tried some thing
After reading
this page
I added in /etc/httpd/conf/httpd.conf on Server B (CentOS Guest OS)
Code:
<IfDefine RequestTime>
Header set X-Request-Received: %t
Header set X-Request-Processing-Time: %D
</IfDefine>
I am able to see some response log. in /var/log/httpd/site-in-question-resp
Now tell me what should I post
Code:
192.168.1.5 3062 403 5043
192.168.1.5 2826 403 5043
What does this tell me ?
What more should I do to check it and how can I over come this problem?