如何在 Django 中使用 Staticgenerator + 阿帕奇+ 模组Python
我目前通过 mod_python 拥有 Django + Apache 的环境。 如何在没有 nginx 的情况下使用 Staticgenerator ,仅使用 Apache 和 mod_python ? 谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许 webfaction 论坛的此页面会有所帮助:
Perhaps this page from the webfaction forum will help:
Staticgenerator 设计用于与前端 http 服务器一起使用。 Github Staticgenerator 页面上显示的示例配置使用 Nginx 作为前端 http 服务器和 Apache 作为后端http服务器。
如果您想要一个不是专门设计用于前端 http 服务器的静态网站生成器,您可能需要查看 海德。 Hyde 由 Django 提供支持,静态生成网页,然后将其放置在部署目录中。 Hyde 来自开发者,Lakshmi Vyas,想要一个基于 Django 的 Jekyll,它是一个用 Ruby 编写的静态网站生成器。 Lakshmi Vyas 在开发 Staticgenerator .com/lakshmivyas/hyde" rel="nofollow noreferrer">Hyde 但决定推出自己的。
Staticgenerator is designed to be used with a front-end http server. The example configuration as shown on the Github Staticgenerator page is using Nginx as the front-end http server and Apache as the back-end http server.
If you want a static website generator that isn't specifically designed to be used with a front-end http server, you might want to look at Hyde. Hyde is Django powered and statically generates the webpages, which are then placed in a deploy directory. Hyde came out of the developer, Lakshmi Vyas, wanting a Django based Jekyll, which is a static website generator written in Ruby. Lakshmi Vyas did look into Staticgenerator prior to developing Hyde but decided to roll his own.