prcollin Posted May 19, 2008 Share Posted May 19, 2008 Why do i keep getting these errors on both my Xp desktop and Vista laptop Link to comment https://forums.phpfreaks.com/topic/106254-tried-to-install-on-laptop-and-desktop-get-thse-same-errors-whats-wrong/ Share on other sites More sharing options...
peranha Posted May 19, 2008 Share Posted May 19, 2008 I believe that i means that something else is using port 80. you can try this change "Listen 80" to "Listen 127.0.0.1:80" or to your IP address or what ever port you want to use in your httpd.conf file. if you are using skype, it uses port 80. you will then have to change the port you use for apache, or disable this in skype. The above info is from http://forums.devarticles.com/programming-tools-11/os-10048t-11921.html Link to comment https://forums.phpfreaks.com/topic/106254-tried-to-install-on-laptop-and-desktop-get-thse-same-errors-whats-wrong/#findComment-544600 Share on other sites More sharing options...
prcollin Posted May 19, 2008 Author Share Posted May 19, 2008 I believe that i means that something else is using port 80. you can try this change "Listen 80" to "Listen 127.0.0.1:80" or to your IP address or what ever port you want to use in your httpd.conf file. if you are using skype, it uses port 80. you will then have to change the port you use for apache, or disable this in skype. The above info is from http://forums.devarticles.com/programming-tools-11/os-10048t-11921.html Nice thanks that worked I just installed skype like 1 m onth ago and havent use apache since Link to comment https://forums.phpfreaks.com/topic/106254-tried-to-install-on-laptop-and-desktop-get-thse-same-errors-whats-wrong/#findComment-544758 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.