所以我一直在努力安装apache和mod_wsgi,以便我可以部署我的Web应用程序。我一直在努力遵循这个指南:
https://code.google.com/p/modwsgi/wiki/QuickInstallationGuide
但是我仍然遇到查找和安装apache和mod_wsgi软件包的麻烦。似乎有很多地方你可以在网上安装这些东西,我不知道可以选择哪些。我可以帮忙解决这个问题吗?
我正在使用Ubuntu所以我需要Apache 2.2和开发包。
我的python设置应该没问题。在上面的链接中,当我到达配置部分时,我收到错误...
checking Apache version... ./configure: line 2765: apxs: command not found
./configure: line 2765: apxs: command not found
./configure: line 2766: apxs: command not found
./configure: line 2769: /: Is a directory
checking for python... /home/joe/Documents/virtualenvs/exchange/bin/python
./configure: line 2964: apxs: command not found
configure: creating ./config.status
config.status: creating Makefile
所以看来我最初没有正确安装apache,这就是我寻求帮助的原因。
谢谢!
答案 0 :(得分:1)
首先,您需要找到Apache安装apxs
的位置。一旦你知道了位置(在这种情况下,假设它是/usr/sbin/apxs
):
./configure --enable-apache2=/usr/sbin/apxs