Re: [mp2] HTML::Mason and Missing content

2008-04-07 Thread Felipe de Jesús Molina Bravo
Hi how did you installed modperl ... static or dinamic? It can be a solution (change from static to dinamic), maybe you help the next link http://www.masonhq.com/?FAQ:Installation#h-why_am_i_getting_segmentation_faults__or_silently_failing_on_startup__ regards felipe 2008/4/7, Robert Land

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-07 Thread Jie Gao
* Philippe M. Chiasson <[EMAIL PROTECTED]> wrote: > Jie Gao wrote: > >>uname -a > >SunOS XXX 5.10 Generic_127111-10 sun4u sparc SUNW,Sun-Fire-V240 > > > >[...] > > > >>gmaek test > > > >All tests successful, 8 tests and 13 subtests skipped. > >Files=238, Tests=2559, 238 wallclock secs (180.48

Re: what handler phase as we in?

2008-04-07 Thread Anthony R Fletcher
Hello Philippe Perfect - thanks. Anthony On 07 Apr 2008 at 16:39:02, Philippe M. Chiasson wrote: > Anthony R Fletcher wrote: >> I have a module that does authentication and authorisation. In my Apache >> configs I have: >> >> PerlAuthenHandler Apache2::AuthX::authenticate >>

[ANNOUNCE] Smolder 1.21

2008-04-07 Thread Michael Peters
Smolder 1.21 has just been released thanks to the Oslo Perl QA Workshop and my trip sponsored by Oslo.pm and Linpro. This releases fixes several installation bugs on various platforms and other small bugs. It also adds several new features. The highlights are: + Project categories have now been re

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-07 Thread Philippe M. Chiasson
Jie Gao wrote: uname -a SunOS XXX 5.10 Generic_127111-10 sun4u sparc SUNW,Sun-Fire-V240 [...] gmaek test All tests successful, 8 tests and 13 subtests skipped. Files=238, Tests=2559, 238 wallclock secs (180.48 cusr + 31.92 csys = 212.40 CPU) [warning] root mode: restoring the original

Re: what handler phase as we in?

2008-04-07 Thread Philippe M. Chiasson
Anthony R Fletcher wrote: I have a module that does authentication and authorisation. In my Apache configs I have: PerlAuthenHandler Apache2::AuthX::authenticate PerlAuthzHandler Apache2::AuthX::authorise I'd rather just use: PerlAuthenHandler Apache2::AuthX Pe

what handler phase as we in?

2008-04-07 Thread Anthony R Fletcher
I have a module that does authentication and authorisation. In my Apache configs I have: PerlAuthenHandler Apache2::AuthX::authenticate PerlAuthzHandler Apache2::AuthX::authorise I'd rather just use: PerlAuthenHandler Apache2::AuthX PerlAuthzHandler Apache2::Aut

[mp2] HTML::Mason and Missing content

2008-04-07 Thread Robert Landrum
We're seeing some very strange behavior with HTML::Mason/Apache 2.2/MP2 that only affects a few of our files. I'm able to reproduce it reliably. We have a custom handler method that handles all requests to our site by passing them off to HTML::Mason (with exceptions for images, and the like).