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/08/18 05:14:31 UTC

[GitHub] [apisix] wodingyang opened a new issue, #7730: help request: nginx模块调用顺序与apisix调用路由请教

wodingyang opened a new issue, #7730:
URL: https://github.com/apache/apisix/issues/7730

   ### Description
   
   最近在使用apisix中发现一个情况:我在nginx中加载了一个module,然后开启了几个apisix插件,实际客户端调用的请求,是先经过我引入的模块,然后再调用插件的。这里想请教下,
   1、apisix处理路由并转发是在哪个模块处理的
   2、能否把我自己模块以及apisix插件的调用顺序换一下
   我看了一下安装好apisix后nginx默认使用的modelue如下
   ![image](https://user-images.githubusercontent.com/75060224/185299192-d556e6f8-168b-4207-b991-c502475c07a7.png)
   ,如果可以怎么修改。谢谢
   
   ### Environment
   
   - APISIX version (run `apisix version`):2.13.2
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):1.21.4.1
   


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

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


[GitHub] [apisix] github-actions[bot] closed issue #7730: help request: nginx module call sequence and apisix call routing

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #7730: help request: nginx module call sequence and apisix call routing
URL: https://github.com/apache/apisix/issues/7730


-- 
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] github-actions[bot] commented on issue #7730: help request: nginx module call sequence and apisix call routing

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #7730:
URL: https://github.com/apache/apisix/issues/7730#issuecomment-1676305640

   This issue has been marked as stale due to 350 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] monkeyDluffy6017 commented on issue #7730: help request: nginx模块调用顺序与apisix调用路由请教

Posted by GitBox <gi...@apache.org>.
monkeyDluffy6017 commented on issue #7730:
URL: https://github.com/apache/apisix/issues/7730#issuecomment-1219136519

   You could find the array `ngx_modules[]` in `ngx_modules.c` after run `./configure`. This array is the correct order of execution.
   apisix use this name `ngx_lua-0.xx.xx` (openresty tarball script)[https://github.com/openresty/openresty/blob/0d3f8f0a0b909859d70f4827aeca08c1503d3bcc/util/mirror-tarballs#L592-L595], you could put your module behind this module.


-- 
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] github-actions[bot] commented on issue #7730: help request: nginx module call sequence and apisix call routing

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #7730:
URL: https://github.com/apache/apisix/issues/7730#issuecomment-1695407836

   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