Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在单个服务器上拥有多个 django 网站。我已经用 php 和 apache 的虚拟主机做到了这一点。
但是我如何用 django 做到这一点?
我可以使用 gunicorn 或其他 python wsgi 解决方案,还是必须使用 apache?
在这种情况下,apache和其他解决方案的优缺点是什么?
什么是警告?
要使用 apache 执行此操作,您可以virtualhosts像在 php 中一样使用多个我问了一个关于如何在 serverfault 上找到的问题here
virtualhosts