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

   ### Description
   
   正常启动没问有问题:
   1)cd /opt/apisix/apisix-3.7.0
   2) 执行 apisix start ,一切正常
   
   向使用supervisor管理起来,启动报错
   1)配置内容
   [program:apisix]
   directory= /opt/apisix/apisix-3.7.0
   command= apisix start
   autostart=true
   autorestart=true
   startretries=5
   stopsignal=KILL
   
   启动报错信息:
   ERROR: Please check the version of OpenResty and Lua, OpenResty 1.19+ + 
LuaJIT is required for Apache APISIX.
   
   
   
   


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

Reply via email to