Re: [ANNOUNCE] Apache2::AuthAny
On Fri, Mar 25, 2011 at 8:15 PM, Kim Goldov wrote: > The "basic auth" type links point to a directory with a > random value appended. This random value is kept in the database and cycled > with each logout. Very clever! Thanks for your contribution to CPAN. - Perrin
Re: How do i know mod_perl 2 built with backward compatible with mod_perl 1
On Fri, Mar 25, 2011 at 4:56 PM, shant. wrote: > How do i know mod_perl 2 built with backward compatible with mod_perl 1 Apache::compat is always included. That's the primary mechanism of backwards compatibility in mod_perl 2. - Perrin
Re: [ANNOUNCE] Apache2::AuthAny
Yes, please post a link to the source! A good place to post development versions before uploading an 'official' release to CPAN is GitHub - http://github.com On Wed, Mar 23, 2011 at 1:52 PM, Kim Goldov wrote: > I’ve created a module we are calling Apache2::AuthAny. The module utilizes > other authentication modules or internal code, and provides a single “GATE” > page where the end user can choose between authentication mechanisms. > AuthAny currently provides login to the “Distribute System”, which is used > to collect and disseminate influenza surveillance data. The authentication > mechanisms used for Distribute include Google, Shibboleth, and HTTP > authentication. Logout is supported for all mechanisms, including HTTP > authentication which is not normally possible. > > > > We would like to release Apache2::AuthAny on CPAN. I’m posting to this list > per CPAN guidelines. Please respond if you have concerns about the > namespace, would like to review the code, or have suggestions of any sort. > Further documentation and a demo is currently running at > https://authany.cirg.washington.edu. > > > > Kim
Re: mod_perl.so compatiable issue
On Mon, Mar 21, 2011 at 6:45 AM, deepakarun wrote: > > I am trying to install Bugzilla software in Apache Web Server. I am trying = > to use mod_perl option. The source I used is mod_perl-2.0.5-i35fJ9, I execu= Looks like you are installing mod_perl2 from the source provided by a source rpm. Can you install the rpm directly itself? > ted the following commands: > perl Makefile.PL MP_APXS=3D/usr/local/httpd-bugzilla/bin/apxs > > make > > make install > > After install, it created the mod_perl.so under /usr/local/apache2/modules/= > which is not my Apache HOME. > > I copied the mod_perl.so file to my HOME /usr/local/httpd-bugzilla/modules = > and tried starting Apache and I got the following error: > > # ./apachectl start > httpd: Syntax error on line 115 of /usr/local/httpd-bugzilla/conf/httpd.con= > f: API module structure 'perl_module' in file /usr/local/apache2/modules/mo= > d_perl.so is garbled - expected signature 41503232 but saw 41503230 - perha= > ps this is not an Apache module DSO, or was compiled for a different Apache= > version? > > Any help solving the above issue would be highly appreciated. > > Thanks in advance, > Deepa > > -- > View this message in context: > http://old.nabble.com/mod_perl.so-compatiable-issue-tp31200796p31200796.html > Sent from the mod_perl - General mailing list archive at Nabble.com. > >