Accessing to my index.html file from a computer other than where I have Apache installed
Solution 1:
Assuming that computer's IP address is 192.0.2.42, as http://192.0.2.42/index.html
localhost in that URL simply resolves to the loopback IP address of your machine, 127.0.0.1.