【问题标题】:Apache and mod_wsgi in deamon mode. No additional procces shown?守护进程模式下的 Apache 和 mod_wsgi。没有显示额外的过程?
【发布时间】:2012-12-10 10:16:43
【问题描述】:

我已经通过添加成功地测试并在守护程序模式下运行了一个简单的 wsgi 应用程序。

WSGIDaemonProcess wsgi_proc
WSGIProcessGroup  wsgi_proc

我希望用

打印出新流程
ps aux| grep wsgi_proc

但事实并非如此,但 wsgi 应用程序运行良好。 我错过了什么?

【问题讨论】:

    标签: apache mod-wsgi wsgi


    【解决方案1】:

    阅读 WSGIDaemonProcess 的“显示名称”选项的文档。

    【讨论】:

      猜你喜欢
      • 2013-02-04
      • 2011-05-09
      • 2012-10-12
      • 2014-11-02
      • 2011-06-28
      • 2012-05-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多