简体   繁体   English

mod_perl(无perl)替代apache API可编写脚本的模块

[英]mod_perl (without the perl) alternative apache API scriptable modules

I recently looked at a project called lemonldap-ng - which is a nice little portal front end to configurable authentication backend, and it uses LDAP and perl. 我最近看了一个名为Lemonldap-ng的项目-这是可配置身份验证后端的一个不错的小型门户前端,它使用LDAP和perl。

It was close to what I am looking to develop/implement, which is a (very simple) portal system for our various intranet end-points but it is a little but limited, and I need to extend it. 它接近于我要开发/实现的目标,它是一个针对我们各个Intranet端点的(非常简单的)门户系统,但是它有点但有限,我需要对其进行扩展。

However after 2 weeks I gave up, mainly because the perl module and class structure was doing my head in, and that I don't know perl, and also that I think that project (not unlike most opensource projects) has limited documentation, and is kind of a pet project for the developers. 但是,两周后我放弃了,主要是因为perl模块和类结构正在引起我的注意,并且我不了解perl,而且我认为该项目(与大多数开源项目不同)没有足够的文档,并且对开发人员来说是一个宠物项目。

Is there is a similarly scriptable alternative to mod_perl that implements the type of Bucket Brigades style content filtering, and also arbitrary authentication filters based on filters and Handlers? 是否有与mod_perl类似的可编写脚本的替代方案,实现了Bucket Brigades样式内容过滤的类型以及基于过滤器和处理程序的任意身份验证过滤器?

(I dont know any c either, so writing modules like that is also right out) (我也不知道任何c,因此编写类似的模块也是正确的)

you should have ask to the LemonLDAP::NG community to help you extending the software. 您应该向LemonLDAP :: NG社区寻求帮助,以帮助您扩展软件。 It is a full open project with maybe limited documentation but great responsiveness. 这是一个完全开放的项目,文档可能有限,但响应速度很快。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM