You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@skywalking.apache.org by 陈辉 <wo...@gmail.com> on 2023/03/17 10:10:53 UTC

Problem when integrated skywalking with httpd server & wsgi_module

Hi all:
My project use python3 and pecan.

The deployment method is apache httpd and  wsgi_module. I cannot find any
agent for httpd server。

When use  the following lines to my applications to get the agent attached
and running

from skywalking import agent, config
config.init(xxxxx)
agent.start()


Skywalking process block the main process, I can not start my python
project, Can you give me some advice on how to solve it?


Thanks