Re: acces control via cookies for webdirectories again

2012-03-15 Thread Rafael Caceres
Timon, I'd suggest you take a look at Apache2::AuthTicket, and either use it 'as is' or add ad-hoc info to the cookie at creation time. Handler setup would be there and you could also be sure that the id cookie has not been tampered with. Regards, Rafael Caceres - Original Message -

Re: apache 2.4.x and mod_perl 2.0

2012-03-15 Thread Torsten Förtsch
On Thursday, 15 March 2012 10:28:39 Brett @Google wrote: modperl_interp.c, line 503: undefined struct/union member: remote_ip modperl_interp.c, line 503: warning: improper pointer/integer The prefork code path is much simpler. For that reason I started with that MPM and a perl without ithreads

Re: Hello, I think TestRunPerl can save me, but I am not sure how to go about it...

2012-03-15 Thread Fred Moyer
Steve, please direct these questions to the mod_perl list which I have cc'd. You're much more likely to get an answer from any one of the thousands of experienced users on this list than emailing any of the posters directly. On Tue, Mar 13, 2012 at 1:18 PM, Steven Lembark lemb...@wrkhors.com

Re: Hello, I think TestRunPerl can save me, but I am not sure how to go about it...

2012-03-15 Thread David Booth
FYI, I tried doing this with using the Test::MockObject module, but abandoned the effort due to a bug that causes Apache2 child process segmentation fault even when no Test::MockObject functions are called: https://rt.cpan.org/Public/Bug/Display.html?id=73723 I don't know if there might have been

Re: Hello, I think TestRunPerl can save me, but I am not sure how to go about it...

2012-03-15 Thread Cosimo Streppone
On Thu, 15 Mar 2012 18:00:24 +0100, David Booth da...@dbooth.org wrote: FYI, I tried doing this with using the Test::MockObject module, but abandoned the effort due to a bug that causes Apache2 child process segmentation fault even when no Test::MockObject functions are called:

Re: apache 2.4.x and mod_perl 2.0

2012-03-15 Thread Torsten Förtsch
On Thursday, 15 March 2012 10:28:39 Brett @Google wrote: modperl_interp.c, line 503: undefined struct/union member: remote_ip Further, last fall struct conn_rec was changed again in these commits: $ svn log -r1206291 -r1204968