Forum: IT Professionals' Lounge Mar 7th, 2008 |
| Replies: 9 Views: 1,433 httpd.exe *IS* Apache. End the process in task manager and then try starting Apache again. |
Forum: IT Professionals' Lounge Mar 6th, 2008 |
| Replies: 9 Views: 1,433 Type netstat -a -n -b at a command prompt this should list listening ports and what executable is listening on it (thats what the b switch does, mine shows inetinfo listening on TCP:80 which is IIS)... |
Forum: IT Professionals' Lounge Mar 5th, 2008 |
| Replies: 9 Views: 1,433 Only one application/service can listen for a given protocol on a given port at a time, what on your computer do you have other than Apache that might be serviceing HTTP on port 80 ? IIS for example. |
Forum: IT Professionals' Lounge Mar 5th, 2008 |
| Replies: 9 Views: 1,433 I think something else you have installed is listening on port 80, browse http://localhost what do you see ? |