I have apache server running on my machine. So when I type
localhost/test.html
on my browser's address bar, it correctly opens a test page which I have created. But when I try to open it by
<myIPAddress>/test.html
it doesn't open.
I am accessing the internet through proxy.
Moreover, when I access internet without proxy, it correctly opens test page.
Do I have to do some proxy setting in apache configuration or else ?