RE: [us...@httpd] Can't get Apache 2.2 to display anything

2009-11-16 Thread Boyle Owen
On line 177 you have DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" So apache will go there and look for "index.html". It appears this file is the standard apache "It works!" file. So there is no problem with apache, just with your understanding of how apache finds t

Re: [us...@httpd] Can't get Apache 2.2 to display anything

2009-11-14 Thread André Warnier
Trolle Yew wrote: I'm trying to get the webserver to display my index page. I placed everything required meaning what ? in \htdocs\ inside the default Apache installation directory. However, when I try localhost in my browser, all I see is "It Works!". What could be the problem? what is the