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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -