小编MHC*_*MHC的帖子

两个Django项目同时运行,mod_wsgi运行werid

我正在尝试同时运行两个Django项目.我碰巧使用mod_wsgi,发现该网站表现得很奇怪.也许会有一个解决方法,但我想知道我错过了什么,以及如何解决问题.

在apache配置中

# Setup the Python environment
# As root owns basically everything on a Amazon AMI and root
# cannot be used. Create a folder under /var/run/wsgi
# with the owner as ec2-user and group ec2-user.
WSGISocketPrefix /var/run/wsgi
# Call your daemon process a name
WSGIDaemonProcess pydaemon processes=1 threads=5
# Call your daemon process group a name
WSGIProcessGroup pydaemon
# Point to where the handler file is. This will be different
# If you are using some other framework. …
Run Code Online (Sandbox Code Playgroud)

django mod-wsgi

11
推荐指数
1
解决办法
4857
查看次数

在Xcode GUI中指定构建操作(例如,安装)

是否可以指定构建操作,例如install使用Xcode GUI?

我可以

xcodebuild install
Run Code Online (Sandbox Code Playgroud)

从命令行但无法在GUI菜单的构建设置中找到关键的ACTION,或任何相关的菜单项.

xcode

10
推荐指数
1
解决办法
5035
查看次数

标签 统计

django ×1

mod-wsgi ×1

xcode ×1