From 8b09149b15c7d1b070f6b2b0038c100c725a9751 Mon Sep 17 00:00:00 2001 From: philtrep Date: Mon, 14 Nov 2016 20:48:59 -0500 Subject: [PATCH] Added 'port is already allocated' error to the docs debugging section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b8dce26..315a9c23 100644 --- a/README.md +++ b/README.md @@ -1352,9 +1352,9 @@ Use `http://127.0.0.1` instead of `http://localhost` in your browser. -#### I see an error message containing `address already in use` +#### I see an error message containing `address already in use` or `port is already allocated` -Make sure the ports for the services that you are trying to run (80, 3306, etc.) are not being used already by other programs, such as a built in `apache`/`httpd` service or other development tools you have installed. +Make sure the ports for the services that you are trying to run (22, 80, 443, 3306, etc.) are not being used already by other programs on the host, such as a built in `apache`/`httpd` service or other development tools you have installed.