我正在尝试同时运行两个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) 是否可以指定构建操作,例如install使用Xcode GUI?
我可以
xcodebuild install
Run Code Online (Sandbox Code Playgroud)
从命令行但无法在GUI菜单的构建设置中找到关键的ACTION,或任何相关的菜单项.