简体   繁体   English

django 多个站点 wsgi 就够了吗?

[英]django multiple sites wsgi is enough?

I intend to have many python with django applications on my server,我打算在我的服务器上有许多 python 和 django 应用程序,

is it ok to have django with wsgi and many sites on the one server?一台服务器上有 wsgi 和许多站点的 django 可以吗?

thanks!谢谢!

Yes you can have as many different django sites as your server can handle.是的,您的服务器可以处理多少个不同的 django 站点。 You can set up separate virtual hosts pointing to the appropriate wsgi for each site you want.您可以为您想要的每个站点设置单独的虚拟主机,指向适当的 wsgi。

Remember just because it is possible doesn't mean it's a good idea, keep in mind the resources each site is consuming.请记住,仅仅因为它是可能的并不意味着它是一个好主意,请记住每个站点正在消耗的资源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 firebase 多个站点的单独身份验证 - separate auth for firebase multiple sites Django EC2 mod_wsgi 配置与 Apache 不工作 - Django EC2 mod_wsgi configuration with Apache not working 无法使用 mod_wsgi 的运行服务器访问 Bitnami Django web 应用程序 - Unable to access Bitnami Django web app using run server of mod_wsgi 配置 wsgi python - configure wsgi python 自动完成时 AutoML 中的验证集中没有足够的图像 - Not enough images in validation set in AutoML when done automatically 托管服务帐户在添加 ObjectAccessControl 时没有足够的权限 - Managed Service Account does not have enough permissions while adding ObjectAcessControl Golang - 发送 API POST 请求 - 没有足够的 arguments 错误 - Golang - Sending API POST Request - Not enough arguments error 我怎么知道我的 GCM 消息是否足够小 (&lt; 4kb) 可以发送? (如何获取字符串的大小?) - How do i know if my GCM Message is small enough (< 4kb) to send? (How to get size of String?) MismatchSenderId 在 Django - Firebase 云消息传递 - MismatchSenderId on Django - Firebase Cloud Messaging 使用 Django 将图像上传到 Firebase - Upload image to Firebase using Django
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM