如何找到 mod_wsgi django 的文档根目录

发布于 2024-10-06 23:34:01 字数 125 浏览 1 评论 0原文

我使用 mod_wsgi/apache2/django 进行部署。在我的虚拟主机文件中,我没有设置文档根目录。我想添加一个到 django admin 媒体文件的符号链接。我的settings.py 文件所在的默认文档根目录是吗?谢谢。

I'm using mod_wsgi/apache2/django for deployment. In my virtualhost file i don't set a documentroot. I want to add a symbolic link to the django admin media files. Is the default documentroot where my settings.py file is located? thx.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

野鹿林 2024-10-13 23:34:01

如果您使用 WSGIScriptAlias,则 DocumentRoot 无关紧要,因为 WSGIScriptAlias 会覆盖 DocumentRoot 之外的静态文件处理。

有关如何使用 mod_wsgi 托管 Django 的静态文件,请参阅官方 mod_wsgi 站点上的 Django 集成指南。

http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango

另请观看:

http://code.google.com/p/ modwsgi/wiki/WhereToGetHelp?tm=6#Conference_Presentations

也经过 Django 设置,包括静态媒体。

If you are using WSGIScriptAlias then DocumentRoot is irrelevant as WSGIScriptAlias overrides static file handling out of DocumentRoot.

For how to host static files for Django with mod_wsgi see the Django integration guide on the official mod_wsgi site.

http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango

Also watch:

http://code.google.com/p/modwsgi/wiki/WhereToGetHelp?tm=6#Conference_Presentations

which also goes through Django setup, including static media.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文