如何使用 mod_wsgi 实现 mod_python 风格的 authenhandler/authzhandler?

发布于 12-02 02:56 字数 384 浏览 2 评论 0原文

我有一个简单的 mod_python 脚本,它为大型静态网站提供身份验证和授权。我们正在从 CentOS 4 迁移到 Scientific Linux 6,我发现 mod_python 不再捆绑,因此我需要转换为 mod_wsgi。我发现 mod_wsgi 的所有示例都假设基本或摘要身份验证,但我的情况并非如此。

基于这个,看来我无法轻易转换。

有什么指点吗?我愿意接受替代解决方案(嗯,使用 mod_perl =P 可能是例外)。

I have a simple mod_python script that provides authentication and authorization for a large static website. We're migrating from CentOS 4 to Scientific Linux 6 and I discover that mod_python isn't bundled anymore so I need to convert to mod_wsgi. All the examples for mod_wsgi I've found assume either Basic or Digest authentication which isn't the case for me.

Based on this, it appears I can't readily convert over.

Any pointers? I'm willing to entertain alternative solutions (well, with the possible exception to using mod_perl =P ).

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文