I have configured apache2
and its working fine- when access http://localhost/
from the browser I am getting the correct response to the browser.
But, when i telnet to one of the client from this server and tried wget http://webserverIP
in command line, I am getting this error - wget: can't open 'index.html': File exists
From telnet, i can see, the client can successfully ping the server. Strange is in access.log, I can see response code 200 for the wget command.
The index.html
has all the permissions (chmod 777
).
Can anyone please tell me why i am getting the error?