Release Apache module

Release Apache module

am 13.01.2011 20:46:43 von Kim Goldov

--0016361e815cc269a80499bf93cd
Content-Type: text/plain; charset=ISO-8859-1

I've written a mod_perl application, "mod_auth_any", that allows users to be
authenticated by any authentication mechanism or provider. It currently
supports Shibboleth, OpenID (Google), LDAP, and basic auth. Are there
published guidelines on how to package modules that are based on mod_perl?
The modules.apache.org site lists over 500 modules. Are any of these written
in mod_perl?

Kim

--0016361e815cc269a80499bf93cd
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

I've written a mod_perl application, "mod_auth_any", that all=
ows users to be authenticated by any authentication mechanism or provider. =
It currently supports Shibboleth, OpenID (Google), LDAP, and basic auth. Ar=
e there published guidelines on how to package modules that are based on mo=
d_perl? The si=
te lists over 500 modules. Are any of these written in mod_perl?


Kim


--0016361e815cc269a80499bf93cd--

Re: Release Apache module

am 14.01.2011 17:33:31 von Perrin Harkins

Hi Kim,

> Are there
> published guidelines on how to package modules that are based on mod_perl?

Yes, they are released on CPAN.
http://perl.apache.org/docs/general/cpan_mod_dev/cpan_mod_de v.html

> The modules.apache.org site lists over 500 modules. Are any of these written
> in mod_perl?

No, that directory is for C modules. The mod_perl ones are all on CPAN.

- Perrin

Re: Release Apache module

am 14.01.2011 20:40:12 von Kim Goldov

--0016361e815c4c9a750499d39ab2
Content-Type: text/plain; charset=ISO-8859-1

Thanks Perrin. Would it be appropriate to name and package our application
as "Apache::AuthAny" or "Apache2::AuthAny". I have not tested under Apache
1.3, and have no intent to do so.

Kim

On Fri, Jan 14, 2011 at 8:33 AM, Perrin Harkins wrote:

> Hi Kim,
>
> > Are there
> > published guidelines on how to package modules that are based on
> mod_perl?
>
> Yes, they are released on CPAN.
> http://perl.apache.org/docs/general/cpan_mod_dev/cpan_mod_de v.html
>
> > The modules.apache.org site lists over 500 modules. Are any of these
> written
> > in mod_perl?
>
> No, that directory is for C modules. The mod_perl ones are all on CPAN.
>
> - Perrin
>

--0016361e815c4c9a750499d39ab2
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Thanks Perrin. Would it be appropriate to name and package our application =
as "Apache::AuthAny" or "Apache2::AuthAny". I have not =
tested under Apache 1.3, and have no intent to do so.

Kim





--0016361e815c4c9a750499d39ab2--

Re: Release Apache module

am 14.01.2011 20:48:58 von Perrin Harkins

On Fri, Jan 14, 2011 at 2:40 PM, Kim Goldov wrote:
> Thanks Perrin. Would it be appropriate to name and package our application
> as "Apache::AuthAny" or "Apache2::AuthAny". I have not tested under Apache
> 1.3, and have no intent to do so.

I'd go with Apache2::AuthAny then.

- Perrin