You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/01/14 02:17:54 UTC

[GitHub] [apisix] tiyorn opened a new issue #6094: request help: how to modify the default port of nginx,

tiyorn opened a new issue #6094:
URL: https://github.com/apache/apisix/issues/6094


   ### Issue description
   
   The following error is reported when starting apisix:
   nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
   nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
   nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
   nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
   
   
   ### Environment
   
   - apisix version (cmd: `apisix version`):2.11
   - OS (cmd: `uname -a`):
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   - apisix-dashboard version, if have:
   - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `luarocks --version`):
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] leslie-tsang commented on issue #6094: request help: how to modify the default port of nginx,

Posted by GitBox <gi...@apache.org>.
leslie-tsang commented on issue #6094:
URL: https://github.com/apache/apisix/issues/6094#issuecomment-1014224155


   @juzhiyuan Consider solved. Feel free to reopen it if needed.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] juzhiyuan closed issue #6094: request help: how to modify the default port of nginx,

Posted by GitBox <gi...@apache.org>.
juzhiyuan closed issue #6094:
URL: https://github.com/apache/apisix/issues/6094


   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] leslie-tsang commented on issue #6094: request help: how to modify the default port of nginx,

Posted by GitBox <gi...@apache.org>.
leslie-tsang commented on issue #6094:
URL: https://github.com/apache/apisix/issues/6094#issuecomment-1012690995


   Can you desc the issue more clear ?
   > If you want to modify the listen port of APISIX
   
   Copy [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L22-L25) config to [config.yaml](https://github.com/apache/apisix/blob/master/conf/config.yaml)
   
   > If you want to modify the listen port of original nginx
   
   Change the [listen](https://nginx.org/en/docs/http/ngx_http_core_module.html#listen) in nginx.conf or vhost config file.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org