Error Message:
Unable to open logs
Problem:
Port 80 is listening by some process.
Solution:
1) 'netstat -noa' will give you the PID of the process that reserves your precious port.
2) 'Ctrl-Alt-Del' and your Windows task manager, if you choose View >Select Colums and check PID, will show you which PID is stealing your port. Stop it.
3) Start HTTP server
No comments:
Post a Comment