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 2020/09/09 13:50:10 UTC

[GitHub] [apisix-docker] hityc2019 opened a new issue #74: can not access the 9080 port

hityc2019 opened a new issue #74:
URL: https://github.com/apache/apisix-docker/issues/74


   ```
   # docker-compose -p docker-apisix up -d
   Creating network "docker-apisix_apisix" with driver "bridge"
   Creating docker-apisix_etcd_1 ... done
   Creating docker-apisix_web1_1 ... done
   Creating docker-apisix_web2_1 ... done
   Creating docker-apisix_apisix_1 ... done
   ```
   After success run the images,
   
   ```
   
   # curl "http://127.0.0.1:9080/apisix/admin/services/" -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'
   curl: (56) Recv failure: Connection reset by peer
   
   # ping  http://127.0.0.1:9080
   ping: http://127.0.0.1:9080: Name or service not known
   # telnet  http://127.0.0.1:9080
   telnet: could not resolve http://127.0.0.1:9080/telnet: Name or service not known
   
   # lsof -i:9080
   COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
   docker-pr 26200 root    4u  IPv6 932639246      0t0  TCP *:9080 (LISTEN)
   ```
   
   
   


----------------------------------------------------------------
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.

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



[GitHub] [apisix-docker] gxthrj commented on issue #74: can not access the 9080 port

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #74:
URL: https://github.com/apache/apisix-docker/issues/74#issuecomment-731695174


   @hityc2019 The reason is ` allow_admin: `in `config.yaml` is Commented out.
   Perhaps I should change the config.yaml as follow
   ```
   allow_admin:                  
       - 0.0.0.0/0
   ```


----------------------------------------------------------------
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.

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



[GitHub] [apisix-docker] github-actions[bot] closed issue #74: can not access the 9080 port

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #74:
URL: https://github.com/apache/apisix-docker/issues/74


   


-- 
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-docker] moonming commented on issue #74: can not access the 9080 port

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #74:
URL: https://github.com/apache/apisix-docker/issues/74#issuecomment-731697950


   Of course not, there will be security risks.  You should find a better solution @gxthrj 


----------------------------------------------------------------
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.

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



[GitHub] [apisix-docker] moonming commented on issue #74: can not access the 9080 port

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #74:
URL: https://github.com/apache/apisix-docker/issues/74#issuecomment-731697934


   Of course not, there will be security risks.  You should find a better solution @gxthrj 


----------------------------------------------------------------
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.

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



[GitHub] [apisix-docker] gxthrj commented on issue #74: can not access the 9080 port

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #74:
URL: https://github.com/apache/apisix-docker/issues/74#issuecomment-731698055


   Ok, get it . 


----------------------------------------------------------------
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.

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



[GitHub] [apisix-docker] github-actions[bot] commented on issue #74: can not access the 9080 port

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #74:
URL: https://github.com/apache/apisix-docker/issues/74#issuecomment-945612907


   This issue has been marked as stale due to 30 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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-docker] membphis commented on issue #74: can not access the 9080 port

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #74:
URL: https://github.com/apache/apisix-docker/issues/74#issuecomment-689617716


   @gxthrj ping


----------------------------------------------------------------
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.

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



[GitHub] [apisix-docker] github-actions[bot] commented on issue #74: can not access the 9080 port

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #74:
URL: https://github.com/apache/apisix-docker/issues/74#issuecomment-956101826


   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


-- 
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