如何在 Apache 下使用 Python 3.0?

发布于 2024-11-06 03:59:04 字数 141 浏览 1 评论 0原文

我已经搜索了很多关于如何在 Apache 下使用 Python 3 的信息。如果任何地方都有演练,它都会隐藏得很好。因此,希望 Python 专业人士中的一位能够快速了解​​一下它是如何完成的!

我在 Windows 7 上使用最新版本的 XAMPP。

I've searched for ages on how to use Python 3 under Apache. If there is a walkthrough anywhere, it's very well hidden. Thus, hopefully, one of you Python professionals could make a quick 1-2-3 on how it's done!

I'm on Windows 7 using the newest version of XAMPP.

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

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

发布评论

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

评论(3

数理化全能战士 2024-11-13 03:59:04

Python 3.0 仅通过 CGI 支持。将您的 CGI 脚本放入 cgi-bin\ 中。如果您愿意查看较新的版本,mod_wsgi 中提供了初步支持(但您可能必须自己构建它)。

Python 3.0 is only supported via CGI. Put your CGI script in cgi-bin\. If you're willing to look at newer versions, preliminary support is available in mod_wsgi (but you'll probably have to build it yourself).

甚是思念 2024-11-13 03:59:04

如果您想编写 Python 3 WSGI 应用程序,请尝试 uwsgi。我更喜欢 nginx & uwsgi本人。

If you want to write Python 3 WSGI apps try uwsgi. I prefer nginx & uwsgi myself.

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