Apache for Galaxy实例的uWSGI配置

时间:2015-09-16 09:12:23

标签: python linux apache centos uwsgi

我想在运行在CentOS上的服务器中设置Galaxy实例,但我在使用uWSGI配置Apache服务器时遇到问题。我用pip安装了uwsgi:

pip install uwsgi

并在我的Apache配置文件中添加以下行:

<Location "/galaxy">
Sethandler uwsgi-handler
uWSGISocket 127.0.0.1:4001
uWSGImaxVars 512
</Location>

按照Galaxy团队的指示。然而,当我重新启动我的Web服务器时,我收到以下错误:

Invalid command 'uWSGISocket', perhaps misspelled or defined by a mod

它无法重新开始。

我非常擅长使用Apache代理请求,所以我需要任何帮助。

提前谢谢。

0 个答案:

没有答案