httpd.conf - Is it ok to see different page which is not index.html when i start apache(httpd) -


i try make web application using apache.

halfway through install apache, got strange things.

after setting conf in apache, (such set port number, serverroot , that) saw different page not expected when send request.

i expected see page located c:\program files (x86)\apache software foundation\apache24\htdocs.html. page opened below picture.

can consider installation of apache completed normally? if isn't, why did apache response page? , how fix it?

enter image description here


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -