shreemaan-abhishek commented on code in PR #11160:
URL: https://github.com/apache/apisix/pull/11160#discussion_r1582637011
##########
docs/en/latest/installation-guide.md:
##########
@@ -271,9 +271,13 @@ You can configure your APISIX deployment in two ways:
apisix start -c <path to config file>
```
-APISIX will use the configurations added in this configuration file and will
fall back to the default configuration if anything is not configured.
+APISIX will use the configurations added in this configuration file and will
fall back to the default configuration if anything is not configured.
Generally, APISIX gets installed at `/usr/local/apisix/` directory, so your
configuration file will be present at `/usr/local/apisix/conf/` path.
Review Comment:
```suggestion
APISIX will use the configurations added in this configuration file and will
fall back to the default configuration if anything is not configured.
Generally, APISIX gets installed at `/usr/local/apisix/` directory, so the
configuration file will be present at `/usr/local/apisix/conf/`.
```
##########
docs/en/latest/installation-guide.md:
##########
@@ -271,9 +271,13 @@ You can configure your APISIX deployment in two ways:
apisix start -c <path to config file>
```
-APISIX will use the configurations added in this configuration file and will
fall back to the default configuration if anything is not configured.
+APISIX will use the configurations added in this configuration file and will
fall back to the default configuration if anything is not configured.
Generally, APISIX gets installed at `/usr/local/apisix/` directory, so your
configuration file will be present at `/usr/local/apisix/conf/` path.
+
+If you are unable to start APISIX and observe `Bind address already in use` in
logs, it means the ports APISIX wants to use are already occupied by other
running processes. Upon reviewing the use of these processes, you may decide to
kill these processes or configure APISIX to use other non-conflicting ports.
Review Comment:
I think this is pretty basic stuff, we can remove this.
##########
docs/en/latest/installation-guide.md:
##########
@@ -271,9 +271,13 @@ You can configure your APISIX deployment in two ways:
apisix start -c <path to config file>
```
-APISIX will use the configurations added in this configuration file and will
fall back to the default configuration if anything is not configured.
+APISIX will use the configurations added in this configuration file and will
fall back to the default configuration if anything is not configured.
Generally, APISIX gets installed at `/usr/local/apisix/` directory, so your
configuration file will be present at `/usr/local/apisix/conf/` path.
+
+If you are unable to start APISIX and observe `Bind address already in use` in
logs, it means the ports APISIX wants to use are already occupied by other
running processes. Upon reviewing the use of these processes, you may decide to
kill these processes or configure APISIX to use other non-conflicting ports.
+
+Other way is to configure the default listening port to other available port
on your local machine.
Review Comment:
ditto
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]