everyone. I am trying unsuccessfully to run Apache on my machine. I used the command line to find out all the applications that are using port 80 and I ended them, but Apache refuses to run on my server after that. I have a Ruby on Rails web service and mySQL server 5.5 installed on the same machine. Could that be the reason why Apache won't run on my machine?
feedback
|
|
Use netstat -a | find "80" to find out what app is binding to port 80. It's most likely a web server (e.g. IIS) | |||
|
feedback
|