Hostmonster 支持 Django 吗

发布于 2024-07-05 06:25:06 字数 63 浏览 9 评论 0原文

我知道 Hostmonster 允许使用 Python。 有人在那里成功运行 Django 吗? 任何问题?

I know Hostmonster allows Python. Has anyone successfully run Django on there? Any problems?

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

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

发布评论

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

评论(5

暖心男生 2024-07-12 06:25:06

Hostmonster 使用 cPanel(可能适用于 CentOS),就像其他主机提供商一样。 如果您研究 cPanel ,您更有可能得到答案。

一般来说,答案是“否”,因为开箱即用的 cPanel 不支持 python 2.5 或 mod_wsgi。 但它确实支持 Apache2,因此 hostmonster 可以使用 mod_wsgi 来运行使用 Django 构建的站点。

Hostmonster uses cPanel (possible with CentOS), just like other host providers. If you research into cPanel , you are more likely to get your answer.

Generally, the answer is "no" since out-of-the-box cPanel does not support python 2.5 or mod_wsgi. But it does support Apache2, so it's possible that hostmonster could use mod_wsgi to run sites built with Django.

何以笙箫默 2024-07-12 06:25:06

http://www.hostmonsterforum.com/showpost.php?p= 20003&postcount=7

我尝试了用户在那里发布的存档,它的效果非常好。

http://www.hostmonsterforum.com/showpost.php?p=20003&postcount=7

I tried the archive the user posted there, and it worked like a charm.

定格我的天空 2024-07-12 06:25:06

我知道这是一个老问题,但答案是:是的,Hostmonster 确实支持 Django

曾经有 这篇 Hostmonster 知识库文章 了解详细信息,包括如何设置的说明,但该链接最近似乎已失效,并且是有关 Hostmonster 的唯一文章关于 Django 是关于故障排除。 您可以在其他地方找到有关如何在 Hostmonster 上设置 Django 的说明。

I know this is an old question, but here is the answer: yes, Hostmonster does support Django

There used to be this Hostmonster KB article for details, including instructions on how to set it up, but that link appears to be dead these days, and the only article about Hostmonster article about Django is about troubleshooting. You can find instructions on how to set up Django on Hostmonster elsewhere.

梦中楼上月下 2024-07-12 06:25:06

好吧,如果它支持 Python,您也许可以使用 FastCGI 设置来运行 Django,如下所述: FastCGI 文档。 如果它支持 mod_python (我猜这就是你的意思),那么当然,你可以使用此处列出的步骤安装它: ModPython 文档

Well, if it support Python, you might be able to run Django using a FastCGI setup, as described here: FastCGI Docs. If it supports mod_python (which I guess it's what you mean), then sure, you can install it using the steps listed here: ModPython docs

荒芜了季节 2024-07-12 06:25:06

有一个针对 hostmonster 和 Django 的 Github 存储库,它对我有帮助:

hostmonster-django.markdown

There is a Github repository for hostmonster and Django it helps me:

hostmonster-django.markdown

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