hello everybody when i have installed apacher and run http://localhost i get following screenshot http://i35.tinypic.com/34j5d9s.png it means that everyithng is fine and apache works?

link|improve this question

40% accept rate
feedback

1 Answer

up vote 1 down vote accepted

No, you have IIS installed on the machine. If you want Apache to run on port 80, you'll need to either remove IIS, or disable it's default website (in the IIS Management Console, select the default website and click Stop).

When Apache is working, you'll get: alt text

link|improve this answer
thanks and can you tell me how disable it i am new in servers and dont know exactly – user50882 Aug 11 '10 at 19:26
1  
Start -> All Programs-> Administrative Tools -> Internet Information Services (IIS) Manager. In the Connections pane (left) expand your computer, Sites, find Default Web Site. Right click it -> Edit Binding -> Select the line(s) with Port 80; Remove button. Restart Apache. – Chris S Aug 11 '10 at 19:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.